|
-
May 6th, 2003, 03:20 AM
#1
Thread Starter
Lively Member
Task bar with out a form[***SOLVED***]
Hi every body:
Does any one knows how to do a form without the taskbar makes an space for the form??
thanks
Last edited by angel of dark; May 6th, 2003 at 01:31 PM.
al peor programador hasta el HELLO WORLD le marca error.....
event to the worst programmer the Hello world marks him error..
-
May 6th, 2003, 07:36 AM
#2
Fanatic Member
if you don't mean set the form's Border property to None, then i don't understand what you're asking
The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.
-
May 6th, 2003, 09:56 AM
#3
Thread Starter
Lively Member
Hi everibody:
what I mean is for example when you open visual basic or internet explorer in the task bar will apear, this give to you the chance to choose diferent programs, I want that my program don´t apear in the task bar
al peor programador hasta el HELLO WORLD le marca error.....
event to the worst programmer the Hello world marks him error..
-
May 6th, 2003, 10:01 AM
#4
If its YOUR program you don't want to appear on the task bar then:
VB Code:
YourForm.ShownInTaskbar = False
-
May 6th, 2003, 10:07 AM
#5
Thread Starter
Lively Member
Well I try it to use it but ther is a error. Compile error: function or interface marked as restricted, or the function uses an automation type not suported in Vb.
Can you write an example??
thanks
al peor programador hasta el HELLO WORLD le marca error.....
event to the worst programmer the Hello world marks him error..
-
May 6th, 2003, 10:10 AM
#6
View the form then in the Properties window look for ShownInTaskbar. Set it to False.
-
May 6th, 2003, 01:30 PM
#7
Thread Starter
Lively Member
Yeah it works, thanks a lot
al peor programador hasta el HELLO WORLD le marca error.....
event to the worst programmer the Hello world marks him error..
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
|