Click here to Skip to main content
16,004,678 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: In my BHO, how to react to window move or resize? Pin
Jörgen Sigvardsson4-Jan-07 4:13
Jörgen Sigvardsson4-Jan-07 4:13 
QuestionHow do I know if Internet Explorer has any scrollbars? Pin
Tommy Svensson28-Dec-06 4:55
Tommy Svensson28-Dec-06 4:55 
AnswerRe: How do I know if Internet Explorer has any scrollbars? Pin
prasad_som28-Dec-06 18:08
prasad_som28-Dec-06 18:08 
QuestionWTL resize-drag Pin
ohadp27-Dec-06 22:15
ohadp27-Dec-06 22:15 
AnswerRe: WTL resize-drag Pin
Michael Dunn28-Dec-06 7:11
sitebuilderMichael Dunn28-Dec-06 7:11 
Questionproblem in soap connection Pin
salman kazi26-Dec-06 19:16
salman kazi26-Dec-06 19:16 
QuestionRe: problem in soap connection Pin
ajitatif angajetor26-Dec-06 22:46
ajitatif angajetor26-Dec-06 22:46 
AnswerRe: problem in soap connection Pin
salman kazi27-Dec-06 18:13
salman kazi27-Dec-06 18:13 
ISoapSerializerPtr Serializer;
ISoapReaderPtr Reader;
ISoapConnectorPtr Connector;
Connector.CreateInstance(__uuidof(HttpConnector));
Connector->Property["EndPointURL"] = "Address of the webservice";
Connector->Property["SoapAction"] = "WebServices name";
Connector->BeginMessage();
Serializer.CreateInstance(__uuidof(SoapSerializer));
Serializer->Init(_variant_t((IUnknown*)Connector->InputStream));
Serializer->startEnvelope("","http://schemas.xmlsoap.org/soap/encoding/","");
Serializer->startBody("");
Serializer->startElement("Get_Account_Status", "WebServices Name", "","SOAP");

so here is the code the XML Serivice is made in the ASP.net and i am accessing this in VC6.0
i have installed the MSXML4.0 and soap toolkit 2.0 and 3.0
i hope now you can help me thanks
regards salman

QuestionWin98 GetMenuItemCount returns -1 Pin
ajitatif angajetor26-Dec-06 4:59
ajitatif angajetor26-Dec-06 4:59 
QuestionRe: Win98 GetMenuItemCount returns -1 Pin
ajitatif angajetor27-Dec-06 0:39
ajitatif angajetor27-Dec-06 0:39 
QuestionATL event help!! Pin
alicqin24-Dec-06 22:45
alicqin24-Dec-06 22:45 
QuestionHow to watch the objects value in a STL container in VS2003? Such as Vector Pin
Best Kiluyar21-Dec-06 16:07
Best Kiluyar21-Dec-06 16:07 
AnswerRe: How to watch the objects value in a STL container in VS2003? Such as Vector Pin
Stuart Dootson21-Dec-06 20:42
professionalStuart Dootson21-Dec-06 20:42 
GeneralRe: How to watch the objects value in a STL container in VS2003? Such as Vector Pin
Rob Caldecott21-Dec-06 22:31
Rob Caldecott21-Dec-06 22:31 
GeneralRe: How to watch the objects value in a STL container in VS2003? Such as Vector Pin
Stuart Dootson22-Dec-06 0:16
professionalStuart Dootson22-Dec-06 0:16 
QuestionVery Urgent:Overriding Idispatch Invoke Pin
rana7420-Dec-06 23:19
rana7420-Dec-06 23:19 
AnswerRe: Very Urgent:Overriding Idispatch Invoke Pin
prasad_som21-Dec-06 0:06
prasad_som21-Dec-06 0:06 
QuestionCommandbarCtrl crashes on constrctor at Run-time Pin
Daniel Ortega20-Dec-06 22:59
Daniel Ortega20-Dec-06 22:59 
QuestionATL Dialog help Pin
jhinze19-Dec-06 4:13
jhinze19-Dec-06 4:13 
AnswerRe: ATL Dialog help Pin
Michael Dunn19-Dec-06 8:02
sitebuilderMichael Dunn19-Dec-06 8:02 
GeneralRe: ATL Dialog help Pin
jhinze19-Dec-06 8:03
jhinze19-Dec-06 8:03 
GeneralRe: ATL Dialog help Pin
Michael Dunn19-Dec-06 9:44
sitebuilderMichael Dunn19-Dec-06 9:44 
AnswerRe: ATL Dialog help Pin
prasad_som19-Dec-06 17:48
prasad_som19-Dec-06 17:48 
GeneralRe: ATL Dialog help Pin
Steve S20-Dec-06 2:52
Steve S20-Dec-06 2:52 
AnswerRe: ATL Dialog help Pin
prasad_som20-Dec-06 17:57
prasad_som20-Dec-06 17:57 

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.