thats quite good but isnt it possible like yahoo and msn.. like if one form is open and another message comes again then it goes again on top somethign like this :-?
Main Topics
Browse All Topicscan anyone write a code or find me a code like yahoo messenger & msn messenger shows when someone come online . a window comes up from taskbar and goes after a certain interval ?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I don't have VB6 on my machines anymore so I can't code up anything concrete for you...
...do you want the new message to replace the existing one?...or should they stack? (I don't use messaging systems)
You can create multiple instances of Form2:
Dim f2 As New Form2
Then move the Timer code into Form2 itself... (instead of driving Form2 from within Form1)
please post the code you have.
it will need what idle_mind indicated:
>Add a variable in a Module to keep track of the number of OPEN popups and use that to adjust the position of the current popup form...
means: keep a open_popup_counter.
if top of the first form is "height of screen" - "height of form", it is actually generalized into
top of the nth form is "height of screen" - ( n * "height of form")
Business Accounts
Answer for Membership
by: Idle_MindPosted on 2009-07-04 at 09:16:22ID: 24777226
See my answer here: e.com/Prog ramming/La nguages/ Vi sual_Basic /Q_2129729 4.html
http://www.experts-exchang