Click here to Skip to main content
15,900,589 members
Home / Discussions / COM
   

COM

 
GeneralNew Subject Pin
14-Apr-02 21:43
suss14-Apr-02 21:43 
GeneralRe: New Subject Pin
Amit Dey15-Apr-02 6:34
Amit Dey15-Apr-02 6:34 
GeneralNew Subject Pin
14-Apr-02 21:41
suss14-Apr-02 21:41 
GeneralRe: New Subject Pin
Mazdak14-Apr-02 22:31
Mazdak14-Apr-02 22:31 
GeneralRe: New Subject Pin
bryce21-Apr-02 14:59
bryce21-Apr-02 14:59 
GeneralTest Pin
14-Apr-02 21:36
suss14-Apr-02 21:36 
GeneralRe: Test Pin
bryce21-Apr-02 15:00
bryce21-Apr-02 15:00 
GeneralloadXML does not load PLEASE HELP! Pin
j_mehdi13-Apr-02 5:09
j_mehdi13-Apr-02 5:09 
I have created a MSXML object as following C++ code shows:

CComPtr<ixmldomdocument> spXMLDOM;
HRESULT hr = spXMLDOM.CoCreateInstance(__uuidof(DOMDocument));
if ( FAILED(hr) ) throw "Unable to create XML parser object";
if ( spXMLDOM.p == NULL ) throw "Unable to create XML parser object";

CComBSTR str(L"<xmldata><xmlnode><xmltext>Hello, World!");
hr = spXMLDOM->loadXML(str, &bSuccess);

But it doesn't load the str and the value of bSuccess is FALSE
Please help.
Thanks in advance.



Confused | :confused:
GeneralUrgent!! Why this error take place and how can i deal with it Pin
chq1212-Apr-02 18:36
chq1212-Apr-02 18:36 
GeneralRe: Urgent!! Why this error take place and how can i deal with it Pin
Amit Dey15-Apr-02 6:31
Amit Dey15-Apr-02 6:31 
Questionhow to connect to component remotely Pin
Bhikshapathi Gorantla12-Apr-02 1:18
Bhikshapathi Gorantla12-Apr-02 1:18 
AnswerRe: how to connect to component remotely Pin
bryce21-Apr-02 15:02
bryce21-Apr-02 15:02 
Generalaccessing the compnent on remote machine Pin
11-Apr-02 19:19
suss11-Apr-02 19:19 
GeneralRe: accessing the compnent on remote machine Pin
bryce21-Apr-02 15:08
bryce21-Apr-02 15:08 
QuestionGetting Form PostData thru webbrowser control? Pin
Amit Dey11-Apr-02 13:27
Amit Dey11-Apr-02 13:27 
GeneralOutlook automation Pin
Ben Wootton11-Apr-02 0:29
Ben Wootton11-Apr-02 0:29 
GeneralRe: Outlook automation Pin
Alwin7521-Apr-02 8:38
Alwin7521-Apr-02 8:38 
GeneralReturning a COM object Pin
10-Apr-02 17:17
suss10-Apr-02 17:17 
GeneralRe: Returning a COM object Pin
Paul M Watt10-Apr-02 17:36
mentorPaul M Watt10-Apr-02 17:36 
GeneralRe: Returning a COM object Pin
Mazdak10-Apr-02 20:00
Mazdak10-Apr-02 20:00 
GeneralC++ COM and VB Pin
Philip Patrick10-Apr-02 2:25
professionalPhilip Patrick10-Apr-02 2:25 
GeneralRe: C++ COM and VB Pin
Mazdak10-Apr-02 3:02
Mazdak10-Apr-02 3:02 
GeneralRe: C++ COM and VB Pin
Philip Patrick10-Apr-02 3:36
professionalPhilip Patrick10-Apr-02 3:36 
GeneralHi, Mazdak, I still have a question here Pin
chq129-Apr-02 10:35
chq129-Apr-02 10:35 
GeneralRe: Hi, Mazdak, I still have a question here Pin
Mazdak10-Apr-02 0:58
Mazdak10-Apr-02 0:58 

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.