Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello

 

I would like to use balloon tooltip on any control of my form. Is it possible?

 

If it's not, is it possible to use a square shadow multilines tooltip like the one used when you click on the ? button of a form in windows?

 

Thank you

Martin

  • 2 months later...
Posted

I've a code I made for a new and enhanced version of the systray icon, can send balloon tooltips, contextual menu, systray icon and more.

is written in Visual Basic .NET, answer me if you will like the source code for the library

 

Regards:D

RSV

Fat kids are harder to kidnap
Posted
iebidan, I would be interested in the source you were speaking of. If possible, please post it for everyone. Remember that it can't contain executables or it will be deleted, so only the source and maybe an example is needed. Thank you

mov ax, 13h

int 10h

Posted
Ok, I'll email you if you would like, but one alternative will be for you to actually just zip up your sourcecode and post it as an attachment here. It allows for over 2 mb, which is probably plenty for just sourcecode.

mov ax, 13h

int 10h

Posted

I can suggest the use of regions.

 

Dim GP As New System.Drawing.Drawing2D.GraphicsPath(Drawing.Drawing2D.FillMode.Alternate)
'......build up your balloon shape window here......e.g. GP.Addline(...)
Me.Region = New Region(GP)

 

Add the above code into a forms load event and youve got a balloon shape window..

 

Cheers

Howzit??
Posted

I am sorry but this is not what I am looking for. I am looking for balloon tooltip I can place on any control of my forms. Textboxes, labels, buttons.

 

Thank you

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...