I'm trying to include : #include <commctl.h>
into my win32 API program开发者_如何学C; however, it looks like it does not exist.
What is the problem ?
I think you mean CommCtrl.h
?
#include <commctl.h>
And it should be located in your platform SDK folder or visual studio includes.
Example:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include
精彩评论