Go to the source code of this file.
Defines | |
#define | URL_3D_CONTROLS "http://mignonsoft.free.fr/logiciel/3d_controls" |
#define | URL_FORUM "http://mignonsoft.free.fr/forum" |
#define | URL_LICENCE "http://www.gnu.org/copyleft/gpl.html" |
#define | MAIL_ADRESS "sebastien.bloc@free.fr" |
#define | TITLE_NAME "3D Controls" |
Functions | |
LRESULT WINAPI | AboutProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
LRESULT WINAPI | SysTrayProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
LRESULT WINAPI | ConfigProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Definition in file systray.h.
|
Definition at line 36 of file systray.h. Referenced by AboutProc(). |
|
Definition at line 37 of file systray.h. Referenced by SysTrayProc(). |
|
Definition at line 33 of file systray.h. Referenced by AboutProc(), and SysTrayProc(). |
|
Definition at line 34 of file systray.h. Referenced by AboutProc(). |
|
Definition at line 35 of file systray.h. Referenced by AboutProc(). |
|
Definition at line 134 of file systray.cpp. References MyString::Format(), IDC_BUTTON_FORUM, IDC_BUTTON_LICENCE, IDC_BUTTON_MAILME, IDC_BUTTON_URL, IDC_STATIC_VERSION, MAIL_ADRESS, MailTo(), MyOpenBrowser(), URL_3D_CONTROLS, URL_FORUM, URL_LICENCE, and VERSION. Referenced by SysTrayProc(). |
|
|
Definition at line 29 of file systray.cpp. References AboutProc(), CMyMenu::AddTitle(), ce, ConfigProc(), DebugStructProc(), CMyMenu::DrawItem(), ErrorMessage(), ControlEngine::hInst, ID_POPUP_ABOUT, ID_POPUP_CONFIG, ID_POPUP_DEBUGER, ID_POPUP_EXIT, ID_POPUP_HELP, IDC_MENU, IDD_ABOUT, IDD_CONFIG, IDD_DEBUG_STRUCT, IDI_ICON_SYSTRAY, CMyMenu::MeasureItem(), MyOpenBrowser(), TITLE_NAME, and URL_3D_CONTROLS. Referenced by ControlEngine::Start(). |