` 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: Window title - no text but appear in window list
2000-02-24 -- Stephen Fulton
 
Put this in your Global map MODULE('') !BOOL SetWindowText(HWND hwnd, LPCTSTR lpsz) SetWindowTextA(UNSIGNED,LONG),BOOL,PASCAL,RAW END Remove the text from the window in the window formatter. Put this in the data section myText CSTRING(100) Put this in the OpenWindow embed myText = 'Title of my window' did_it_work# = SetWindowTextA(0{Prop:Handle},ADDRESS(myText))


Today is May 2, 2024, 8:53 am
This article has been viewed 35122 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: