I have a picture object in a dialog which I need to modify at run time
in response to user input using LineTo/MoveTo. I have been spinning
my wheels trying to attain the proper linkage to the bitmapped
picture's ID property and my tires are getting bald. Can anyone
out there give me an example in a few lines of code, i..e
HDC pDC = ??????
if( myPen.CreatePen( PS_SOLID, 5, RGB(0,0,0) ) ) {
MoveToEx(pDC,0,0,NULL);
LineTo(pDC,270,50);
}
in response to user input using LineTo/MoveTo. I have been spinning
my wheels trying to attain the proper linkage to the bitmapped
picture's ID property and my tires are getting bald. Can anyone
out there give me an example in a few lines of code, i..e
HDC pDC = ??????
if( myPen.CreatePen( PS_SOLID, 5, RGB(0,0,0) ) ) {
MoveToEx(pDC,0,0,NULL);
LineTo(pDC,270,50);
}