Results 1 to 2 of 2

Thread: How can I successfully use the ".ShowInTaskbar = False" property....

  1. #1

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245

    Post

    How can I successfully use the ".ShowInTaskbar = False" property, successfully preventing my application from showing in the Windows Taskbar?

    I was trying to use "frmBrowser.ShowInTaskbar = False" from with inside the Form_Load(), but all I would get was this message: "Compile Error- Can't assing to read-only property."

    Please if anyone knows how to prevent an application from loading into the Windows Taskbar, please help me out, Thanks
    Daniel Christie

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    Set the ShowInTaskbar Property to False at DesignTime.

    This stops the Window appearing in the Taskbar, (usually along the bottom of the Desktop), not the TaskManager, (CTRL+ALT+DEL).

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