|
-
Apr 2nd, 2002, 12:59 PM
#1
Thread Starter
Lively Member
How to make the program appear in TaskBar??
HI....How do I make the program appear in the taskbar..I have set the ShowInTaskBar to True....but still the when I run the program it does not appear in the taskbar.... thanks
-
Apr 2nd, 2002, 02:03 PM
#2
The ShowInTaskbar property will show your form in the taskbar. If it is not doing it, we are gonna need to see some code.
If you meant the system tray, then take a look here:
http://www.vbsquare.com/api/tip178.html
Hope this helps,
-
Apr 2nd, 2002, 02:07 PM
#3
only forms with border style fixed single and sizable are shown in the taskbar... all others are not..
-
Apr 2nd, 2002, 04:10 PM
#4
Thread Starter
Lively Member
kleinma ..you are absolutly right....the form is not sizable....whats the solution then ?
-
Apr 2nd, 2002, 04:48 PM
#5
well if you are making a form that you don't want to be resized.. then set the border to 1 - fixed single.. if you want it to be resizable.. then set it to 2 - sizable...
if your form MUST be one of the other border types... then i don't know what to tell ya about getting it in the taskbar though..
GLAD TO BE ABLE TO HELP
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
|