User profile: knn9

User info
User name:knn9
Name:Mike
Location:Seattle, Washington
History
Joined:
Number of posts:158
Latest posts:

Manipulating bitmap images
You can use Windows Imaging Component to load just about any image format, and Direct2D for "modern"...

Drag and click events, winapi
The message you want is WM_LBUTTONDOWN(or WM_MBUTTONDOWN, WM_RBUTTONDOWN): http://msdn.microsoft.co...

RegisterClassEx, class conflict
[quote=zoran404]As for WNDCLASSEX I copied it from somewhere and only changed what I needed. DLGWIND...

RegisterClassEx, class conflict
I couldn't really say. Have you tried to output the class name in RegAndCreateWindow() to confirm wh...

RegisterClassEx, class conflict
I believe RegisterClassEx() returns 0 if the window class name is already registered. That could exp...