-
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
-
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...
-
Go with making a form as a Msgbox. You can modal it so that it will act as a Msgbox as well.
Code:
Msgfrm.Show vbModal