I'm having problems with the messagebox API. I use messageboxw to ask a question to the user. For example my program is very busy with threads, etc. and when a user clicks on a button that shows the messagebox it doesn't show the messagebox until my program is less busy than before. When I remove the messagebox the code after it gets executed fine. I have too much code to show but maybe there is something that I have to take care of...
Anybody had this experience too?
Thanks for your help.