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
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
Well, actually posting it will be kind of difficult 'cause the size of the code (too many lines), but I'll be glad to send it to whoever wants it, just post your mail, or send me an email to rsandoval@clementecamara.biz and I'll send back the code...
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.
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..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.