May 8th, 1999, 02:26 PM
How do I set the color so that the LineTo( hdc, x, y ); function displays as white? thanks
|
Click to See Complete Forum and Search --> : LineTo May 8th, 1999, 02:26 PM How do I set the color so that the LineTo( hdc, x, y ); function displays as white? thanks Harvey Hawes May 8th, 1999, 06:47 PM Hi, Select a pen into the dc using SelectObject(). Don't forget to save the old pen, so that you can replace it back into the dc when you are done. HTH, Harvey Hawes Software Engineer BioScience Analysis Software Ltd. Masters Candidate Cardiovascular/Respiratory Sciences Faculty of Medicine University of Calgary Calgary, Alberta, Canada codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |