picture in pop up message boxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • koolaidguy6900
    New Member
    • Apr 2007
    • 2

    picture in pop up message boxes

    i am trying to put a picture in a message box,any help?
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by koolaidguy6900
    i am trying to put a picture in a message box,any help?
    The easiest way is to just create your own custom message box form and set the form background to your image.

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by koolaidguy6900
      i am trying to put a picture in a message box,any help?
      Yes, I don't think there's any easy way to put an image in a MsgBox. If the "message box" is a form that you create for yourself, of course, you can do pretty much what you like with it.

      Comment

      • charlie1235
        New Member
        • May 2007
        • 3

        #4
        How would you make your own msnbox?

        Comment

        • SammyB
          Recognized Expert Contributor
          • Mar 2007
          • 807

          #5
          Originally posted by charlie1235
          How would you make your own msnbox?
          Add a form to your project, add a TextBox & buttons to the form and you're good to go. If you need more help, you'll have to let us know if you are using VBA, VB6, or VB.Net

          Comment

          • charlie1235
            New Member
            • May 2007
            • 3

            #6
            im using note pad lol

            Comment

            • Banfa
              Recognized Expert Expert
              • Feb 2006
              • 9067

              #7
              Originally posted by charlie1235
              im using note pad lol
              What programming language are you using then?

              How did you intend to display the message box?

              What is the purpose of this message box?

              Comment

              • Killer42
                Recognized Expert Expert
                • Oct 2006
                • 8429

                #8
                Originally posted by charlie1235
                im using note pad lol
                Hm... I don't think Notepad provides a lot of scope for customisation. :)

                Comment

                • Denburt
                  Recognized Expert Top Contributor
                  • Mar 2007
                  • 1356

                  #9
                  Sounds like VB Script or something along those lines.

                  Comment

                  Working...