Results 1 to 3 of 3

Thread: MsgBox's....

  1. #1

    Thread Starter
    Lively Member DeBauer's Avatar
    Join Date
    May 2001
    Location
    Mako Reactor #7
    Posts
    123

    Question MsgBox's....

    I was wondering, i'm making a custom i-face, and I want everything to go even the pop-up msg's. Well for the pop-up msgs im using another form, but when it shows how do I make it so you cannot click on anything else tell you close it (like a msgbox)?


    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Aug 1999
    Posts
    482
    On the parent form (form callingthe "Msgbox")

    Msgbox.Show Vbmodal

    that'll make it so it has to close before you can do anything

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

    <?>

    With message boxes you have the ability of system modal which means nothing happens till you answer the message
    with a form you have only modal which means nothing in your application happens but other windows still retain control meaning you can switch between apps. etc.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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