Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat kind of compression libraries? Pin
catchnine27-Mar-03 14:04
catchnine27-Mar-03 14:04 
AnswerRe: What kind of compression libraries? Pin
Tim Smith27-Mar-03 14:49
Tim Smith27-Mar-03 14:49 
GeneralMFC Status Bar, Menu Questions Pin
Daniel Roerick27-Mar-03 12:13
Daniel Roerick27-Mar-03 12:13 
GeneralRe: MFC Status Bar, Menu Questions Pin
Dave Bryant27-Mar-03 14:38
Dave Bryant27-Mar-03 14:38 
GeneralRe: MFC Status Bar, Menu Questions Pin
Daniel Roerick27-Mar-03 21:23
Daniel Roerick27-Mar-03 21:23 
GeneralRe: MFC Status Bar, Menu Questions Pin
Big Art28-Mar-03 5:16
Big Art28-Mar-03 5:16 
GeneralParsing the results of an .ASP page from within VC++ Pin
jfugate27-Mar-03 11:08
jfugate27-Mar-03 11:08 
GeneralRe: Parsing the results of an .ASP page from within VC++ Pin
Dave Bryant27-Mar-03 14:34
Dave Bryant27-Mar-03 14:34 
If you are using MFC, then you could use the CHttpConnection and CHttpFile classes to retrieve the results of the ASP page. In terms of parsing it, you are then just parsing a text stream, so i can't really help without knowing what it looks like, but it would probably be easier if the ASP page generated an XML document - you could then use an existing parser rather than having to write your own, making the whole process fairly trivial.

Dave
http://www.cloudsofheaven.org
GeneralRe: Parsing the results of an .ASP page from within VC++ Pin
jfugate28-Mar-03 3:11
jfugate28-Mar-03 3:11 
QuestionChanging an Edit boxes height? Pin
jimNLX27-Mar-03 10:51
jimNLX27-Mar-03 10:51 
AnswerRe: Changing an Edit boxes height? Pin
valikac27-Mar-03 13:57
valikac27-Mar-03 13:57 
GeneralRe: Changing an Edit boxes height? Pin
jimNLX28-Mar-03 4:04
jimNLX28-Mar-03 4:04 
GeneralRe: Changing an Edit boxes height? Pin
valikac28-Mar-03 4:48
valikac28-Mar-03 4:48 
GeneralOpening File Through C++ Pin
MKlucher27-Mar-03 10:18
MKlucher27-Mar-03 10:18 
GeneralRe: Opening File Through C++ Pin
Chris Losinger27-Mar-03 10:22
professionalChris Losinger27-Mar-03 10:22 
GeneralRe: Opening File Through C++ Pin
Dave Bryant27-Mar-03 10:40
Dave Bryant27-Mar-03 10:40 
GeneralRe: Opening File Through C++ Pin
vikramj27-Mar-03 18:00
vikramj27-Mar-03 18:00 
GeneralRe: Opening File Through C++ Pin
geo_m27-Mar-03 23:09
geo_m27-Mar-03 23:09 
GeneralODBC Pin
MemLeak27-Mar-03 8:38
MemLeak27-Mar-03 8:38 
QuestionHow to use VC++ .NET Pin
BoudewijnEctor27-Mar-03 7:21
BoudewijnEctor27-Mar-03 7:21 
AnswerRe: How to use VC++ .NET Pin
Maximilien27-Mar-03 9:31
Maximilien27-Mar-03 9:31 
QuestionIs DLLMain required? Pin
Jawache27-Mar-03 6:55
Jawache27-Mar-03 6:55 
AnswerRe: Is DLLMain required? Pin
Paul Lyons27-Mar-03 7:29
Paul Lyons27-Mar-03 7:29 
QuestionJPEG rendering of a web page? Pin
LukeV27-Mar-03 5:24
LukeV27-Mar-03 5:24 
QuestionNIC speed? Pin
dandy7227-Mar-03 5:05
dandy7227-Mar-03 5:05 

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.