In visual Basic, the tab character has several representations:ChrW(9)vbTabControlChars.TabConvert.ToChar(Keys.Tab)Of these, the last is supported by all .NET languages (including C# where '\t' can also be used).To insert a tab into a Visual Basic string:Dim text As String = "abc"text.Insert (1, vbTab)To insert an ampersand, use the character literal '&':text.Insert (2, '&');
Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.
13
You said Visual Studio 2010 but does it have the BASIC language.
Visual Basic was started in 1991.
In visual Basic, the tab character has several representations:ChrW(9)vbTabControlChars.TabConvert.ToChar(Keys.Tab)Of these, the last is supported by all .NET languages (including C# where '\t' can also be used).To insert a tab into a Visual Basic string:Dim text As String = "abc"text.Insert (1, vbTab)To insert an ampersand, use the character literal '&':text.Insert (2, '&');
Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.
Visual basic was made to help ease the development of Windows applications. With it's easy to use language and environment, anyone can learn visual basic in a matter of time.
no comment
13
You said Visual Studio 2010 but does it have the BASIC language.
what are the basic commands in Fox Pro
Visual Basic was started in 1991.
Microsoft is the developer of visual basic
Visual Basic was created by a team at Microsoft.
The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.
Most developers don't use visual basic for android devices because android does not support the .net framework and therefore cannot run visual basic applications. Developers usually use Java instead to program applications for android.