Re: llama AND win32lib ??
- Posted by David Cuny <dcuny at LANSET.COM> Jul 18, 1999
- 448 views
Bernie Ryan wrote: >... you imply that getwindowtext and > getwindowtextlength functions return > information about the text in the window, > but that is not correct both functions deal > with the text in TITLE bar. Not true. The function getWindowText() is a wrapper on the Win32 GetWindowText() function. From the Win32 help file: "The GetWindowText function copies the text of the specified window's title bar (if it has one) into a buffer. If the specified window is a control, the text of the control is copied." -- David Cuny