Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   Access Windows Api's (http://www.programmingforums.org/showthread.php?t=1398)

andy_donohoe19 Dec 3rd, 2004 12:40 PM

How do you go about access windows API's

Ooble Dec 3rd, 2004 7:05 PM

Find a decent tutorial on them - try FunctionX.

kurifu Dec 3rd, 2004 10:59 PM

Use ANY compiler that supports writing code for windows (can read windows header files and link windows libraries).

Than you include the required files for each API function you wish to use and simple use that function. Certain functions will also require linking specific libraries, you can figure out which files and libraries, as well as a list of Windows API functions that are available through http://msdn.microsoft.com

Good luck.

Dia_Byte Dec 4th, 2004 10:30 AM

check MSDN

and as a hint , you must use the :

winuser.h
and
windows.h

libraries

good luck

and if you want to ask about a specific API feel free to ask about it


All times are GMT -5. The time now is 2:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC