Search results for query: *

  • Users: CHJM
  • Order by date
  1. C

    Datagrid.Items not working

    The problem is I need to select multiple rows. I use a check box column so the user can check off which rows they want to select. I need to be able to loop thru a datagrid to determind which rows have been selected. According to the MSDN documentation there shoud be a Datagrid.Items container...
  2. C

    Datagrid.Items not working

    I need to check which rows in a datagrid have been selected. I'm using a checkbox column the users can click on to select a row. My problem is that all the examples for VB .Net contain datagrid.items which when I try to use I'm told "Items is not a member of Datagrid". Even the example in MSDN...
  3. C

    Custom Dialog Box

    That worked for me. Thanks.
  4. C

    Custom Dialog Box

    I was wondering if someone can give me a tip on creating custom dialog boxes. I need to create a search dialog box in which a user can input some information that will then be used to populate a grid. The user can then double click a cell and have the value returned to the originating form...
Back
Top