|
-
Jan 28th, 2002, 10:55 AM
#1
Thread Starter
Lively Member
szTip = "ToolTipText"
I've got this:
NOTIFYICONDATA m_tray;
m_tray.szTip = "ToolTipText";
but if I do execute I get the error:
Cannot convert char[12] to char[64]
in VB I do this:
m_tray.szTip = "ToolTipText" & chr$(0)
and that works
so how to get this working?
VisualPenguin
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
|