Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i make another window w/o code Pin
Haun the 2nd29-May-06 5:59
Haun the 2nd29-May-06 5:59 
GeneralRe: How do i make another window w/o code Pin
ThatsAlok29-May-06 18:57
ThatsAlok29-May-06 18:57 
QuestionDouble buffering Pin
Luksky28-May-06 0:29
Luksky28-May-06 0:29 
AnswerRe: Double buffering Pin
Hamid_RT28-May-06 1:29
Hamid_RT28-May-06 1:29 
GeneralRe: Double buffering Pin
Luksky28-May-06 4:19
Luksky28-May-06 4:19 
AnswerRe: Double buffering Pin
bob1697228-May-06 6:50
bob1697228-May-06 6:50 
GeneralRe: Double buffering Pin
Luksky28-May-06 8:56
Luksky28-May-06 8:56 
GeneralRe: Double buffering Pin
bob1697228-May-06 10:41
bob1697228-May-06 10:41 
GeneralRe: Double buffering Pin
Luksky28-May-06 11:56
Luksky28-May-06 11:56 
GeneralRe: Double buffering Pin
bob1697228-May-06 13:53
bob1697228-May-06 13:53 
QuestionOffice Outlook/Outlook Express/Msn Messenger Pin
YaronNir27-May-06 22:09
YaronNir27-May-06 22:09 
AnswerRe: Office Outlook/Outlook Express/Msn Messenger Pin
YaronNir28-May-06 0:02
YaronNir28-May-06 0:02 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
ThatsAlok28-May-06 23:32
ThatsAlok28-May-06 23:32 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
YaronNir29-May-06 0:29
YaronNir29-May-06 0:29 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
ThatsAlok29-May-06 19:08
ThatsAlok29-May-06 19:08 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
YaronNir29-May-06 20:04
YaronNir29-May-06 20:04 
AnswerRe: Office Outlook/Outlook Express/Msn Messenger [modified] Pin
Hamid_RT28-May-06 2:31
Hamid_RT28-May-06 2:31 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger [modified] Pin
YaronNir28-May-06 2:38
YaronNir28-May-06 2:38 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
ThatsAlok29-May-06 19:15
ThatsAlok29-May-06 19:15 
GeneralRe: Office Outlook/Outlook Express/Msn Messenger Pin
YaronNir29-May-06 19:59
YaronNir29-May-06 19:59 
QuestionXML Parsing & Downloading a URI Pin
chasetoys27-May-06 19:56
chasetoys27-May-06 19:56 
AnswerRe: XML Parsing & Downloading a URI Pin
Taka Muraoka27-May-06 20:11
Taka Muraoka27-May-06 20:11 
chasetoys wrote:
Easily parse thru XML


Search for MSXML. Or use a third-party parser like Expat.

chasetoys wrote:
Once I have a URI, how can I download *all associated content*


You have to do this yourself, extract all the various elements and download them individually. Or you can download the page to an MHT file.

chasetoys wrote:
How can I send XML over HTTP?


It's just an HTTP POST.




0 bottles of beer on the wall, 0 bottles of beer, you take 1 down, pass it around, 4294967295 bottles of beer on the wall.

Awasu 2.2.2 [^]: A free RSS/Atom feed reader with support for Code Project.

AnswerRe: XML Parsing & Downloading a URI Pin
Ravi Bhavnani27-May-06 20:33
professionalRavi Bhavnani27-May-06 20:33 
AnswerRe: XML Parsing & Downloading a URI Pin
ThatsAlok28-May-06 23:41
ThatsAlok28-May-06 23:41 
QuestionQuestion about put window on top off all other windows. [modified] Pin
Yanshof27-May-06 18:40
Yanshof27-May-06 18:40 

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.