` 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  

Par2: Disable (Hide?) Minimize button on window with an icon
2013-08-29 -- Heinz Kalmbach
 
in the clarion manual I found the following code to hide the minimize button on windows with icon: Sty = GetWindowLong(Target{PROP:Handle}, GWL_STYLE) MinHideError = SetWindowLong(Target{PROP:Handle}, GWL_STYLE, BAND(Sty,BXOR(-1,WS_MINIMIZEBOX))) I can compile this but it does not work as expected. - if I place it directly after 'open the window' nothing happens - if I place it after 'Prepare Alert Keys' then the button is NOT hided but disabled Does someone know where to place the code?


Today is May 5, 2024, 2:06 pm
This article has been viewed 35118 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: