Login
`
Templates, Tools and Utilities
|
||
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 November 21, 2024, 8:27 am This article has been viewed 35260 times.
|
|