This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to change title at the top of a MessageBox ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 16, 2019
02:24 PM
How can I change the title in the top of the Message Box when it is displayed? I can change titles for other dialog boxes, but I don't know how to change the title for a MessageBox
Example: MessageBox("Today is Wednesday.",MB_OK);
I want the title at the top of the MessageBox to say "Day Confirm". So how would I change that title?
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 16, 2019
02:36 PM
Hi @ralphster ,
Try using MessageBoxEx function,
or call SetDialogTitle before calling the MessageBox function
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 16, 2019
02:36 PM
Hi @ralphster ,
Try using MessageBoxEx function,
or call SetDialogTitle before calling the MessageBox function