Results 1 to 3 of 3

Thread: vbModal form

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Post

    Is there any way to show a vbModal form but my background form still running while the modal form is shown?

    Thanks

  2. #2
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386

    Post

    Nope, but you can show the form modeless and disable the main form. Doesn't work completely like showing a form modal but it's the closest you can get.

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You could SHOW your second form, form2 (non modal), and in your form1_activate, if form2.visible = true then form2.setfocus

    HTH

    Tom

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