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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top