Im trying to remake my win32 graphics class. so far its works, if I put this as global:
Code:
	HDC hDC, hMemDC;
	HBITMAP hBitmap;
	BITMAP bm;
	PAINTSTRUCT ps;
	RECT rect;
                HINSTANCE ghInst2;
but I want to put it in my class....is this possible?