Monday, 16 July 2012

String Functions in Visual Basic 6

VB has numerous built-in string functions for processing strings. Most VB string-handling functions return a string, although some return a number (such as the Len function, which returns the length of a string and functions like Instr and InstrRev, which return a character position within the string). The functions that return strings can be coded with or without the dollar sign ($) at the end, although it is more...

100 Keyboard Shortcuts

Note: The Windows key () is located between the Ctrl and Alt keys on most keyboards. However, some vendor keyboards and laptops don't have this key. The Application key () is adjacent to the right Windows key or in the upper-right corner on some laptop keyboards. The shortcuts Keystroke Function Windows                                   ...