` Window title - no text but appear in window list (Stephen Fulton ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

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 April 18, 2024, 10:05 pm
This article has been viewed 35114 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: