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

C / C++ / MFC

 
QuestionRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
kapardhi16-Apr-09 3:21
kapardhi16-Apr-09 3:21 
AnswerRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
Cedric Moonen16-Apr-09 3:27
Cedric Moonen16-Apr-09 3:27 
AnswerRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
Stuart Dootson16-Apr-09 3:31
professionalStuart Dootson16-Apr-09 3:31 
AnswerRe: How to run an Pocket PC 2003 SDK Application in XP system ? Pin
Cedric Moonen16-Apr-09 3:11
Cedric Moonen16-Apr-09 3:11 
QuestionDWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:30
Le@rner16-Apr-09 2:30 
AnswerRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 2:33
professionalRajesh R Subramanian16-Apr-09 2:33 
GeneralRe: DWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:43
Le@rner16-Apr-09 2:43 
GeneralRe: DWORD to CString Conversion. Pin
Cedric Moonen16-Apr-09 2:54
Cedric Moonen16-Apr-09 2:54 
GeneralRe: DWORD to CString Conversion. Pin
Le@rner16-Apr-09 2:58
Le@rner16-Apr-09 2:58 
GeneralRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 3:05
professionalRajesh R Subramanian16-Apr-09 3:05 
GeneralRe: DWORD to CString Conversion. Pin
David Crow16-Apr-09 3:06
David Crow16-Apr-09 3:06 
JokeRe: DWORD to CString Conversion. Pin
Rajesh R Subramanian16-Apr-09 3:19
professionalRajesh R Subramanian16-Apr-09 3:19 
GeneralRe: DWORD to CString Conversion. Pin
CPallini16-Apr-09 2:58
mveCPallini16-Apr-09 2:58 
AnswerRe: DWORD to CString Conversion. Pin
zhanzongru19-Apr-09 1:41
zhanzongru19-Apr-09 1:41 
QuestionDifference between CWnd and CView Pin
prithaa16-Apr-09 2:01
prithaa16-Apr-09 2:01 
AnswerRe: Difference between CWnd and CView Pin
Iain Clarke, Warrior Programmer16-Apr-09 4:10
Iain Clarke, Warrior Programmer16-Apr-09 4:10 
Questioncopying text from the webpages or pdfs which are selected by mouse Pin
aravind.sn16-Apr-09 0:47
aravind.sn16-Apr-09 0:47 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse [modified] Pin
_AnsHUMAN_ 16-Apr-09 1:09
_AnsHUMAN_ 16-Apr-09 1:09 
GeneralRe: copying text from the webpages or pdfs which are selected by mouse Pin
Rajesh R Subramanian16-Apr-09 1:28
professionalRajesh R Subramanian16-Apr-09 1:28 
GeneralRe: copying text from the webpages or pdfs which are selected by mouse Pin
_AnsHUMAN_ 16-Apr-09 1:44
_AnsHUMAN_ 16-Apr-09 1:44 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
Rajesh R Subramanian16-Apr-09 1:32
professionalRajesh R Subramanian16-Apr-09 1:32 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
Iain Clarke, Warrior Programmer16-Apr-09 1:36
Iain Clarke, Warrior Programmer16-Apr-09 1:36 
AnswerRe: copying text from the webpages or pdfs which are selected by mouse Pin
ParagPatel16-Apr-09 2:11
ParagPatel16-Apr-09 2:11 
I am not 100% sure, but you can go in below way.

1) Register your hotkey (RegisterHotKey).
2) When hotkey pressed.
a. get focused or current window handle using "WindowFromPoint" API
b. send below message to window using handle to get text.
WM_GETTEXT or EM_GETSELTEXT or EM_GETSEL

Parag Patel
Sr. Software Eng, Varaha Systems

QuestionEdit Box VScrool Problem. Pin
zakkas248316-Apr-09 0:30
zakkas248316-Apr-09 0:30 
Questionidentifier of dialog window and the name of the class Pin
durban216-Apr-09 0:25
durban216-Apr-09 0:25 

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.