setdcpencolor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Intellisence tells me there is a CDC method "setdcpencolor" but when I Build,
I get an error, "setdcpencolor not member of CDC".
All I'm trying to do is change the color of the line I'm trying to draw.
Can anyone help?
Richard
 
Intellisence tells me there is a CDC method "setdcpencolor" but when I Build,
I get an error, "setdcpencolor not member of CDC".
All I'm trying to do is change the color of the line I'm trying to draw.
Can anyone help?

I suggest you post to a C++ newsgroup, this one is for .NET framework
related issues.

BTW, the method is called SetDCPenColor, not setdcpencolor.


Mattias
 
Back
Top