Results 1 to 4 of 4

Thread: Hidden Form W/ Focus?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    1

    Hidden Form W/ Focus?

    Looking for how to make a form hidden but still have focus to perform its operations (the only form, .visible doesnt seem to work since its the only form).

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    IF by 'operations' you mean nothing having to do with command buttons and textboxes, etc, then how bout a module?

  3. #3
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178
    How about Form.Height = Screen.Height * 2

    Definitely, the form is not visible to user, but all the processing is the same

  4. #4
    Addicted Member
    Join Date
    Nov 2001
    Location
    Peterborough, UK
    Posts
    160
    Originally posted by asj
    How about Form.Height = Screen.Height * 2

    Definitely, the form is not visible to user, but all the processing is the same
    Erm, Perhaps

    VB Code:
    1. Me.Top = Screen.Height + 1



    Pigmy
    Remember - The light at the end of the tunnel could well be an on-coming train !

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