Anyone knows if its possible to do booble messages as the windows xp or any antivirus?
like this?
or like this?
thanks 4 all
Professional Software Development Tools
Anyone knows if its possible to do booble messages as the windows xp or any antivirus?
like this?
or like this?
thanks 4 all
search the forum, there is a tooltip ballon dll posted by worm, system tray ballon tips dll,exe posted by myself and other users, worms PopupNotify plugin can make the msn type popup and my splash transition engine can do this also, there are also many other ways to achive what you want
look at this thread, read through all of it as there are many versions of the same thing
http://www.indigorose.com/forums/sho...oltip+balloons
Open your eyes to Narcissism, Don't let her destroy your life!!
i would use the AutoIt built version with command line argsits in there aswell i guess
yeah its in there, but i would use the dll version as you can get a return value from the bubble
Open your eyes to Narcissism, Don't let her destroy your life!!
lol thanks
lol i know howto add and change a systray icon in PureBasic, but how can i show a balloon tip in there?![]()
there are lots of tooltip examples on the PB forum, problem is most of them are for PB 3.xx, i cant find one for PB 4.XX so one will need to be translated
you could try the Droopy Lib, i know it used to have a some tooltip functions and i do know there is a version for PB 4.XX,
or you could get down n dirty and code ya own useing the "Shell_NotifyIcon" API function
http://msdn.microsoft.com/en-us/libr...59(VS.85).aspx
as tooltips are not guaranteed to work on all systems due to settings etc, i tend not to use them, i opt for a more reliable method.
Open your eyes to Narcissism, Don't let her destroy your life!!
Thanks that was where i was looking for"Shell_NotifyIcon"time to get my hands dirty:P