Can anyone tell me how to make a form look like a popup message in windows 2000/xp?
Also, how would I make it popup at the bottom of the screen (near the system tray)
Anyone?
Printable View
Can anyone tell me how to make a form look like a popup message in windows 2000/xp?
Also, how would I make it popup at the bottom of the screen (near the system tray)
Anyone?
What do you mean??
Please explain a little better.
in winXP
those popup bubbles near the system tray
that say "New hardwhere found" etc.
I want to make a form look like one
this may not be very descriptive but the system.drawing namespaces would have what you want. It would probably require drawing an image with that shape and binding it to the form using the transparency stuff..
Just try searching for System.Drawing GDI+ and form shape and you may find some better info.
ok, how would you change the shape of the form to look like a popup balloon?
the commands
thats great, but the examples are all in C++
in am not good with that.
is there a place where i can get vbnet commands?