Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting source code information from exception Pin
nachiket078-Sep-09 6:10
nachiket078-Sep-09 6:10 
QuestionC++ Get File Size Pin
Jim Fell4-Sep-09 7:49
Jim Fell4-Sep-09 7:49 
AnswerRe: C++ Get File Size Pin
Rajesh R Subramanian4-Sep-09 8:05
professionalRajesh R Subramanian4-Sep-09 8:05 
GeneralRe: C++ Get File Size Pin
Jim Fell4-Sep-09 8:19
Jim Fell4-Sep-09 8:19 
GeneralRe: C++ Get File Size Pin
Code-o-mat4-Sep-09 8:25
Code-o-mat4-Sep-09 8:25 
GeneralRe: C++ Get File Size Pin
Joe Woodbury4-Sep-09 8:31
professionalJoe Woodbury4-Sep-09 8:31 
GeneralRe: C++ Get File Size Pin
Jim Fell4-Sep-09 10:24
Jim Fell4-Sep-09 10:24 
QuestionZooming image without loosing quality Pin
tealomp4-Sep-09 6:31
tealomp4-Sep-09 6:31 
AnswerRe: Zooming image without loosing quality Pin
includeh104-Sep-09 12:08
includeh104-Sep-09 12:08 
GeneralRe: Zooming image without loosing quality Pin
harold aptroot4-Sep-09 12:16
harold aptroot4-Sep-09 12:16 
GeneralRe: Zooming image without loosing quality Pin
Chris Losinger5-Sep-09 6:03
professionalChris Losinger5-Sep-09 6:03 
AnswerRe: Zooming image without loosing quality Pin
Chris Losinger5-Sep-09 6:00
professionalChris Losinger5-Sep-09 6:00 
QuestionA problem, please help. Pin
kingkongcn4-Sep-09 4:17
kingkongcn4-Sep-09 4:17 
AnswerRe: A problem, please help. Pin
Nuri Ismail4-Sep-09 4:24
Nuri Ismail4-Sep-09 4:24 
AnswerRe: A problem, please help. Pin
Cedric Moonen4-Sep-09 4:31
Cedric Moonen4-Sep-09 4:31 
AnswerRe: A problem, please help. Pin
Michael Schubert4-Sep-09 6:53
Michael Schubert4-Sep-09 6:53 
JokeRe: A problem, please help. Pin
David Crow4-Sep-09 7:01
David Crow4-Sep-09 7:01 
GeneralRe: A problem, please help. Pin
Michael Schubert4-Sep-09 7:04
Michael Schubert4-Sep-09 7:04 
GeneralRe: A problem, please help. Pin
Cedric Moonen4-Sep-09 7:12
Cedric Moonen4-Sep-09 7:12 
QuestionIn printer driver, how can I make sure DrvLoadFontFile is called? Pin
sashoalm4-Sep-09 3:29
sashoalm4-Sep-09 3:29 
QuestionTo get the Cursor position Pin
prithaa4-Sep-09 2:58
prithaa4-Sep-09 2:58 
AnswerRe: To get the Cursor position Pin
Iain Clarke, Warrior Programmer4-Sep-09 3:05
Iain Clarke, Warrior Programmer4-Sep-09 3:05 
Well, the Caret and the Cursor are two different things. The cursor is moved with the mouse, and the Caret is changed by (eg) the edit control. It will typically be a flashing vertical line. Where is *it*?

You may have just clicked in the control and given it the focus. You'd need to click again to get the caret where the mouse is.

Lastly, if it's before the 1st char, I'd expect x = 0 myself. But the reply is in pixels, not chars, so maybe there's an 8 pixel wide margin?

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need cotract work done, give me a job! http://cv.imcsoft.co.uk/[^]

AnswerRe: To get the Cursor position Pin
Cedric Moonen4-Sep-09 3:08
Cedric Moonen4-Sep-09 3:08 
GeneralRe: To get the Cursor position Pin
prithaa4-Sep-09 3:13
prithaa4-Sep-09 3:13 
GeneralRe: To get the Cursor position Pin
prithaa4-Sep-09 23:57
prithaa4-Sep-09 23:57 

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.