Anyone know how to dispaly bold text in a msgbox?
Printable View
Anyone know how to dispaly bold text in a msgbox?
Search www.allapi.net for an example.
I searched and found nothing useful for thisQuote:
Just create your own Messagebox by using a Form and a Label.
I thought of that but I want to keep the exe file size right down as the app is an activeX exeQuote:
Originally posted by Matthew Gates
Just create your own Messagebox by using a Form and a Label.
dont think you can
suggest creating another form adding the massage on and use
formOld.Hide
formNew.show
and on an ok or quit button
formOld.Show
formNew.Hide
any problems give us a shout
thanks
it is possible try http://www.planetsourcecode.com.
I think you need to subclass the MsgBox or something like that.
Megatron has the code to do that
The standard message box is renown throughtout the civilized world for being extremely inflexiable. Short of creating your own message box with a standard VB form (as has been suggested), I'm afraid you are out of luck.
I found it, http://www.allapi.net/vbexamples/vbe...ategory=SOURCE
It has the code to manipulate the MsgBox;)
Thanks - I just found this too http://www.planetsourcecode.com./xq/...s/ShowCode.htmChanging style, position, and SelF-Closing msgboxs