Re: SysTray integration
DAVID:
After include the windows library you would added the following:
constant UWM_SYSTRAY = WM_USER + 1
constant UM_TOOLTIPS = 10
The UWM_SYSTRAY is a USER defined Windows Message called SYSTRAY
and the #define in the "C" code defines this as being equal to
the WM_USER + 1 ( WM_USER is defined in the library ).
In other words you the programmer defines this message and is not
defined by windows.
also UM_TOOLTIPS is a User Message called TOOLTIPS
That is why they are not defined in the library
Bernie
|
Not Categorized, Please Help
|
|