|
|
Question : TTrayIcon onBalloonClick
|
|
When using a TTrayIcon, how can i have an OnBalloonClick event?
|
Answer : TTrayIcon onBalloonClick
|
|
Save the handle to a global variable... Usually hWnd = Handle; is enough... Send message to the application using the Handle variable... Has to work...
George Tokas.
|
|
|
|