Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
VB to VB2005 arrrrhhhh !!!
Old
  (#1)
viv
Guest
 
Posts: n/a
Default VB to VB2005 arrrrhhhh !!! - 06-04-2007, 10:35 AM

HI folks:
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 ??????


can't locate anything in Help file.

pls help


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: VB to VB2005 arrrrhhhh !!!
Old
  (#2)
Rick Rothstein \(MVP - VB\)
Guest
 
Posts: n/a
Default Re: VB to VB2005 arrrrhhhh !!! - 06-04-2007, 10:35 AM

> 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


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Contact Us - Forum Care Forums - Archive - Top