Link to home
Start Free TrialLog in
Avatar of win32
win32

asked on

Create Dialog

Hi, I want to make a Dialog that shows "Please wait..." The only problem is that It shall not be a standard Ok Cancel Dialog.. That wont work because the Main() will wait until the dialog has returned. I need a Dialog that I can create and destroy wheen needed, and that I don't have to wait on. Simply a text saying "Wait...".

How is that done with API or MFC ?
Avatar of BJZ
BJZ

Use CreateWindowEx to make your dialog. Else create a thread that will launch your dialog so you needn't the dialog to return.
ASKER CERTIFIED SOLUTION
Avatar of The Master
The Master

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial