PDA

Click to See Complete Forum and Search --> : ASAP Pls!:How to Customize MsgBox


Dec 18th, 2000, 08:54 PM
Hi guys!

I really need your help here. Please give suggestions/tips on how I can customize Msgbox, how to change the font size, the box size. I dont want to create a new form just to show details it will just take some space.

Your help is much appreciated. Thanks and I hope to help me guys here.

jeric

crispin
Dec 19th, 2000, 03:38 AM
Jeric,
You can mess about with the message box parameters, you have to do some really slimy hacking to do it though, so I wont recommend it at all. I would suggest that you make your own form as a message box and pop it up when you need it - that way you'll have complete control over buttons, size and everything else...

Dec 19th, 2000, 10:37 AM
Go with making a form as a Msgbox. You can modal it so that it will act as a Msgbox as well.

Msgfrm.Show vbModal