|
-
June 22nd, 2001, 10:54 PM
#2
Re: Systray Icon Help
as far as I know, the ToolTip area will adjust itself according to the text that you set. Maybe you didn't terminate the string, try terminate it using NULL char, like this
TrayIcon.szTip = TipsMsg & Chr(0) ' where TrayIcon is type NOTIFYICONDATA
second problem, you should response to the message WM_RBUTTONDOWN rather than WM_RBUTTONDBLCLK.
HTH
cksiow
http://vblib.virtualave.net - share our codes
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|