Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows API Calls 1

Status
Not open for further replies.

BoxPro1

Programmer
Apr 5, 2001
11
US
Looking for help making calls to the Windows API fron VFP6. Thanks
Ron
 
If there is a specific function you are looking for, do a keyword search on this forum.

If you want general information, refer to the MSDN or the Windows API section at universalthread.com. Jon Hawkins

The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
 
I would also recommend Dan Appleman's VB Win32 API reference. It is VB but it has great explanations of how the various API calls work.
 
If you are good at VB to VFP code conversion, go to and get the free API Guide. More sample code and a way to search for what you think you want.

Rick
 
And if you've got Visual Studio, there's a handy API Text viewer in the Visual Studio 6.0 Tools folder. Again, it's written for VB, but it's not too hard to figure out. --Dave
 
Hello.

My answer comes late, I know, but because I didn't want to post anything that can be considered as 'copyrited' (I had problems with this), I spend some time to remember where I've got the Struct Class.

This is a whole thing about the API calls, written by Christof Lange. You can download yourself from ftp://ftp.prolib.de/public/vfp/struct.zip.


Very good article and a lot of samples.


Hope this helps.
Grigore Dolghin
Class Software
Bucharest, Romania
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top