Results 1 to 5 of 5

Thread: Can't find appropriate control

  1. #1
    ciaranmg
    Guest

    Can't find appropriate control

    Hi,
    This is probably going to sound like such a stupid question, but I'm very new to VB so bear with me.

    I'm looking for a control I can use on a form that looks basically like a table, with rows and columns that I can add and change values to etc..

    Thanks in advance
    C.

  2. #2
    Addicted Member Nice's Avatar
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    144

    Cool

    look for Data Grid control or other 3rd party grids like VS Flex Grid
    or sheridan controls..

  3. #3
    ciaranmg
    Guest
    I've tried the DataGrid control but it seems to only take values from a recordset and doesn't allow me to just set any cell with whatever value I want.

    Thanks,
    I'll have a look for those others you mentioned.

  4. #4
    Addicted Member
    Join Date
    Sep 2000
    Posts
    230
    I thought you could use the DataGrid in unbound mode but I am not positive. Have you tried the intrinsic MSFlexgrid? This can be used for unbound data.
    Shawn Hull
    VB6, SP3 (Professional Edition)

  5. #5
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    yep... you can use it in unbound mode. there is an example which comes with the package... can't remember which one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width