Bold and Color TEXT in MessageBox?
-
Dear gurus, How do you make text displayed in a MessageBox BOLD and COLORFUL? Thanks a lot in advance Khang Nguyen :-D
-
Dear gurus, How do you make text displayed in a MessageBox BOLD and COLORFUL? Thanks a lot in advance Khang Nguyen :-D
Probably you need the windows API called MessageBoxEx LPCTSTR Dutch = TEXT("Double Dutch :-)");
-
Dear gurus, How do you make text displayed in a MessageBox BOLD and COLORFUL? Thanks a lot in advance Khang Nguyen :-D
You can't do it with the plain old MessageBox class. If you want to have specially formatted text like that you're either going to have to make your own class or look around CP or the web for one that someone has already made. - monrobot13
-
Dear gurus, How do you make text displayed in a MessageBox BOLD and COLORFUL? Thanks a lot in advance Khang Nguyen :-D
Thank you so much, gurus! Khang Nguyen