Hello WELCOME ###,
You can use IntPtr structure for this
http://msdn2.microsoft.com/System.IntPtr
But could your describe what are you goin' to do?
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog:
http://spaces.live.com/laflour
Team blog:
http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
WFrom Beginner :
WWith Visual C++, there're 3 ways to create Windows Applications. One
Wof
Wthese is by using Windows API (Application Program Interface). Also
WWindows
WData Types are used to specify functions parameter types and return
Wtypes in
Wwindows API.
WWindows Data Types are many as : HANDLE, HBRUSH, LPHANDLE ... etc
WNow all the types used by windows are contained in a header file
W"window.h
W".So we must include this header
Wfile when we put our window program together.
WThe Question is : How can I get this header file???
WPlease can any body wants to help?
WThanks.
W=================================