How to change the msgbox font and style

venky

Active member
Joined
Sep 12, 2005
Messages
27
Programming Experience
1-3
hi guys and galz

Recently i was done a small project on VB.NET. In the All msgbox's appearence is same.I want to make it different appearence and different font for diffent forms. Is it possible.If any one having idea regarding this pls help me..

thks...
 
It IS very possible but i beleive making a own msgBox would be better idea for you. It is easy, just make a new form and change the font, color, backColor and everything you want. After that, u can simply call it every time you need msgBox through showDialog. Btw, if you want to change exisiting msgBox anyway, notice that you'd have to overload almost everything there plus it involves using of API functions etc. With one word DON'T!

HTH
Regards ;)
 
i'm noticing a number of posts/threads on changing messagebox properties (like it's font in this case)

when i get done with my college essay that's due in a couple of days, i'll make a fully customizable messagebox object and post it in a new thread and hopefully Neal will allow it to be stickied, give me at least a week :)
 
Back
Top