![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2004
Posts: 12
Rep Power: 0
![]() |
How do you go about access windows API's
|
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Find a decent tutorial on them - try FunctionX.
|
|
|
|
|
|
#3 |
|
Expert Programmer
|
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.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Nov 2004
Location: Bierut - Lebanon
Posts: 34
Rep Power: 0
![]() |
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
__________________
<removed by Administrator> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|