Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What datatype?? Pin
Stuart Dootson8-Mar-09 22:06
professionalStuart Dootson8-Mar-09 22:06 
GeneralRe: What datatype?? Pin
gothic_coder8-Mar-09 22:22
gothic_coder8-Mar-09 22:22 
GeneralRe: What datatype?? Pin
Stuart Dootson9-Mar-09 3:35
professionalStuart Dootson9-Mar-09 3:35 
GeneralRe: What datatype?? Pin
gothic_coder9-Mar-09 5:33
gothic_coder9-Mar-09 5:33 
GeneralRe: What datatype?? Pin
gothic_coder9-Mar-09 6:21
gothic_coder9-Mar-09 6:21 
QuestionWindows Hook for Dialog Box Pin
M_Aurelius7-Mar-09 7:37
M_Aurelius7-Mar-09 7:37 
AnswerRe: Windows Hook for Dialog Box Pin
«_Superman_»7-Mar-09 13:57
professional«_Superman_»7-Mar-09 13:57 
QuestionPlease help and need advice. Pin
FISH7867-Mar-09 3:43
FISH7867-Mar-09 3:43 
I am trying to capture text from an external application that has it's textedit control set to readonly and keeps scrolling based on certain market conditions. Using Getwindowtext returns me a null string and so do other functions. I am trying to stay away from hooking as much as possible.
Since I am getting NULL string back. I could be wrong, but hooking won't work either, am I right?

The question I have is:
I can set my mouse at the location I want e.g
Point.x = 288;
Point.y = 15;
I can keep the Lbutton Clicked.
///
This is where I need help
How do I now move the mouse cursor to
Point.x = 350;
Point.y = 30;
and highlight the text uderneath it.
///

Or the next option is to capture the area as a bitmap. The captured area will always be text. Is it possible to convert this bitmap easily into text without comparing to findout what pixel is on and off.
If it is possible doing it the second way. Can you please direct me to some reading material. I have tried doing a search..All results I get are in Visual Basic. I am trying to get away from Visual Basic if I can and start using c++.
In the mean time help with the first option will be appreciated too.
AnswerRe: Please help and need advice. Pin
«_Superman_»7-Mar-09 14:16
professional«_Superman_»7-Mar-09 14:16 
GeneralRe: Please help and need advice. Pin
FISH7867-Mar-09 14:32
FISH7867-Mar-09 14:32 
GeneralRe: Please help and need advice. Pin
«_Superman_»7-Mar-09 14:38
professional«_Superman_»7-Mar-09 14:38 
GeneralRe: Please help and need advice. Pin
FISH7867-Mar-09 15:15
FISH7867-Mar-09 15:15 
QuestionDisplaying Chinese character. Pin
gothic_coder7-Mar-09 2:56
gothic_coder7-Mar-09 2:56 
AnswerRe: Displaying Chinese character. Pin
Code-o-mat7-Mar-09 3:26
Code-o-mat7-Mar-09 3:26 
GeneralRe: Displaying Chinese character. Pin
gothic_coder7-Mar-09 3:46
gothic_coder7-Mar-09 3:46 
GeneralRe: Displaying Chinese character. Pin
Code-o-mat7-Mar-09 4:05
Code-o-mat7-Mar-09 4:05 
GeneralRe: Displaying Chinese character. Pin
gothic_coder7-Mar-09 4:09
gothic_coder7-Mar-09 4:09 
GeneralRe: Displaying Chinese character. Pin
Code-o-mat7-Mar-09 4:30
Code-o-mat7-Mar-09 4:30 
GeneralRe: Displaying Chinese character. Pin
gothic_coder7-Mar-09 4:50
gothic_coder7-Mar-09 4:50 
GeneralRe: Displaying Chinese character. Pin
Code-o-mat7-Mar-09 7:53
Code-o-mat7-Mar-09 7:53 
GeneralRe: Displaying Chinese character. Pin
gothic_coder7-Mar-09 7:58
gothic_coder7-Mar-09 7:58 
GeneralRe: Displaying Chinese character. Pin
Code-o-mat7-Mar-09 8:05
Code-o-mat7-Mar-09 8:05 
AnswerRe: Displaying Chinese character. Pin
«_Superman_»7-Mar-09 14:03
professional«_Superman_»7-Mar-09 14:03 
GeneralRe: Displaying Chinese character. Pin
gothic_coder7-Mar-09 19:38
gothic_coder7-Mar-09 19:38 
GeneralRe: Displaying Chinese character. Pin
«_Superman_»7-Mar-09 19:56
professional«_Superman_»7-Mar-09 19: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.