|
-
Nov 10th, 1999, 05:30 AM
#1
Thread Starter
Member
The program I am developing has an option to hide or show the taskbar button (a system tray icon is the default). How can this be done during runtime? Also, how can I get an icon to show up on the taskbar button if my form is borderless?
Thanks much, Mike
-
Nov 10th, 1999, 07:18 AM
#2
Hyperactive Member
For question 1: To hide your own taskbar button, you must hide the form: Me.Hide
For question 1: Set the ShowInTaskbar property to true for the form.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer
-
Nov 10th, 1999, 07:33 AM
#3
Thread Starter
Member
Neither of those is really appropriate for my application. First of all, ShowInTaskbar is a read-only property that cannot be modified at runtime. Hiding the form is not an option. =) I was wondering if there was some API function to show and hide the button, perhaps.
Thanks!
------------------
Mike Wellems
PowerQuery
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
|