furrycow Posted September 5, 2008 Posted September 5, 2008 Man, this is going to be seriously basic i know, but i just can't figure out how to do a multi-line tooltop, that is, the title, text, and then ANOTHER line of text underneath that. Ive read about needing to use @CR or @LF but cannot figure out how or where to use them. I know i know, i am a noob, but i really need to use multi-line. Does anyone have the answer?? Many Thanks. Instant Lockerz Invite - www.instantlockerzinvite.co.uk
DjDeep00 Posted September 5, 2008 Posted September 5, 2008 @furrycow...Modified the helpfile example for ToolTip... ToolTip("This is a tooltip" & @CRLF & "This is the secong line", 0, 0,"Some Title") Sleep(5000)
furrycow Posted September 5, 2008 Author Posted September 5, 2008 @furrycow...Modified the helpfile example for ToolTip... ToolTip("This is a tooltip" & @CRLF & "This is the secong line", 0, 0,"Some Title") Sleep(5000) You Legend! Thank you!! I just feel like a fool now! Instant Lockerz Invite - www.instantlockerzinvite.co.uk
DjDeep00 Posted September 5, 2008 Posted September 5, 2008 No worries...we all have been there. And how we got out of there..."HelpFile".
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now