Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAccess Violation? Pin
BlackDice21-Sep-06 9:33
BlackDice21-Sep-06 9:33 
AnswerRe: Access Violation? Pin
Chris Losinger21-Sep-06 9:47
professionalChris Losinger21-Sep-06 9:47 
AnswerRe: Access Violation? Pin
Jörgen Sigvardsson21-Sep-06 9:50
Jörgen Sigvardsson21-Sep-06 9:50 
AnswerDoh!! Pin
BlackDice21-Sep-06 10:06
BlackDice21-Sep-06 10:06 
QuestionHow I can get the text from x,y coordinate? Pin
Marco225021-Sep-06 7:06
Marco225021-Sep-06 7:06 
AnswerRe: How I can get the text from x,y coordinate? Pin
Chris Losinger21-Sep-06 7:12
professionalChris Losinger21-Sep-06 7:12 
GeneralRe: How I can get the text from x,y coordinate? Pin
led mike21-Sep-06 7:53
led mike21-Sep-06 7:53 
GeneralRe: How I can get the text from x,y coordinate? Pin
Chris Losinger21-Sep-06 7:57
professionalChris Losinger21-Sep-06 7:57 
that's wasn't sarcasm. text isn't stored on-screen anywhere as text. by the time the output of TextOut gets to the screen, it's just brightly-glowing dots. the only way to know what text is at x,y is if you keep track of that info as you draw it. but if you're not the one drawing it...




GeneralRe: How I can get the text from x,y coordinate? Pin
led mike21-Sep-06 8:02
led mike21-Sep-06 8:02 
GeneralRe: How I can get the text from x,y coordinate? Pin
Chris Losinger21-Sep-06 8:09
professionalChris Losinger21-Sep-06 8:09 
GeneralRe: How I can get the text from x,y coordinate? Pin
Stephen Hewitt21-Sep-06 15:58
Stephen Hewitt21-Sep-06 15:58 
AnswerRe: How I can get the text from x,y coordinate? Pin
led mike21-Sep-06 8:06
led mike21-Sep-06 8:06 
QuestionThreads in vc++.net 1.1 Pin
sandeep_thakur21-Sep-06 7:05
sandeep_thakur21-Sep-06 7:05 
AnswerRe: Threads in vc++.net 1.1 Pin
led mike21-Sep-06 7:54
led mike21-Sep-06 7:54 
GeneralRe: Threads in vc++.net 1.1 Pin
sandeep_thakur21-Sep-06 10:53
sandeep_thakur21-Sep-06 10:53 
Question_argv[] proglems Pin
hlmechanic21-Sep-06 6:31
hlmechanic21-Sep-06 6:31 
QuestionRe: _argv[] proglems Pin
David Crow21-Sep-06 6:49
David Crow21-Sep-06 6:49 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 6:56
hlmechanic21-Sep-06 6:56 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 7:00
David Crow21-Sep-06 7:00 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 7:12
hlmechanic21-Sep-06 7:12 
QuestionRe: _argv[] proglems Pin
David Crow21-Sep-06 7:26
David Crow21-Sep-06 7:26 
AnswerRe: _argv[] proglems Pin
hlmechanic21-Sep-06 7:35
hlmechanic21-Sep-06 7:35 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 7:42
David Crow21-Sep-06 7:42 
GeneralRe: _argv[] proglems Pin
hlmechanic21-Sep-06 8:05
hlmechanic21-Sep-06 8:05 
GeneralRe: _argv[] proglems Pin
David Crow21-Sep-06 8:47
David Crow21-Sep-06 8:47 

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.