Hi there,
I'm calling the lineTo API function on memory DC created by a call to CreateCompatibleDC. After a BitBlt to a PictureBox I can only get a black line, even after doing a CreatePen and SelectObject on the memory DC for a colored pen. Line styles work but not the color. I'm doing a vbSrcCopy on the BitBlt. What am I missing?
Thanks,
StuartD.