Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows programming not using MFC. Pin
Jon Sagara21-Mar-02 14:04
Jon Sagara21-Mar-02 14:04 
QuestionHow to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 13:14
Li-kai Liu (Angus)21-Mar-02 13:14 
AnswerRe: How to extract string from where mouse has pointed to? Pin
Christian Graus21-Mar-02 13:34
protectorChristian Graus21-Mar-02 13:34 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 13:55
Li-kai Liu (Angus)21-Mar-02 13:55 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Christian Graus21-Mar-02 14:14
protectorChristian Graus21-Mar-02 14:14 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Michael Dunn21-Mar-02 17:10
sitebuilderMichael Dunn21-Mar-02 17:10 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 18:28
Li-kai Liu (Angus)21-Mar-02 18:28 
AnswerRe: How to extract string from where mouse has pointed to? Pin
moliate21-Mar-02 14:43
moliate21-Mar-02 14:43 
Just an addition to CG:s answer:

GetWindowText will not work on passwords on some versions of Windows (NT+ ?) if used from outside process. Use dll-injection to get your code inside the process...

GetWindowText will not work in a WebBrowserCtrl. Use elementFromPoint/get_innerText in this case...

/moliate
GeneralRe: How to extract string from where mouse has pointed to? Pin
Christian Graus21-Mar-02 15:14
protectorChristian Graus21-Mar-02 15:14 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 15:38
Li-kai Liu (Angus)21-Mar-02 15:38 
GeneralRe: How to extract string from where mouse has pointed to? Pin
moliate21-Mar-02 16:23
moliate21-Mar-02 16:23 
GeneralRe: How to extract string from where mouse has pointed to? Pin
Li-kai Liu (Angus)21-Mar-02 17:52
Li-kai Liu (Angus)21-Mar-02 17:52 
GeneralUrgent- Need ur assistance Pin
binnu21-Mar-02 13:18
binnu21-Mar-02 13:18 
GeneralRe: Urgent- Need ur assistance Pin
Christian Graus21-Mar-02 13:31
protectorChristian Graus21-Mar-02 13:31 
GeneralRe: Urgent- Need ur assistance Pin
binnu21-Mar-02 13:52
binnu21-Mar-02 13:52 
GeneralRe: Urgent- Need ur assistance Pin
Christian Graus21-Mar-02 14:21
protectorChristian Graus21-Mar-02 14:21 
GeneralSetting a windows parent Pin
David Wengier21-Mar-02 13:11
David Wengier21-Mar-02 13:11 
GeneralRe: Setting a windows parent Pin
Nish Nishant21-Mar-02 14:10
sitebuilderNish Nishant21-Mar-02 14:10 
GeneralRe: Setting a windows parent Pin
David Wengier21-Mar-02 14:14
David Wengier21-Mar-02 14:14 
GeneralRe: Setting a windows parent Pin
Tomasz Sowinski21-Mar-02 23:19
Tomasz Sowinski21-Mar-02 23:19 
GeneralRe: Setting a windows parent Pin
David Wengier22-Mar-02 12:11
David Wengier22-Mar-02 12:11 
GeneralUnderstanding MFC Pin
21-Mar-02 12:55
suss21-Mar-02 12:55 
GeneralRe: Understanding MFC Pin
Christian Graus21-Mar-02 13:36
protectorChristian Graus21-Mar-02 13:36 
GeneralCDO and header files (cdosyserr.h) Pin
albean21-Mar-02 12:40
albean21-Mar-02 12:40 
GeneralSet system time in VC Pin
aldeba21-Mar-02 12:01
aldeba21-Mar-02 12:01 

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.