Click here to Skip to main content
16,016,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Explorer folders Pin
ThatsAlok6-Jun-05 18:14
ThatsAlok6-Jun-05 18:14 
GeneralRe: Explorer folders Pin
ThatsAlok6-Jun-05 18:18
ThatsAlok6-Jun-05 18:18 
GeneralAcrobatPDF.ocx problems Pin
Kharfax6-Jun-05 5:13
Kharfax6-Jun-05 5:13 
Generalrendering point on clientarea Pin
softtec6-Jun-05 4:54
softtec6-Jun-05 4:54 
GeneralRe: rendering point on clientarea Pin
Blake Miller6-Jun-05 4:59
Blake Miller6-Jun-05 4:59 
GeneralRe: rendering point on clientarea Pin
softtec6-Jun-05 5:08
softtec6-Jun-05 5:08 
GeneralRe: rendering point on clientarea Pin
MailtoGops6-Jun-05 5:11
MailtoGops6-Jun-05 5:11 
GeneralRe: rendering point on clientarea Pin
softtec6-Jun-05 5:19
softtec6-Jun-05 5:19 
but it doesn't work
i will sending u code plz check it.
void picture::DrawPoint()
{CClientDC dcc(this);
CPen p1;
p1.CreatePen(PS_SOLID,2,RGB(255,0,0));
dcc.SelectObject(&p1);
CPoint p[5];
p[0].x=20;
p[0].y=20;
p[1].x=25;
p[1].y=25;
p[2].x=30;
p[2].y=30;
p[3].x=35;
p[3].y=35;
p[4].x=47;
p[4].y=47;
for(int i=0;i<5;i++)
{



SetPixel(dcc,p[i].x,p[i].y,RGB(255,0,0));


}

}
GeneralRe: rendering point on clientarea Pin
softtec6-Jun-05 5:32
softtec6-Jun-05 5:32 
GeneralRe: rendering point on clientarea Pin
softtec6-Jun-05 5:54
softtec6-Jun-05 5:54 
Generalchecking if document is closing Pin
jaycush6-Jun-05 3:50
jaycush6-Jun-05 3:50 
GeneralRe: checking if document is closing Pin
MailtoGops6-Jun-05 5:08
MailtoGops6-Jun-05 5:08 
GeneralRe: checking if document is closing Pin
liquid_6-Jun-05 5:12
liquid_6-Jun-05 5:12 
GeneralCreating and displaying video stream from raw data Pin
rfenton1236-Jun-05 3:21
rfenton1236-Jun-05 3:21 
GeneralRaw Database File Format Pin
Toni786-Jun-05 3:14
Toni786-Jun-05 3:14 
GeneralRe: Raw Database File Format Pin
David Crow6-Jun-05 4:22
David Crow6-Jun-05 4:22 
GeneralRe: Raw Database File Format Pin
Toni786-Jun-05 5:42
Toni786-Jun-05 5:42 
GeneralChild DialogBox (win32) doesn't receive ENTER keyboard input Pin
jean-francois.lefebvre6-Jun-05 2:58
jean-francois.lefebvre6-Jun-05 2:58 
GeneralRe: Child DialogBox (win32) doesn't receive ENTER keyboard input Pin
Andy Moore6-Jun-05 7:45
Andy Moore6-Jun-05 7:45 
GeneralCRichEditDoc Serialization strangeness Pin
hairy_hats6-Jun-05 2:56
hairy_hats6-Jun-05 2:56 
GeneralpInvoke problem Pin
ppp0016-Jun-05 1:15
ppp0016-Jun-05 1:15 
QuestionWhy am i getting this message? Pin
mpallavi6-Jun-05 0:57
mpallavi6-Jun-05 0:57 
AnswerRe: Why am i getting this message? Pin
RChin6-Jun-05 1:01
RChin6-Jun-05 1:01 
GeneralRe: Why am i getting this message? Pin
mpallavi6-Jun-05 1:41
mpallavi6-Jun-05 1:41 
GeneralRe: Why am i getting this message? Pin
RChin6-Jun-05 1:50
RChin6-Jun-05 1:50 

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.