custom messagebox

 

Dear traders and programmers,


currently I am using MessageBox() to interact with the user. To distinguish different kinds of messages I want to use a particular background color for each message. The buttons are fairly simple though, I just plan on using one big OK-button.

How to create MessageBoxes with colored background and an OK button?

Preferably I'd issue the MessageBox() without stopping code execution till the user clicks OK, if that's possible I'd be very thankful if you could tell me how.


best regards,

tradeigel.

 

what I am exactly looking for is this very simple thing:

On command, a plain window like a MessageBox should pop up, showing just a few lines of text in specific font sizes, the background should be a specific color.

Then there needs to be an OK button. I need to know when the user clicks this OK button.

What's the way you would create such a program? I guess I need a DLL, right?

Reason: