PDA

Click to See Complete Forum and Search --> : Changing font in msgbox window


wongqc
Jan 6th, 2000, 10:49 AM
Hi all,

Could someone kindly tell me how to change the font / font size in the msgbox popup window? Thanx in advance.

MartinLiss
Jan 6th, 2000, 11:44 AM
I don't believe you can, but you can certainly create your own look-alike MsgBox via a form.

------------------
Marty

Jaspal
Jan 6th, 2000, 04:54 PM
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

KENNNY
Jan 6th, 2000, 05:47 PM
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

Crazy D
Jan 6th, 2000, 07:24 PM
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...