Hi all,
Could someone kindly tell me how to change the font / font size in the msgbox popup window? Thanx in advance.
Printable View
Hi all,
Could someone kindly tell me how to change the font / font size in the msgbox popup window? Thanx in advance.
I don't believe you can, but you can certainly create your own look-alike MsgBox via a form.
------------------
Marty
Well i dont believe that it is impossible
You will have to use API's to change the font because u do it thru the Display settings in the Control panel.
The exact Api fn's will have to dug from the microsoft reference.
Peace
u might be able to using msgbox API
search for MessageBox in API viewer
anyway., does it really matter? :)
------------------
cintel rules :p
www.cintelsoftware.co.uk
You can't change the font for 1 msgbox (unless you modify it, show the msgbox, and then set it back to original..)
Better create your own msgbox window...