Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i retrieve the desitnation path of the icons on the desktop Pin
«_Superman_»13-Nov-09 5:04
professional«_Superman_»13-Nov-09 5:04 
GeneralRe: how can i retrieve the desitnation path of the icons on the desktop Pin
nenfa14-Nov-09 20:25
nenfa14-Nov-09 20:25 
AnswerRe: how can i retrieve the desitnation path of the icons on the desktop Pin
nenfa14-Nov-09 22:18
nenfa14-Nov-09 22:18 
QuestionHow To Overcome DEBUG ASSERTION FAILED In VC++ Pin
ram8413-Nov-09 0:31
ram8413-Nov-09 0:31 
AnswerRe: How To Overcome DEBUG ASSERTION FAILED In VC++ Pin
Rajesh R Subramanian13-Nov-09 0:54
professionalRajesh R Subramanian13-Nov-09 0:54 
GeneralRe: How To Overcome DEBUG ASSERTION FAILED In VC++ Pin
CPallini13-Nov-09 3:29
mveCPallini13-Nov-09 3:29 
JokeRe: How To Overcome DEBUG ASSERTION FAILED In VC++ Pin
Rajesh R Subramanian13-Nov-09 3:34
professionalRajesh R Subramanian13-Nov-09 3:34 
QuestionHow to get the pixel values of character drawn inside rectangle present on dialog in vc++,mfc Pin
prerananit12-Nov-09 23:50
prerananit12-Nov-09 23:50 
i want to get the pixel values of character drawn inside rectangle present on dialog which is created by following code in OnPaint() function

CPaintDC dc(this);
CPoint pt;
//for showing image
dc.BitBlt(offsetx,offsety,m_size.cx,m_size.cy,
&m_dcMem, sourcex, sourcey,SRCCOPY);
erase=false;
//Code for showing rectangle
dc.Rectangle(100,200,200,300);
RectBackground.SetRect(100,200,200,300);
CBrush brush;
brush.CreateSolidBrush(RGB(255,255,255));
dc.FillRect(RectBackground,&brush);
dc.DrawFocusRect(&RectBackground);
anyone can tell me how i can get pixel values of character drawn inside rectangle so that i can recognise what is drwn inside rectangle on button click event.
QuestionCompare XMLs Pin
josepe325212-Nov-09 23:46
josepe325212-Nov-09 23:46 
QuestionCheck windows TaskManager Pin
MsmVc12-Nov-09 23:44
MsmVc12-Nov-09 23:44 
QuestionRe: Check windows TaskManager Pin
David Crow13-Nov-09 3:17
David Crow13-Nov-09 3:17 
AnswerRe: Check windows TaskManager Pin
MsmVc13-Nov-09 17:09
MsmVc13-Nov-09 17:09 
QuestionRe: Check windows TaskManager Pin
David Crow13-Nov-09 17:16
David Crow13-Nov-09 17:16 
Questiontypecasting Pin
FotisSs12-Nov-09 23:21
FotisSs12-Nov-09 23:21 
AnswerRe: typecasting Pin
Cedric Moonen12-Nov-09 23:31
Cedric Moonen12-Nov-09 23:31 
AnswerRe: typecasting Pin
Rajesh R Subramanian12-Nov-09 23:39
professionalRajesh R Subramanian12-Nov-09 23:39 
GeneralRe: typecasting Pin
FotisSs12-Nov-09 23:52
FotisSs12-Nov-09 23:52 
AnswerRe: typecasting Pin
Rajesh R Subramanian13-Nov-09 0:15
professionalRajesh R Subramanian13-Nov-09 0:15 
AnswerRe: typecasting Pin
David Crow13-Nov-09 3:25
David Crow13-Nov-09 3:25 
Questionlinking exe to DLLs with the same name as the system dlls Pin
RohanBhosale2112-Nov-09 23:06
RohanBhosale2112-Nov-09 23:06 
AnswerRe: linking exe to DLLs with the same name as the system dlls Pin
Rajesh R Subramanian12-Nov-09 23:26
professionalRajesh R Subramanian12-Nov-09 23:26 
GeneralRe: linking exe to DLLs with the same name as the system dlls Pin
RohanBhosale2115-Nov-09 18:18
RohanBhosale2115-Nov-09 18:18 
Questionis there any free PDF printers drivers or pdf libraries Pin
eswar pothula12-Nov-09 22:04
eswar pothula12-Nov-09 22:04 
AnswerRe: is there any free PDF printers drivers or pdf libraries Pin
Richard MacCutchan12-Nov-09 22:19
mveRichard MacCutchan12-Nov-09 22:19 
AnswerRe: is there any free PDF printers drivers or pdf libraries Pin
Rajesh R Subramanian12-Nov-09 22:28
professionalRajesh R Subramanian12-Nov-09 22:28 

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.