|
-
Mar 10th, 2000, 09:58 AM
#1
Thread Starter
Addicted Member
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
-
Mar 10th, 2000, 10:05 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|