Hi, I am looking around for a cheatsheet for win32 api. I just want to see the list of functions that is inside this api.
I plan to follow a tutorial on learning win32 api aps.
Is there a cheatsheet for win32 api?
Page 1 of 15 Replies - 1162 Views - Last Post: 23 February 2012 - 04:30 AM
Replies To: Is there a cheatsheet for win32 api?
#2
Re: Is there a cheatsheet for win32 api?
Posted 22 February 2012 - 12:26 PM
You may want to start by looking at the documentation, directly from the source (MSDN), MSDN Windows API List.
Jim
Jim
#3
Re: Is there a cheatsheet for win32 api?
Posted 22 February 2012 - 05:10 PM
jimblumberg, on 22 February 2012 - 01:26 PM, said:
You may want to start by looking at the documentation, directly from the source (MSDN), MSDN Windows API List.
Jim
Jim
Where should I look for the functions to make a windows window. I just want to make a app window on an windows OS.
I want to be able to create buttons and images. So, just need to look at the functions for creating and manipulating a windows app window.
#4
Re: Is there a cheatsheet for win32 api?
Posted 22 February 2012 - 05:16 PM
A cheat sheat? There are hundreds upon hundreds of API calls. Standard functions, COM functions, Macros, Messages, Notifications, kernel32, user32, gdi, apvapi, winsock etc...
Did you look at the above link jimblumberg gave you????? I would click on the the Windows link and go from there.
Did you look at the above link jimblumberg gave you????? I would click on the the Windows link and go from there.
#5
Re: Is there a cheatsheet for win32 api?
Posted 22 February 2012 - 05:28 PM
Did you search the Tutorial section? There are several that may help shed some light on Windows API programming. Here is one such tutorial: Intro to the Windows API
The link I posted is a list of ALL the Windows API functions, including the functions to make and use a "window".
The Windows API consists of several thousand functions that you can use to interact with the different parts of the Windows Operating System. Many "simple" Windows API programs consist of over a 1000 lines of code, calling dozens of the API functions.
Jim
Quote
Where should I look for the functions to make a windows window.
The link I posted is a list of ALL the Windows API functions, including the functions to make and use a "window".
The Windows API consists of several thousand functions that you can use to interact with the different parts of the Windows Operating System. Many "simple" Windows API programs consist of over a 1000 lines of code, calling dozens of the API functions.
Jim
This post has been edited by jimblumberg: 22 February 2012 - 05:29 PM
#6
Re: Is there a cheatsheet for win32 api?
Posted 23 February 2012 - 04:30 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|