User profile: Perman

User info
User name:Perman
Email:perhojfeldt@gmail.com
Name:Per Hojfeldt
Location:United States
Website:http://www.facebook.com/phojfeldt
Bio:Have been working as an Electronic Engineer working both on hardware and software for the last 30 years.
I can be contacted on perhojfeldt@gmail.com.
Statistical data
Birthdate:Mar 14, 1959
Gender:Male
Occupation:Administrator
Skills:C
C++
History
Joined:
Number of posts:97
Latest posts:

Bitmaps in Win32 GUI
Stupid me. I just have to use the handler to the window. HDC hdc_x = GetDC(hWnd); BitBlt(hdc_x, iX,...

Bitmaps in Win32 GUI
@webJose. I have another question. HDC hDC = CreateCompatibleDC(NULL); HBITMAP Wizard = (HBITMAP)L...

Bitmaps in Win32 GUI
Defined global in WinMain() HDC hDC; And external in the header file. extern HDC hDC;

Bitmaps in Win32 GUI
@webJose. I placed the code in the main file and now it return an error message. Windows Blit Faile...

Bitmaps in Win32 GUI
I fixed the braces but still no Message box printout in the call. Here is the code with the fix and ...