Is there a simple way to create multi-line tool/tip text boxes ... nothing special, no balloons or anything, just multiple lines ???
propricer 0 Newbie Poster
Recommended Answers
Jump to PostA Combination of using the CreateWindowEX API, with a class of TOOLTIPS_CLASS, and then set it's style of TTS_ALWAYSTIP. The tooltip window would be a child of your form, and thence destroyed when you close your form..... Let's see...
Jump to PostYeah, I think he was after a tooltip, like when you hold your mouse over a button and it tells you what it does.
Jump to PostWow, that's uh, the wrong language.
Jump to PostAh sure.... assuming it was VB.net that logic would make sense.... but we are in Legacy VB ;)
Nice code, by the way. It's elegant, and tasteful.
All 13 Replies
Comatose 290 Taboo Programmer Team Colleague
sosco 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
purplegerbil 13 Junior Poster in Training
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
purplegerbil 13 Junior Poster in Training
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Draaven 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
Draaven 0 Newbie Poster
Comatose 290 Taboo Programmer Team Colleague
limaperu 0 Newbie Poster
alzowze 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.