| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sun Feb 15, 2004 3:34 pm Post subject: [resolved] REmove button from taskbar |
|
|
Is there a way to remove a button from the taskbar (and put it back) without distryoing the running application? I have an app that I want to hide, but when it is hidden the button is still on the taskbar.
Thanks _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sun Feb 15, 2004 3:37 pm Post subject: |
|
|
Not sure this will help your situation, but I think the
SMALLCAPS style doesn't use a taskbar button.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sun Feb 15, 2004 3:41 pm Post subject: |
|
|
The app I am hiding is not a VDS app. so that will not work. Thanks though. Anyone else have any ideas? _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sun Feb 15, 2004 4:53 pm Post subject: |
|
|
You could use Mac' idea a bit. Make an invisible window which does have a taskbar button. If it is active, let it put the second window (without a taskbar button with a kind of 'smallcaps' style) on top. Garrett once made a little VDS example for such a thing, so I guess you should be able to convert it to the programming language of your choose...  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Feb 15, 2004 4:59 pm Post subject: |
|
|
LiquidCode I think U can use SetWindowLong to add or remove the WS_EX_APPWINDOW style bit. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sun Feb 15, 2004 7:12 pm Post subject: |
|
|
Let me clarify a bit. I want to control an application that I didn't write with a VDS app that will hide the app to the system try and remove the task bar icon. Then restore it when I click on the tray icon. Any clearer? Sorry for the mix up. I didn't write the program that I want to hide. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Feb 15, 2004 7:49 pm Post subject: |
|
|
Does the program have a standard interface? If not, if it's something like
Winamp or something, it might have a different window for the taskbar
button than the main window - I would recommend doing some more
investigation with Window Spy.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Sun Feb 15, 2004 8:05 pm Post subject: |
|
|
Bingo!! That was it! Thanks for the tip. I'm sure I would have found it eventually. LOL. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
|