|
-
Apr 25th, 2001, 03:19 PM
#1
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.
-
Apr 25th, 2001, 03:21 PM
#2
Addicted Member
look for Data Grid control or other 3rd party grids like VS Flex Grid
or sheridan controls..
-
Apr 25th, 2001, 03:28 PM
#3
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.
-
Apr 25th, 2001, 06:49 PM
#4
Addicted Member
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)
-
Apr 25th, 2001, 07:48 PM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|