Click here to Skip to main content
15,918,109 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to highlight(BOLD) particular word in my message box .
is it possible?

message should be like:
book has been issued to "fullname".
fullname is a VARIABLE in my case.
thanks in advance to those who are willing to help
:)
Posted

1 solution

You can't format text directly in the message box.
This is just a wrapper for the MessageBoxEx API.

You can build your own custom message boxes (A Custom Message Box[^]).
 
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