W
WELCOME ###
From Beginner :
With Visual C++, there're 3 ways to create Windows Applications. One of
these is by using Windows API (Application Program Interface). Also Windows
Data Types are used to specify functions parameter types and return types in
windows API.
Windows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
Now all the types used by windows are contained in a header file "window.h
".So we must include this header
file when we put our window program together.
The Question is : How can I get this header file???
Please can any body wants to help?
Thanks.
=================================
With Visual C++, there're 3 ways to create Windows Applications. One of
these is by using Windows API (Application Program Interface). Also Windows
Data Types are used to specify functions parameter types and return types in
windows API.
Windows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
Now all the types used by windows are contained in a header file "window.h
".So we must include this header
file when we put our window program together.
The Question is : How can I get this header file???
Please can any body wants to help?
Thanks.
=================================