Results 1 to 3 of 3

Thread: Apuse execution of Sub Main - V. Urgent

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    Sorry, normally I don't like to draw attention to urgency, but this thing has me a bit puzzled.

    Basical my project starts with sub main(), it performs a few checks, if these aren't correct I want to show a form, and pause execution of sub main until a form button is pressed.

    Many Thanks.

    Lenin

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    Solved.

    Thanks.
    Lenin

  3. #3
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    A message box would do just that, otherwise.

    Code:
    Form2.Show vbModal
    This will stop execution, until that form is shut.
    Iain, thats with an i by the way!

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