Search results for query: *

  1. P

    supply default value to Optional Param array in case of array of structure variables

    Hello All, How do we supply default value to Optional Param array in case of array of structure variables? I need to define a function which accepts 0 to indefinite number of arguements( Params()) and the arguements need to be in array of structure variables...
  2. P

    How to receive events from multiple objects in an array??

    thanx a lot , it worked
  3. P

    setting Datagridviewcombocolumn value at runtime

    Hi guys, I need help in controlling the Datagridview control. I have a Datagridview( say dgv1) control on a form and the dgv1 has two datagridviewcombocolumns with their independant datasources. I need to display the data in column2 depending on the value selected in column1. something like...
  4. P

    How to receive events from multiple objects in an array??

    Somebody please get me outta this. I have a custom class say "X" which has an event. I have a form module in which i have to instantiate multiple objects of the class "X". So I have tried adding multiple objects of the type "X" to a collection and array in the form module but i am not able to...
Back
Top