GetWindowText - Windows API
From: Sarah (anonymous_at_discussions.microsoft.com)
Date: 04/17/04
- Next message: Patrick Tura: "Re: Error hanlding"
- Previous message: Olaf Doschke: "Re: FoxPro and ODBC--nulls in logical fields converted to false??"
- Next in thread: Gregory Adam: "Re: GetWindowText - Windows API"
- Reply: Gregory Adam: "Re: GetWindowText - Windows API"
- Reply: turiya36: "RE: GetWindowText - Windows API"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 17 Apr 2004 01:56:02 -0700
Hi All,
I want to use the GetWindowText, Windows API in vfp. The following code is giving error
DECLARE INTEGER GetWindowText IN win32api;
HWND iwinhdl,;
STRING cwindow_title
GetWindowText(mActiveWndHdl,mGetWinTxt)
The following is the error message
Too many arguments.
Line of code with error: GetWindowText(mActiveWndHdl,mGetWinTxt)
Message1: ISWINDEX
Can't make out why the error is flaged!
- Next message: Patrick Tura: "Re: Error hanlding"
- Previous message: Olaf Doschke: "Re: FoxPro and ODBC--nulls in logical fields converted to false??"
- Next in thread: Gregory Adam: "Re: GetWindowText - Windows API"
- Reply: Gregory Adam: "Re: GetWindowText - Windows API"
- Reply: turiya36: "RE: GetWindowText - Windows API"
- Messages sorted by: [ date ] [ thread ]