Create a popup window on Visual Basic

  • Thread starter Thread starter futureofai
  • Start date Start date
F

futureofai

How do i create a popup notification above the taskbar like MSN
messenger and other software using VB??

Is it easier to do this in VB or VB.Net? Directions and links to source
that does this will be appreciated.

Thanks
 
How do i create a popup notification above the taskbar like MSN
messenger and other software using VB??

Is it easier to do this in VB or VB.Net? Directions and links to source
that does this will be appreciated.

Thanks

Well... since you said "VB or VB.Net", I'll post this sample.... extremely
easy. Tip on the sample...... he's treating a form as a class... save your
time and use it like he does, instead of attempting to merge it all into one
form. If used "as is", it's a breeze.

Add Your App to the Systray the Easy Way
http://www.vbaccelerator.com/home/V...l_Projects/SysTray_-_The_Easy_Way/article.asp

While there, I noticed this... if I'm reading correctly, it's built on
Framework version 1.0

SysTray from .NET
http://www.vbaccelerator.com/home/NET/Code/Libraries/Shell_Projects/SysTray/article.asp
 
could you tell me what objects you will need on the form, for this to
open

i.e.

the form - frmsystray

what about addmenuitem ... etc

this is from the link in the previous messenge.

Thanks
Andy
 
could you tell me what objects you will need on the form, for this to
open

i.e.

the form - frmsystray

what about addmenuitem ... etc

this is from the link in the previous messenge.

Thanks
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top