Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 12th, 2005, 07:25 PM
Authorized User
 
Join Date: Jul 2004
Posts: 34
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via ICQ to chipset Send a message via MSN to chipset Send a message via Yahoo to chipset
Default breacking message in a ToolTip

this has being boardering me since.
i dont know if some can please help out
i want to beack message in the tooltip property
on an object

say for examp a textbox

Code:
private sub FORM_Load()
   text1.tooltip = "A" & VbCrlf & "B"
end sub
the above code didnt do the trick.
someone please help...

Arowolo
__________________
Arowolo
 
Old April 12th, 2005, 07:45 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Some API's come to help here:

http://www.freevbcode.com/ShowCode.asp?ID=6504

this is what I use, and it works fine.
Marco





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a tooltip Neha XSLT 2 July 14th, 2008 06:21 AM
tooltip interval??? nerssi HTML Code Clinic 5 August 4th, 2006 12:05 AM
DropDown List ToolTip maddy137 ASP.NET 1.0 and 1.1 Professional 0 June 15th, 2006 04:39 PM
tooltip Lucian Ion Javascript How-To 1 August 1st, 2005 10:52 AM
Tooltip in datagrid lily611 General .NET 11 September 23rd, 2004 04:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.