R Robert Bravery Jul 22, 2006 #1 Hi all, Can I make part of a text bold in a messagebox Thanks Robert
N Nicholas Paldino [.NET/C# MVP] Jul 22, 2006 #2 Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps.
Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps.
R Robert Bravery Jul 22, 2006 #3 Thanks Robert Nicholas Paldino said: Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Robert Bravery said: Hi all, Can I make part of a text bold in a messagebox Thanks Robert Click to expand... Click to expand...
Thanks Robert Nicholas Paldino said: Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Robert Bravery said: Hi all, Can I make part of a text bold in a messagebox Thanks Robert Click to expand... Click to expand...
M Michael Nemtsev Jul 22, 2006 #4 Hello Robert, See sample there http://www.codeproject.com/cs/miscctrl/MessageBoxManager.asp RB> Thanks RB> Robert RB> "Nicholas Paldino [.NET/C# MVP]" <[email protected]> RB> wrote in message RB> Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Robert Bravery said: Hi all, Can I make part of a text bold in a messagebox Thanks Robert Click to expand... Click to expand... Click to expand... --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche
Hello Robert, See sample there http://www.codeproject.com/cs/miscctrl/MessageBoxManager.asp RB> Thanks RB> Robert RB> "Nicholas Paldino [.NET/C# MVP]" <[email protected]> RB> wrote in message RB> Robert, Unless you custom paint it, you can't. The textbox only supports one font family for all of the text. You would have to use a RichTextBox to do this. Hope this helps. -- - Nicholas Paldino [.NET/C# MVP] - (e-mail address removed) Robert Bravery said: Hi all, Can I make part of a text bold in a messagebox Thanks Robert Click to expand... Click to expand... Click to expand... --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche