Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ReadFile operation Pin
enhzflep4-Jul-11 22:49
enhzflep4-Jul-11 22:49 
AnswerRe: ReadFile operation Pin
Richard MacCutchan5-Jul-11 0:14
mveRichard MacCutchan5-Jul-11 0:14 
QuestionRe: ReadFile operation Pin
David Crow5-Jul-11 2:52
David Crow5-Jul-11 2:52 
AnswerRe: ReadFile operation Pin
MKC0027-Jul-11 5:26
MKC0027-Jul-11 5:26 
AnswerRe: ReadFile operation Pin
Rolf Kristensen27-Jul-11 12:39
Rolf Kristensen27-Jul-11 12:39 
QuestionHow to communicate with server in vc++? Pin
Le@rner4-Jul-11 20:35
Le@rner4-Jul-11 20:35 
AnswerRe: How to communicate with server in vc++? Pin
Rajesh R Subramanian4-Jul-11 21:00
professionalRajesh R Subramanian4-Jul-11 21:00 
AnswerRe: How to communicate with server in vc++? Pin
T.RATHA KRISHNAN4-Jul-11 21:34
T.RATHA KRISHNAN4-Jul-11 21:34 
Hi!
It depends on how you want to send the info to your server(whether it's in XML format or some other format). If it's XML use IXMLHTTPRequestPtr::open() to connect with the server and IXMLHTTPRequestPtr::send() to send ur XML content to the server. IXMLHTTPRequestPtr::responseText; to get the response from server.

Some body has already posted the whole code for this at the XML/XSL forum. See the reply of pix_programmer.Link below:

http://www.codeproject.com/Messages/427887/Failed-to-CreateInstance-while-using-IXMLHttpReque.aspx[^]
GeneralRe: How to communicate with server in vc++? Pin
Le@rner4-Jul-11 21:53
Le@rner4-Jul-11 21:53 
AnswerRe: How to communicate with server in vc++? Pin
T.RATHA KRISHNAN5-Jul-11 0:11
T.RATHA KRISHNAN5-Jul-11 0:11 
AnswerRe: How to communicate with server in vc++? Pin
Albert Holguin5-Jul-11 5:07
professionalAlbert Holguin5-Jul-11 5:07 
AnswerRe: How to communicate with server in vc++? Pin
David W. Young5-Jul-11 6:01
David W. Young5-Jul-11 6:01 
Question“Debug Error! R6010 -abort() has been called”- how to find the error? Pin
huangzhtao4-Jul-11 17:04
huangzhtao4-Jul-11 17:04 
AnswerRe: “Debug Error! R6010 -abort() has been called”- how to find the error? Pin
Richard MacCutchan5-Jul-11 0:12
mveRichard MacCutchan5-Jul-11 0:12 
AnswerRe: “Debug Error! R6010 -abort() has been called”- how to find the error? Pin
Albert Holguin5-Jul-11 5:00
professionalAlbert Holguin5-Jul-11 5:00 
QuestionRe: “Debug Error! R6010 -abort() has been called”- how to find the error? Pin
David Crow5-Jul-11 5:46
David Crow5-Jul-11 5:46 
QuestionHow to initialize a CProgressCtrl object in a CDialog derived object. Pin
Odysseas Z4-Jul-11 8:54
Odysseas Z4-Jul-11 8:54 
QuestionRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Mark Salsbery4-Jul-11 9:01
Mark Salsbery4-Jul-11 9:01 
AnswerRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Odysseas Z4-Jul-11 9:05
Odysseas Z4-Jul-11 9:05 
GeneralRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Mark Salsbery4-Jul-11 9:12
Mark Salsbery4-Jul-11 9:12 
GeneralRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Odysseas Z4-Jul-11 9:20
Odysseas Z4-Jul-11 9:20 
GeneralRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Mark Salsbery4-Jul-11 9:30
Mark Salsbery4-Jul-11 9:30 
GeneralRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Odysseas Z4-Jul-11 9:33
Odysseas Z4-Jul-11 9:33 
GeneralRe: How to initialize a CProgressCtrl object in a CDialog derived object. Pin
Mark Salsbery4-Jul-11 9:35
Mark Salsbery4-Jul-11 9:35 
QuestionHow to implement CALLBACK_THREAD ( MFC worker thread) in waveInOpen API ? Pin
Vaclav_4-Jul-11 4:25
Vaclav_4-Jul-11 4:25 

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.