How to change the msgbox font and style

venky

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

I was done a small project in VB.NET but one draw back i found in this is for all msgbox are same .I want to customise the msgbox.If any one having the idea regarding this please help..

thanks
 
I would say create your own form...the size of a usual msgbox and set its properties as you wish.
so instead of msgbox("blabla") do "dim f as MsgForm" and show it
 
Back
Top