setdcpencolor
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
Date:Fri, 3 Aug 2007 08:24:06 -0700
Author:
|
Re: setdcpencolor
>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
--
Mattias Sjgren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Date:Fri, 03 Aug 2007 20:46:54 +0200
Author:
|