Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 6:19
Eytukan5-Jun-06 6:19 
GeneralRe: i don't answer your reposts anymore Pin
ThatsAlok5-Jun-06 19:32
ThatsAlok5-Jun-06 19:32 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 20:52
Eytukan5-Jun-06 20:52 
GeneralRe: i don't answer your reposts anymore Pin
ThatsAlok5-Jun-06 22:41
ThatsAlok5-Jun-06 22:41 
GeneralRe: i don't answer your reposts anymore Pin
Eytukan5-Jun-06 23:05
Eytukan5-Jun-06 23:05 
AnswerRe: i don't answer your reposts anymore Pin
ThatsAlok5-Jun-06 19:31
ThatsAlok5-Jun-06 19:31 
AnswerRe: own Window in Mfc Dialog Pin
Alton Williams5-Jun-06 4:59
Alton Williams5-Jun-06 4:59 
AnswerRe: own Window in Mfc Dialog Pin
Michael Dunn5-Jun-06 6:34
sitebuilderMichael Dunn5-Jun-06 6:34 
Questionwant some help [modified] Pin
p_5-Jun-06 3:33
p_5-Jun-06 3:33 
AnswerRe: want some help Pin
Hamid_RT5-Jun-06 3:44
Hamid_RT5-Jun-06 3:44 
GeneralRe: want some help Pin
yogendra kaushik6-Jun-06 23:51
yogendra kaushik6-Jun-06 23:51 
GeneralRe: want some help Pin
Hamid_RT7-Jun-06 1:21
Hamid_RT7-Jun-06 1:21 
AnswerRe: want some help Pin
Alton Williams5-Jun-06 3:56
Alton Williams5-Jun-06 3:56 
AnswerRe: want some help [modified] Pin
David Crow5-Jun-06 5:07
David Crow5-Jun-06 5:07 
AnswerRe: want some help Pin
ThatsAlok5-Jun-06 19:27
ThatsAlok5-Jun-06 19:27 
GeneralRe: want some help Pin
p_6-Jun-06 23:34
p_6-Jun-06 23:34 
QuestionProblem with multiline editbox Pin
Kiran Pinjala5-Jun-06 3:26
Kiran Pinjala5-Jun-06 3:26 
AnswerRe: Problem with multiline editbox Pin
ThatsAlok5-Jun-06 19:24
ThatsAlok5-Jun-06 19:24 
Questionprogram to extract data from web sites Pin
Tara145-Jun-06 2:57
Tara145-Jun-06 2:57 
AnswerRe: program to extract data from web sites Pin
Hamid_RT5-Jun-06 3:03
Hamid_RT5-Jun-06 3:03 
GeneralRe: program to extract data from web sites Pin
Tara145-Jun-06 3:09
Tara145-Jun-06 3:09 
GeneralRe: program to extract data from web sites Pin
Hamid_RT5-Jun-06 3:16
Hamid_RT5-Jun-06 3:16 
GeneralRe: program to extract data from web sites Pin
Tara145-Jun-06 3:27
Tara145-Jun-06 3:27 
GeneralRe: program to extract data from web sites Pin
ThatsAlok5-Jun-06 19:23
ThatsAlok5-Jun-06 19:23 
AnswerRe: program to extract data from web sites Pin
James R. Twine5-Jun-06 3:03
James R. Twine5-Jun-06 3:03 
   There are two ways that I can think of doing it.

   1: Download the raw HTML, run it through a parser and extract information from the cooked data.

   2: Use a hidden browser instance to navigate to a URL and render the data.  Use clipboard operations to copy what would be the visible text from the browser and extract information from that data.

   Number 2 is easier, and would be using data that is closer to what an actual user would see when viewing the target site.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

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.