Results 1 to 8 of 8

Thread: msgbox?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Question

    Can you insert a picture in a msgbox?

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    Wink not your own

    if you want to insert your own picture on a message box
    then you have to make a costume made msgbox
    OR (here is an idea, make your own icon and replace it with the ones vb provides, keeping the name the same)
    dont know if that will work

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    No but you could just use another borderless form
    as the msgbox and have a picture box on the form with the
    rest of your message in a label or scrolling on the form or whatever....
    yourform.visible=false
    msgForm.visible=true
    then
    reverse it in the yes/no button on msgForm

    'fixed typo


    [Edited by HeSaidJoe on 08-28-2000 at 06:39 PM]
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    Talking clarity is good

    thats what i meant by custome made msgbox
    another form to act like it
    but i guess i didn't make myself clear
    thanks dude

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Thanks

    The customizing idea worked out.

  6. #6
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Sorry, Kovan..I started to answer the question and got called away from my desk and when I came back I posted..I should have refreshed the question first. Again, sorry. I wouldn't have posted my answer if I had seen yours.

    Wayne
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  7. #7
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    why sorry?

    dude who ever helps, still cool
    you, me, someone else
    no difference
    i just wanted to point out your answer was more clear then mine
    i hope you didn't take that the wrong way

  8. #8
    Guest
    If your going to make a form like a Msgbox, than you should make it act like a Msgbox and keep it on top of all forms which will also disable the forms behind until the form is unloaded. Use vbModal to do this.

    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