rajeevnandanmishra
Programmer
Hi all,
I want to call a win32 api function in foxpro.
The api expects a strucuture like this :
-------------
hWnd long
pID long
pszDN long
lpszTl long
ulFlg long
lpfnCb long
lParam long
iImg long
-------------
I had tried to create a class and then pass that class object to this api, But of no use. It always says "too many arguments".
Can any one help me in creating the structures in VFP, or, tell me how to execute such functions from VFP.
Any help is highly appriciated.
Thanks!
I want to call a win32 api function in foxpro.
The api expects a strucuture like this :
-------------
hWnd long
pID long
pszDN long
lpszTl long
ulFlg long
lpfnCb long
lParam long
iImg long
-------------
I had tried to create a class and then pass that class object to this api, But of no use. It always says "too many arguments".
Can any one help me in creating the structures in VFP, or, tell me how to execute such functions from VFP.
Any help is highly appriciated.
Thanks!