DC and hWnd is two different things! DC is associated to window if you want to display text on hWnd you can do something like that:Originally Posted by chrishowarth
CheersCode:HDC hDC =::GetDC( hWnd ); ::TextOut(hDC,,,,,,); ::ReleaseDC(hWnd,hDC);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 16
Thread: Drawing labels on a windowThreaded View
|
Click Here to Expand Forum to Full Width |