






ConcatenateStrings – Concatenating an array of strings
‘ Concatenate the input strings, and return the resulting string. The first ‘ input string is used as a separator.” Example:’ Dim i As Integer = 4′ Dim d As
‘ Concatenate the input strings, and return the resulting string. The first ‘ input string is used as a separator.” Example:’ Dim i As Integer = 4′ Dim d As
In VB6 there was no easy way to create multiline tooltips for form controls, you necessarily had to resort to API tricks. And it was probably just not worth the
To add an image as an embedded resource in a Windows Forms application, add the image file to the project with Project | Add Existing Item. Then select the file
When you start developing an application, the first thing you do in VS.NET is creating a new project and selecting its type: Windows Forms application, Class Library etc. However, it
If you have a string variable that should specify a date (asked in input to the user, for example), you can parse the string and get a Date variable by
You can know the state of the Shift, Alt and Control keys at any time, not just from inside a Keyxxx event. The shared property Control.ModifierKeys returns a bit coded