How do I create a timed popup message?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Y29jaGVlODM=?=

    How do I create a timed popup message?

    Hi,

    I am trying to pop up a Messagebox for a few seconds, and then have it
    disappear without an user intervention. Can I accomplish this with
    MessageBox, or do I not to use a different function? My code is in C++.

    Thanks!
  • David Lowndes

    #2
    Re: How do I create a timed popup message?

    >I am trying to pop up a Messagebox for a few seconds, and then have it
    >disappear without an user intervention. Can I accomplish this with
    >MessageBox, or do I not to use a different function? My code is in C++.
    Have a look at http://support.microsoft.com/kb/q181934/

    Dave

    Comment

    Working...