Results 1 to 3 of 3

Thread: ASAP Pls!:How to Customize MsgBox

  1. #1
    Guest

    Red face

    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

  2. #2
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    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]

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width