Re: Simple DataGrid question
I hate datagrids.
flexgrids seem to have more tutorials out for, I'd use a flexgrid if I were you. When I was looking into them I couldn't find many people with experience using datagrids.
Re: Simple DataGrid question
that is what I want. Thanks. I even dont know there is msflexgrid in VB..
Re: Simple DataGrid question
Welcome to VBForums :wave:
There is definitely no need for a DataGrid here, as you aren't getting the data from a database (even if you were, I would still recommend something else!).
To add the FlexGrid go to "Project"->"Components", and select "Microsoft FlexGrid control"
You can use code like this to put data into it:
Code:
MSFlexGrid1.Cols = 2
MSFlexGrid1.AddItem "1123" & vbTab & "Integer is not allow"