Results 1 to 4 of 4

Thread: Hide A Form - Still Show in Taskbar

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    I have a program that is minimized to the taskbar on start.
    The program will only show info on the taskbar.
    I do not want the user to be able to see the form, even
    if they click on the app in the taskbar.
    You cannot hide the form because it makes it disappear on the taskbar.
    How can I do this?

  2. #2
    Guest
    Me.Hide

    or

    Me.Visible = False

    ?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    No, this removes the application from the taskbar.
    I do not want that. I still want it visible in the
    taskbar, but always invisible to the user.

  4. #4
    Guest
    How about changing the Left and Top properties so the form is way off the screen (make sure it's out of the screen for all resolutions).

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