Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:05
CodingLover30-Apr-09 0:05 
QuestionRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:18
CodingLover30-Apr-09 0:18 
AnswerRe: Deleting ini key-value using API Pin
_AnsHUMAN_ 30-Apr-09 0:33
_AnsHUMAN_ 30-Apr-09 0:33 
QuestionRe: Deleting ini key-value using API Pin
CodingLover30-Apr-09 0:49
CodingLover30-Apr-09 0:49 
AnswerRe: Deleting ini key-value using API Pin
Rajesh R Subramanian30-Apr-09 0:58
professionalRajesh R Subramanian30-Apr-09 0:58 
QuestionDetect text (word) under mouse pointer Pin
Héctor Pavón29-Apr-09 22:50
Héctor Pavón29-Apr-09 22:50 
AnswerRe: Detect text (word) under mouse pointer Pin
Stephen Hewitt30-Apr-09 0:02
Stephen Hewitt30-Apr-09 0:02 
GeneralRe: Detect text (word) under mouse pointer Pin
Héctor Pavón30-Apr-09 5:27
Héctor Pavón30-Apr-09 5:27 
Thanks Stephen! It's just the idea I'm working on now, and it seems to be taking me somewhere... after two days wandering around silly approaches.

Just a couple tips for possible readers:

If like me you're playing with OnMouseMove and a CEdit control, remember that

a) It's the control itself not the containing window wich may handle the WM_MOUSEMOVE message (a couple hours lost for a newbie like me). One way to achieve it is to derive your class from CEdit, place the message handler there and bind your ICD_MY_EDIT_THING with a control variable of this class (DDX stuff).

b) Of course it's the control who has to SendMessage(EM_CHARFORMPOS, ...), so do it in the above mentioned message handler.

c) Watch out the difference of SendMessage LPARAM parameter deppending on you're working with a CEdit or a CRichEditCtrl.

Hope this saves others time and frustration
Questionupdating from vc2002 to vc2005 Pin
002comp29-Apr-09 22:30
002comp29-Apr-09 22:30 
AnswerRe: updating from vc2002 to vc2005 Pin
_AnsHUMAN_ 29-Apr-09 22:35
_AnsHUMAN_ 29-Apr-09 22:35 
GeneralRe: updating from vc2002 to vc2005 Pin
002comp29-Apr-09 22:53
002comp29-Apr-09 22:53 
QuestionRe: updating from vc2002 to vc2005 Pin
David Crow30-Apr-09 3:51
David Crow30-Apr-09 3:51 
Question::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:10
PankajB29-Apr-09 22:10 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:23
professionalRajesh R Subramanian29-Apr-09 22:23 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:27
PankajB29-Apr-09 22:27 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:32
professionalRajesh R Subramanian29-Apr-09 22:32 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
Cedric Moonen29-Apr-09 22:27
Cedric Moonen29-Apr-09 22:27 
QuestionRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 22:32
mveCPallini29-Apr-09 22:32 
AnswerRe: ::ShellExecute - Problem passing arguments Pin
PankajB29-Apr-09 22:42
PankajB29-Apr-09 22:42 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Michael Schubert29-Apr-09 22:51
Michael Schubert29-Apr-09 22:51 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Rajesh R Subramanian29-Apr-09 22:52
professionalRajesh R Subramanian29-Apr-09 22:52 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 23:02
mveCPallini29-Apr-09 23:02 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
Michael Schubert29-Apr-09 23:16
Michael Schubert29-Apr-09 23:16 
GeneralRe: ::ShellExecute - Problem passing arguments Pin
CPallini29-Apr-09 23:34
mveCPallini29-Apr-09 23:34 
QuestionRe: ::ShellExecute - Problem passing arguments Pin
David Crow30-Apr-09 3:56
David Crow30-Apr-09 3:56 

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.