` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Windows API: Hide the taskbar
2003-04-25 -- Dries Driessen
 
Newsgroups: comp.lang.clarion I finally found it! The taskbar is a window like any other. Thus: ToggleTaskBar PROCEDURE ! Declare Procedure LOC:HIDDEN BYTE,STATIC TaskBar HANDLE WClass LPCSTR('Shell_TrayWnd') WName LPCSTR('') CODE TaskBar = FindWindow(WClass, WName ) !WName) if LOC:Hidden ShowWindow(TaskBar,SW_SHOWNORMAL) LOC:Hidden = false else ShowWIndow(TaskBar,SW_HIDE) LOC:HIDDEN = true end!if "Dries Driessen" wrote in message news:3ea56589@news.softvelocity.com... > Hi, > > I would like to hide the taskbar when a certain procedure runs. > There has got to be an API call to accomplish this but I haven't been able > to > locate it. > > Any help will be much appreciated. > > Dries Driessen > Valk Software > The Netherlands > > >


Today is May 1, 2024, 1:50 am
This article has been viewed 35108 times.
Google search has resulted in 39 hits on this article since January 25, 2004.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: