Programming » Visual Basic 6 » Visual Basic 6 Code » ");?>
Samples relating to VB applications.
Article
Detect when focus is lost
Allows you to perform processing when your application loses or gains focus.
Updated: 14 November 2002 | Added: 14 November 2002

Article
Icon in taskbar
Add your own icon to the taskbar and respond to it being clicked etc.
Updated: 14 November 2002 | Added: 14 November 2002

Article
Running in IDE
The trick here is that within the IDE, the Debug statement will cause an error detected by Err.Number, in release mode, the Debug statement will not be executed, hence no error.
Updated: 14 November 2002 | Added: 14 November 2002