Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease 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!
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 November 23, 2024, 2:12 am This article has been viewed 35263 times.
|
|