Jul 13, 2004 #1 HVehari Technical User Sep 4, 2003 42 SA Hi, How to apply fonts in message box Vb6 with best regards, HVehari
Jul 13, 2004 #2 zemp Programmer Jan 27, 2002 3,301 CA Not sure that you can with the VB mesage box. However you can use/create a custom message box for your apps. http://www.a1vbcode.com/app.asp?ID=2865 zemp Upvote 0 Downvote
Not sure that you can with the VB mesage box. However you can use/create a custom message box for your apps. http://www.a1vbcode.com/app.asp?ID=2865 zemp
Jul 13, 2004 #3 chiph Programmer Jun 9, 1999 9,878 US The MessageBox will use the system font. If you want a different one, you'll have to write your own modal form to act like the MessageBox. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
The MessageBox will use the system font. If you want a different one, you'll have to write your own modal form to act like the MessageBox. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first