|
-
Apr 14th, 2003, 05:24 PM
#1
Thread Starter
PowerPoster
multiline tool tip text
I need multi line tool tip text for a radio button ... is this possible. I add vbcrlf to the string when i make the assignment, but the crlf shows up as gargbage characters.
any help appreciated.
-
Apr 14th, 2003, 05:38 PM
#2
Frenzied Member
-
Apr 14th, 2003, 05:39 PM
#3
-
Apr 14th, 2003, 06:38 PM
#4
Frenzied Member
I remember making one in VB4 16 and 32 bit. It was actually quite simple: "real" tooltip is a window, so add new form (borderless) and paste 1 label control with index = 0. On your form you will need a Timer and few API functions such
GetCursorPos
WindowFromPoint
SetWindowPos
etc ... (cannot recall them all the moment but these are the major).
Haven't use in awhile, but I bet it'll work just as fine.
-
Apr 14th, 2003, 07:32 PM
#5
Thread Starter
PowerPoster
The only thing I can see keeping me from a very simple solution (no subclassing, timers, etc) is the lack of a mouse out event for controls.
Is there any thing I could do to get the equivalent of a mouse out event on an option button?
Thanks
-
Apr 14th, 2003, 07:46 PM
#6
For any control that has a MouseMove event and an hWnd...
http://www.vbforums.com/showthread.p...re#post1263423
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
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
|