Click here to Skip to main content
15,915,319 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralBalloon Tooltip for VB.Net Pin
j1webb11-Mar-05 14:24
j1webb11-Mar-05 14:24 
GeneralRe: Balloon Tooltip for VB.Net Pin
Robert Rohde11-Mar-05 21:53
Robert Rohde11-Mar-05 21:53 
GeneralRe: Balloon Tooltip for VB.Net Pin
j45mw12-Mar-05 7:26
j45mw12-Mar-05 7:26 
GeneralRe: Balloon Tooltip for VB.Net Pin
rwestgraham12-Mar-05 11:10
rwestgraham12-Mar-05 11:10 
GeneralRe: Balloon Tooltip for VB.Net Pin
j45mw12-Mar-05 15:26
j45mw12-Mar-05 15:26 
GeneralRe: Balloon Tooltip for VB.Net Pin
j45mw12-Mar-05 15:38
j45mw12-Mar-05 15:38 
GeneralRe: Balloon Tooltip for VB.Net Pin
rwestgraham12-Mar-05 18:17
rwestgraham12-Mar-05 18:17 
GeneralRe: Balloon Tooltip for VB.Net Pin
Robert Rohde12-Mar-05 20:57
Robert Rohde12-Mar-05 20:57 
To make it work you need thes lines of code (as found in the examples):
<br />
'Declarations<br />
Private m_hb As HoverBalloon = New HoverBalloon<br />
<br />
<br />
'in the Constructor<br />
m_hb.Title = "Traders corp. Inc"<br />
m_hb.TitleIcon = TooltipIcon.Info<br />
m_hb.SetToolTip(Button1, "To expediate your process please click here")<br />


After a quick check I noticed that this component wont fit your needs, because it currently doesnt allow to change the tooltip (well it allows it but gives an exception Smile | :) ).

You will have to extend/correct this component or search for alternatives Cry | :(( . Or you could just make it yourself and write an article Big Grin | :-D
GeneralRe: Balloon Tooltip for VB.Net Pin
j45mw13-Mar-05 3:28
j45mw13-Mar-05 3:28 
GeneralRe: Balloon Tooltip for VB.Net Pin
Omar Mallat15-Mar-05 3:50
professionalOmar Mallat15-Mar-05 3:50 
Generaldataset Pin
Makniteasy11-Mar-05 7:26
Makniteasy11-Mar-05 7:26 
GeneralRe: dataset Pin
Jim Matthews11-Mar-05 8:39
Jim Matthews11-Mar-05 8:39 
GeneralRe: dataset Pin
Makniteasy12-Mar-05 13:00
Makniteasy12-Mar-05 13:00 
QuestionHi how to ad other files in project? Pin
PGT11-Mar-05 3:22
PGT11-Mar-05 3:22 
GeneralTips for converting VB6 to ASP.NET Pin
Mahesh167911-Mar-05 1:37
Mahesh167911-Mar-05 1:37 
GeneralRe: Tips for converting VB6 to ASP.NET Pin
Colin Angus Mackay11-Mar-05 2:04
Colin Angus Mackay11-Mar-05 2:04 
GeneralRe: Tips for converting VB6 to ASP.NET Pin
Dave Kreskowiak11-Mar-05 3:58
mveDave Kreskowiak11-Mar-05 3:58 
GeneralRe: Tips for converting VB6 to ASP.NET Pin
Anonymous11-Mar-05 17:32
Anonymous11-Mar-05 17:32 
GeneralDataset Pin
nitin_ion10-Mar-05 23:04
nitin_ion10-Mar-05 23:04 
GeneralVb.net form Pin
eshban28410-Mar-05 19:38
eshban28410-Mar-05 19:38 
GeneralRe: Vb.net form Pin
rwestgraham11-Mar-05 9:44
rwestgraham11-Mar-05 9:44 
GeneralRe: Vb.net form Pin
H@is@here11-Mar-05 11:48
H@is@here11-Mar-05 11:48 
GeneralRe: Vb.net form Pin
rwestgraham11-Mar-05 12:24
rwestgraham11-Mar-05 12:24 
GeneralRe: Vb.net form Pin
H@is@here11-Mar-05 12:52
H@is@here11-Mar-05 12:52 
GeneralRe: Vb.net form Pin
rwestgraham11-Mar-05 14:05
rwestgraham11-Mar-05 14:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.