|
-
Dec 18th, 2000, 09:54 PM
#1
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
-
Dec 19th, 2000, 04:38 AM
#2
Fanatic Member
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...
Crispin
VB6 ENT SP5
VB.NET
W2K ADV SVR SP3
WWW.BLOCKSOFT.CO.UK
[Microsoft Basic: 1976-2001, RIP]
-
Dec 19th, 2000, 11:37 AM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|