Results 1 to 4 of 4

Thread: MsgBox

  1. #1
    bzemer
    Guest

    Images on my MsgBox

    Hi,
    is there a way to put my own images on an msgbox message (like error, exclamation mark etc.)?

    maybe i can use a resource file for that?

    thanks..

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    I presume you are aware of the built in ones:

    Code:
    Private Sub Command1_Click()
    MsgBox "vbCritical", vbCritical
    MsgBox "vbExclamation", vbExclamation
    MsgBox "vbQuestion", vbQuestion
    MsgBox "vbInformation", vbInformation
    End Sub
    Other than that you'll have to make your own msgbox
    Mark
    -------------------

  3. #3
    bzemer
    Guest

    ok..

    well.. i am aware of those..

    my question was how do i use my own..

    you said something about building my own message box?

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Well. just that really!
    Add a form and put whatever buttons/caption/title/images you want on it.

    You can make as simple or complicated as you want.
    Mark
    -------------------

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