Results 1 to 4 of 4

Thread: Message Box

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Message Box

    Is there a way to change the icon of a message box to an icon I've made?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    *bump*
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    Member
    Join Date
    Sep 2000
    Location
    Kentucky
    Posts
    56
    I had an application where I wanted to increase the font size of a message box. I added a new form and a little code in a module and made it so that it would work just like the standard message box, but with a larger font.

    You could probably do the same thing.

    There is probably a way to do it with a hook function, but I don't know how.

  4. #4
    Matthew Gates
    Guest
    Kevin Swanson is correct. Just create your own message box with a form, a label, and an imagebox. You can also modal the form to give it the Msgbox effect.

    VB Code:
    1. 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