I kno there is a way to make a alert message in win32 that goes away after a time delay...Does anyone know the code for this?

Mike555 commented: -mike555 +1

set a timer event for the amount of time you want it displayed, then in the event handler kill the message box -- send it WM_CLOSE event.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.