User profile: Juicej

User info
User name:Juicej
History
Joined:
Number of posts:62
Latest posts:

How to repaint the window with button click?
Yoooo Thomas this works smoothly, no flickering.. Thanks much... Only problem now is that, it redra...

How to repaint the window with button click?
So I added the InvalidateRect() function to the if statements in the WM_PAINT function calls.. I ca...

How to repaint the window with button click?
OK.. So where would I add this code? Do I add it in the main or in one of the procedures? Cause I di...

How to repaint the window with button click?
This is the other necessary functions [code] LRESULT CALLBACK DialogProcedure(HWND hWnd,UINT msg, ...

How to repaint the window with button click?
This is the procedures [code] LRESULT CALLBACK WindowProcedure(HWND hWnd, UINT msg, WPARAM wp, LPA...