raedbenz
February 24th, 2009, 06:17 PM
Hi,,,
inside the "case WM_PAINT:" all what i am doing is calling to functions. one draws uses polyline function and the other loads a bitmap from .bmp file. each one by itself works fine . when i call them both like shown below only the first works.
case WM_PAINT:
{
testBMP(hwnd);
Paint_Polyline(hwnd);
}
break;
hints???? thanks
inside the "case WM_PAINT:" all what i am doing is calling to functions. one draws uses polyline function and the other loads a bitmap from .bmp file. each one by itself works fine . when i call them both like shown below only the first works.
case WM_PAINT:
{
testBMP(hwnd);
Paint_Polyline(hwnd);
}
break;
hints???? thanks