Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've been reading for the last 4 days about using balloon tooltips outside the systray, found many code for VB6 and C#, none of them functional. I read avery article that Microsoft has and none of them is helpful.

Does anyone has a good link or code for showing balloon tooltips outside the systray (like the one you get in WXP when you have the Caps Lock on and try to unblock Windows) for .NET???

Any help will be appreciated.

Fat kids are harder to kidnap
Guest Deleted member 22320
Posted
I saw a usercontrol that someone did not too long ago... it was a system try icon with balloon popup functionality. can't remember who did it or where it was, but I think it was called NotifyXP or NotifyIconXP.. . i know it had Notify and XP in the name :) Sounds like its what your looking for, but I never tried it. I'll poke around a little and see if i can find where i saw that again.
Posted

Thanks for the help, but I think that control was wrote by me (I wrote one a couple months ago), also some other persons did the same, but what I'm looking for is a tooltip control with a balloon shape that can be used in diff controls like a text box or a combobox

Thanks anyway, right now I'm writting something to see if meets my demands, if I can do something great I'll post it here so everyone will have access to it

 

Regards

Fat kids are harder to kidnap
Posted

I'm also trying to do something, I just know that you need to use CreateWindowsEX, SendMessage, and two other API calls to do it... but I don't have enough time to create it, too much work and so little time. I hope some day you can tell me that you did it

 

Regards

Fat kids are harder to kidnap
Posted

Great, soooo.... where is it???? I'm willing to see the code, BTW does anyone here has a good API link or documentation???? I need to update somehow my documents about API's and .NET

 

Thanks

Fat kids are harder to kidnap

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...