Property | Type | Description | |
---|---|---|---|
MenuBarPtr | |||
TaskBarPtr | |||
WM_SHELLHOOKMESSAGE | int |
Method | Description | |
---|---|---|
ShellWinProc ( System msg ) : void |
Method | Description | |
---|---|---|
InitializeParentWindow ( ) : void |
Initializes a new hidden toolwindow to be the owner for all other windows. This hides the applications icons from the task switcher.
|
|
Main ( ) : void | ||
SingleInstanceCheck ( ) : bool |
Checks that a single instance of the application is running, and if another is found it notifies the user and exits.
|
public static ShellWinProc ( System msg ) : void | ||
msg | System | |
return | void |