Where to find .vb atatement syntax and Examples ?

vmars316 621 Reputation points
2020-08-21T15:12:51.84+00:00

Hello & Thanks ;
Newbie says :
I spent hours searching for docs on syntax of this statement :
variable = TextBox2.Lines(i)
this part

TextBox2.Lines(i)

There are plenty of docs for C# , but zero so far for .vb in vb,net .

Can someone Please aim me at a site or book that will show syntax and examples . Someone made reference to site where reader cab just click on a Button to switch between C# and .vb syntax Examples .
Any one know where that is ?

Thanks for your Help...

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,875 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. Castorix31 83,286 Reputation points
    2020-08-21T15:51:16.627+00:00

    The documentation is at TextBoxBase.Lines
    (click on "VB" at top-right of the page (next to Bookmark) for VisualBasic code)

    0 comments No comments