Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I define a new interface using ATL ????? Pin
Braulio Dez26-Feb-02 6:37
Braulio Dez26-Feb-02 6:37 
GeneralRe: How can I define a new interface using ATL ????? Pin
Carlos Antollini26-Feb-02 8:35
Carlos Antollini26-Feb-02 8:35 
GeneralSAFEARRAY UDT and connection points Pin
26-Feb-02 4:41
suss26-Feb-02 4:41 
GeneralRe: SAFEARRAY UDT and connection points Pin
Bill Wilson26-Feb-02 6:21
Bill Wilson26-Feb-02 6:21 
GeneralDestructor Question... Pin
CDuddley26-Feb-02 3:48
CDuddley26-Feb-02 3:48 
GeneralRe: Destructor Question... Pin
Joaquín M López Muñoz26-Feb-02 3:56
Joaquín M López Muñoz26-Feb-02 3:56 
GeneralRe: Destructor Question... Pin
Ravi Bhavnani26-Feb-02 4:02
professionalRavi Bhavnani26-Feb-02 4:02 
GeneralBeginPath() Pin
Mazdak26-Feb-02 3:10
Mazdak26-Feb-02 3:10 
I use this code :

CBrush Red;
     Red.CreateSolidBrush(RGB(255,0x00,0x00)); //solid Red brush
     CBrush* savebrush = dc->SelectObject(&Red);

    dc->BeginPath();
    dc->Ellipse(11*Xunit,10*Yunit,16*Xunit,16*Yunit);
    dc->Ellipse(14*Xunit,10*Yunit,19*Xunit,16*Yunit);
    dc->MoveTo(8*Xunit,14*Yunit);
    dc->LineTo(15*Xunit,20*Yunit);
    dc->LineTo(22*Xunit,14*Yunit);
    dc->EndPath();
    dc->FillPath();


Some parts are painted as white area,but I want all of them to be red.
Any Suggestion?


Mazy

"So,so you think you can tell,
Heaven from Hell,
Blue skies from pain,...
How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975

GeneralRe: BeginPath() Pin
Tim Smith26-Feb-02 3:13
Tim Smith26-Feb-02 3:13 
GeneralEject media with Interrupt 21h Pin
radix26-Feb-02 2:54
radix26-Feb-02 2:54 
GeneralRe: Eject media with Interrupt 21h Pin
Jon Hulatt26-Feb-02 4:11
Jon Hulatt26-Feb-02 4:11 
GeneralRe: Eject media with Interrupt 21h Pin
Nish Nishant26-Feb-02 5:52
sitebuilderNish Nishant26-Feb-02 5:52 
GeneralOpenGL with MDI Pin
Rajveer26-Feb-02 2:40
Rajveer26-Feb-02 2:40 
GeneralMDI AppBar reposition problem Pin
26-Feb-02 2:40
suss26-Feb-02 2:40 
GeneralScreen DC to Bitmap Pin
Flatline26-Feb-02 1:10
Flatline26-Feb-02 1:10 
GeneralRe: Screen DC to Bitmap Pin
Christian Graus26-Feb-02 1:16
protectorChristian Graus26-Feb-02 1:16 
GeneralInterface and InterfaceImpl Pin
Braulio Dez26-Feb-02 1:02
Braulio Dez26-Feb-02 1:02 
GeneralTurn a bitmap into grey Pin
ramjam26-Feb-02 0:50
ramjam26-Feb-02 0:50 
GeneralRe: Turn a bitmap into grey Pin
Christian Graus26-Feb-02 1:14
protectorChristian Graus26-Feb-02 1:14 
GeneralVisual SourceSafe Problem Pin
NikoTanghe25-Feb-02 23:53
NikoTanghe25-Feb-02 23:53 
GeneralRe: Visual SourceSafe Problem Pin
Not Active26-Feb-02 2:22
mentorNot Active26-Feb-02 2:22 
GeneralRe: Visual SourceSafe Problem Pin
NikoTanghe27-Feb-02 1:02
NikoTanghe27-Feb-02 1:02 
GeneralText adding to "Tip of the day " Pin
25-Feb-02 23:11
suss25-Feb-02 23:11 
GeneralRe: Text adding to "Tip of the day " Pin
Roger Allen26-Feb-02 1:04
Roger Allen26-Feb-02 1:04 
GeneralCFileDialog().. Pin
Neha25-Feb-02 23:04
Neha25-Feb-02 23:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.