> another VB6 user struggling with new VB2005 commands ...
>
> can't find info about DataGrid setting (at design time)
> want to format size, nuumber of rows, columns, width of rows & columns
> etc
>
> (Old VB6 format 
> grid1.cols=6 : grid1.rows = 4
>
> Grid1.row=1 'nominates current row
>
> grid1.colwidth=1300 ' nominates rowwidth
>
> what is the New VB2005 commands ??????
Almost everybody in this newsgroup is using VB6 or lower (this is the case
for all newsgroups with ".vb." in the name). While you may get a stray
answer to VB.NET (including VB2003, VB2005 and VB Express which have dropped
..NET from their names) questions here, you should ask them in newsgroups
devoted exclusively to .NET programming (the languages are different enough
to warrant separate newsgroup support). Look for newsgroups with either the
word "dotnet" or "vsnet" in their name.
For the microsoft news server (msnews.microsoft.com), try these newsgroups
for Visual Basic .NET related questions...
microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.upgrade
microsoft.public.dotnet.languages.vb.controls
microsoft.public.dotnet.languages.vb.data
And these for more general .NET questions
microsoft.public.dotnet.general
microsoft.public.vsnet.general
Note: There are many other .NET newgroups (use the first three "fields" from
the last two as templates when searching for them), but the above ones
should get you started.
Rick