Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Track DLL calls Pin
mark novak14-Jan-07 9:11
mark novak14-Jan-07 9:11 
GeneralRe: Track DLL calls Pin
ToughGuy914-Jan-07 20:58
ToughGuy914-Jan-07 20:58 
GeneralRe: Track DLL calls Pin
mark novak15-Jan-07 2:21
mark novak15-Jan-07 2:21 
GeneralRe: Track DLL calls [modified] Pin
ToughGuy915-Jan-07 6:49
ToughGuy915-Jan-07 6:49 
AnswerRe: Track DLL calls Pin
ThatsAlok14-Jan-07 21:45
ThatsAlok14-Jan-07 21:45 
GeneralRe: Track DLL calls Pin
ToughGuy914-Jan-07 22:09
ToughGuy914-Jan-07 22:09 
QuestionFtp program Pin
Silly Boy13-Jan-07 21:27
Silly Boy13-Jan-07 21:27 
QuestionSetCursorPos and GetWindowText Pin
misha_grewal13-Jan-07 20:47
misha_grewal13-Jan-07 20:47 
Hi,
I am a newbie in MFC gui programming. Here is one problem that I am facing..

I am setting text in an edit control and then i need to set the cursor at the end of the text. If I use SetEditSel, it highlights the text also. I do not want the highlighting of the text. I just want the cursor to be at the end of the text ,after I have called SetWindowText().
I searched around and found that SetCursorPos can help. But I do not know how to provide the correct text coordinates to this API. any ideas would be greatly appreciated.

Code snippet:

InSomeHandler(){
GetWindowText(str);
// do something
SetWindowText(str);
// set the cursor at the end: don't know how to do it..


}




Be the change you wish to see...
AnswerRe: SetCursorPos and GetWindowText Pin
Dominik Reichl13-Jan-07 22:49
Dominik Reichl13-Jan-07 22:49 
QuestionHow to disable Intellisense on VC 2005 Express Pin
yarp13-Jan-07 20:20
yarp13-Jan-07 20:20 
Questionmixed debuging Pin
Reza Shademani13-Jan-07 19:57
Reza Shademani13-Jan-07 19:57 
QuestionHow to put a dll to remote XP and run it? Pin
liur1713-Jan-07 19:41
liur1713-Jan-07 19:41 
AnswerRe: How to put a dll to remote XP and run it? Pin
#realJSOP13-Jan-07 23:44
mve#realJSOP13-Jan-07 23:44 
GeneralRe: How to put a dll to remote XP and run it? Pin
liur1714-Jan-07 0:35
liur1714-Jan-07 0:35 
GeneralRe: How to put a dll to remote XP and run it? Pin
mark novak14-Jan-07 9:16
mark novak14-Jan-07 9:16 
QuestionProblem passing a Reference through multiple functions Pin
jblau13-Jan-07 19:17
jblau13-Jan-07 19:17 
AnswerRe: Problem passing a Reference through multiple functions Pin
#realJSOP13-Jan-07 23:42
mve#realJSOP13-Jan-07 23:42 
QuestionHow to connect toan ORACLE DB Using VC++6? Pin
Patriot8113-Jan-07 18:57
Patriot8113-Jan-07 18:57 
AnswerRe: How to connect toan ORACLE DB Using VC++6? [modified] Pin
liur1713-Jan-07 20:03
liur1713-Jan-07 20:03 
Questionwierd delete [ ] myClass exception. Need Help PLZ! [modified] Pin
gumi_r@msn.com13-Jan-07 17:12
gumi_r@msn.com13-Jan-07 17:12 
AnswerRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
Michael Dunn13-Jan-07 18:27
sitebuilderMichael Dunn13-Jan-07 18:27 
GeneralRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
gumi_r@msn.com14-Jan-07 2:10
gumi_r@msn.com14-Jan-07 2:10 
AnswerRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
eli1502197914-Jan-07 3:48
eli1502197914-Jan-07 3:48 
QuestionPointers to classes Pin
Oliver12313-Jan-07 16:52
Oliver12313-Jan-07 16:52 
AnswerRe: Pointers to classes Pin
bob1697213-Jan-07 17:00
bob1697213-Jan-07 17:00 

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.