Click here to Skip to main content
15,904,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want to customize C++ alert box, namely the messageBox. (if there is any other alert function it will be OK, also)

i.e. i want big alert boxex with big buttons.
all forums i glanced seem to me complicated so i asked you all.
could you please advise me?
thank you in advance...
Posted

You will need to look at the Task Dialog[^], I think.
 
Share this answer
 
Comments
Niklas L 14-Jun-11 14:28pm    
A good link, although harder to customize than Joan Murt's solution. Fived nevertheless.
Richard MacCutchan 14-Jun-11 15:35pm    
On reflection you are correct.
The best option you have is to create your own messagebox dialog...

Create a dialog and pass the like the parameters needed for the MessageBox to it and after that show it using DoModal.

This will make it...

Hope this helps. :thumbsup:
 
Share this answer
 
Comments
mstftrn 14-Jun-11 11:52am    
thank you i will try..
Joan M 14-Jun-11 11:58am    
You are welcome, come back with more questions if you need extra help. ;)
Albert Holguin 14-Jun-11 12:47pm    
yep... and they're not terribly hard to make...
Joan M 14-Jun-11 14:22pm    
Thank you Albert!
Sergey Alexandrovich Kryukov 14-Jun-11 13:05pm    
My 5. I would do exactly that.
--SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900