Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
How to use number functions in VB.  -
How to use the For...Next statement to loop through code a certain number of times..  -
How to use the Input Box function to get input from the user..  -
How to use the MsgBox function to display simple prompts or messages..  -
How to use the Select Case statement..  -
Shows you how to open another application using the Shell function, and use the ShellExecute API to open a file with its default viewer..  -
Ever wanted to store multiple sets of data in the same variable? You can using arrays, and this tutorial shows you everything you need to know about them..  -
How to use Constants in your VB project..  -
Appendix of all the standard data types available in VB..  -
This article quickly describes the different 'scopes' a variable, procedure, or any other object in VB can have..  -
Everything you ever wanted to know about variables.. Declaring, getting, setting, objects, UDTs, ByRef and ByVal. What more could you want?.  -
How to use the SendKeys command..  -
Use the InStr command to find text within another string.  -
How to convert cases using UCase and LCase.  -
How to use Len to find the length of a string.  -
How to use Trim to remove trailing spaces.  -
How to use the If...Then...Else statement to execute code on a certain conditions..  -
How to perform mathematical operations, including rounding, square roots, logarithms etc.. 
|
Search
Code Samples
New Members
|