Hi,
How do I use the DrawText function? I thought it would be easy to use, but it wont work?
Here's the code I've used:
HDC hdc=GetDC(hwnd);
RECT lpRect;
lpRect.bottom = 300;
lpRect.left = 300;
lpRect.right = 100;
lpRect.top = 100;
DrawText(hdc,"THE TEXT",0,&lpRect,0);
Please Help Me!
-=<GOOOD>=-
How do I use the DrawText function? I thought it would be easy to use, but it wont work?
Here's the code I've used:
HDC hdc=GetDC(hwnd);
RECT lpRect;
lpRect.bottom = 300;
lpRect.left = 300;
lpRect.right = 100;
lpRect.top = 100;
DrawText(hdc,"THE TEXT",0,&lpRect,0);
Please Help Me!
-=<GOOOD>=-