Hi there, I want to make a program with visual C++ 2010 using windows form.
My problem is that I want to include "windows.h" and I can't find out how to do that.
I want to include "windows.h" to use functions such as SetPixel() and some others...
If it's possible, where to I include "windows.h"?