Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 4:03
David Crow15-May-07 4:03 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 4:20
prathuraj15-May-07 4:20 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 4:33
David Crow15-May-07 4:33 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 5:27
prathuraj15-May-07 5:27 
QuestionRe: get value(address) from ipaddress control Pin
David Crow15-May-07 6:00
David Crow15-May-07 6:00 
AnswerRe: get value(address) from ipaddress control Pin
prathuraj15-May-07 6:09
prathuraj15-May-07 6:09 
GeneralRe: get value(address) from ipaddress control Pin
David Crow15-May-07 6:28
David Crow15-May-07 6:28 
QuestionGet dynamic web content Pin
Mathefreak15-May-07 2:31
Mathefreak15-May-07 2:31 
I've written a little web crawler in VC++, which grabs financial indices and quotes from different websites and shows them.
If the sources are plain html, everything is fine.
Now I've got a website which shows the quotes dynamically (http://www.forexpf.ru/quote_show.php[^]).

IMHO there are 2 ways to get the information extracted:
1. grab the page as image, make OCR and extract the info
2. load the page into a browser control to build the content, copy the content text (into clipboard) and extract information

#1 works in general, but ocr actually isn't accurate enough.
#2: Are there any examples to show the handling of clipboard?
On the other hand: Use of clipboard wouldn't be my first choice because the grab process is repeated automatically in background and with use of clipboard other applications running would be influenced. Are there any other ideas to solve the problem?

TIA
M.
AnswerRe: Get dynamic web content Pin
Paresh Chitte15-May-07 3:01
Paresh Chitte15-May-07 3:01 
QuestionRe: Get dynamic web content Pin
David Crow15-May-07 3:17
David Crow15-May-07 3:17 
AnswerRe: Get dynamic web content Pin
Ravi Bhavnani15-May-07 3:31
professionalRavi Bhavnani15-May-07 3:31 
GeneralRe: Get dynamic web content Pin
Mathefreak15-May-07 3:56
Mathefreak15-May-07 3:56 
GeneralRe: Get dynamic web content Pin
Ravi Bhavnani15-May-07 5:50
professionalRavi Bhavnani15-May-07 5:50 
GeneralRe: Get dynamic web content Pin
Mathefreak20-May-07 9:21
Mathefreak20-May-07 9:21 
Questionhow to import jpeg images into workspace Pin
kiranin15-May-07 2:28
kiranin15-May-07 2:28 
AnswerRe: how to import jpeg images into workspace Pin
Hamid_RT15-May-07 2:45
Hamid_RT15-May-07 2:45 
QuestionHow to call MSExcel from MFC? Pin
HiFive15-May-07 2:02
HiFive15-May-07 2:02 
AnswerRe: How to call MSExcel from MFC? Pin
David Crow15-May-07 3:19
David Crow15-May-07 3:19 
QuestionTracking when Windows are maximized and restored. Pin
Eoinoc15-May-07 1:55
Eoinoc15-May-07 1:55 
QuestionImage Capturing from clipboard and store into file Pin
Sethuraman.K15-May-07 1:26
Sethuraman.K15-May-07 1:26 
AnswerRe: Image Capturing from clipboard and store into file Pin
Mark Salsbery15-May-07 4:57
Mark Salsbery15-May-07 4:57 
QuestionHow To Pass Value From One Dialog To Another [modified] Pin
jannathali15-May-07 1:23
jannathali15-May-07 1:23 
AnswerRe: How To Pass Value From One Dialog To Another Pin
Hamid_RT15-May-07 1:26
Hamid_RT15-May-07 1:26 
AnswerRe: How To Pass Value From One Dialog To Another [modified] Pin
Sherin Iranimose15-May-07 1:49
Sherin Iranimose15-May-07 1:49 
GeneralRe: How To Pass Value From One Dialog To Another Pin
vivekphlp15-May-07 23:06
vivekphlp15-May-07 23:06 

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.