|
-
Sep 20th, 2006, 04:25 AM
#1
Thread Starter
New Member
Task bar
My program is borderless, however I still want it to register in the task bar..
How can I make this happen?
-
Sep 20th, 2006, 04:33 AM
#2
Re: Task bar
http://www.vbforums.com/showpost.php...16&postcount=2
(that post also has the code for dragging a borderless form)
-
Sep 20th, 2006, 06:32 AM
#3
-
Sep 26th, 2006, 11:12 PM
#4
Thread Starter
New Member
Re: Task bar
It seems neither of those are working for me.
The first post doesnt do anything different to the program
Where as the second, ShowInTaskbar is an element of the form however states: "Compile Error: Function or interface marked as restricted, or the function uses an Automation type not supported in visual basic."
-
Sep 27th, 2006, 02:29 AM
#5
Addicted Member
Re: Task bar
 Originally Posted by Randomality
Where as the second, ShowInTaskbar is an element of the form however states: "Compile Error: Function or interface marked as restricted, or the function uses an Automation type not supported in visual basic."
in the properties menu, fyi
-
Sep 27th, 2006, 03:15 AM
#6
Fanatic Member
Re: Task bar
click on your form... then on the form's properties, change the showintaskbar value to true... ^_^
WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...
-
Sep 27th, 2006, 03:20 AM
#7
Thread Starter
New Member
Re: Task bar
Yes thank you, I eventually worked that out, cheers guys.
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
|