AutoTab
Used to automatically tab to the next filed when a text box gets filled.
|
ErrorMsg ProcedureName, moreeHelp
Pops up a nice error message and writes an error log line.
|
FileExists(FileName)
Returns the boolean value True if the named file exists.
|
IsLButtonDown()
Returns True if the left mouse is down.
|
IsVBIDE()
Returns True if the VB project is run
from within the VB development environment.
And False if it's run as an executable.
|
Replace(TextIn, Placeholder, Replacement)
Returns TextIn with each occurrence of Placeholder replaced with Replacement.
|
SelectActiveText
Selects the contents of a text box if the left mouse button is not down.
Intended to be called from the GetFocus event.
|
SendEditMsg MessageCode
Tells Windows to cut, copy, or paste to or from
the current selection and the Windows clipboard
as if the user pressed ctrl+X, C, or V.
|
ShellModal PathName, WindowStyle
Runs an executable synchronously. See VB Shell documentation for more info.
|
WinDir()
Returns the full path of the Windows directory.
|