Click here to Skip to main content
15,888,351 members
Home / Discussions / COM
   

COM

 
QuestionCOM+ (Enterprise Services) Debugging remotely Pin
buffbuh11-Aug-06 10:47
buffbuh11-Aug-06 10:47 
AnswerRe: COM+ (Enterprise Services) Debugging remotely Pin
buffbuh16-Aug-06 5:21
buffbuh16-Aug-06 5:21 
QuestionUsing COM component in Java application Pin
Will888888811-Aug-06 10:11
Will888888811-Aug-06 10:11 
AnswerRe: Using COM component in Java application Pin
Milton Karimbekallil15-Aug-06 18:32
Milton Karimbekallil15-Aug-06 18:32 
GeneralRe: Using COM component in Java application Pin
Will888888831-Aug-06 4:50
Will888888831-Aug-06 4:50 
AnswerJCom (Java-COM Bridge) Pin
Andre xxxxxxx21-Aug-06 8:51
Andre xxxxxxx21-Aug-06 8:51 
GeneralRe: JCom (Java-COM Bridge) Pin
Will888888831-Aug-06 4:50
Will888888831-Aug-06 4:50 
Question[Help] MFC ypelib wrappers for MSXML5 Pin
oaks, rbt9-Aug-06 10:12
oaks, rbt9-Aug-06 10:12 
All,

I am currently using the Typelib wrappers for MSXML that was generated from the MFC Typelib Class wizard. I think I am using the objects incorrectly, and this is generating unhandled exception errors.

I use wizard MFC Class from Typelib to generate wrapper classes for the MSXML5 control (CXMLDOMDocument, CXMLDOMElement, CXMLDOMNode, and CXMLNodeList). The exception occurs when I pass a CXMLDOMNode reference to a function that I want it to work on by stepping down farther in the node tree. For example:

If(m_XMLDOMroot.hasChildNodes())
{
int rootchildcount = RootNodeList.get_length();
for(int i = 0; i < rootchildcount; ++i)
{
CXMLDOMElement childnode = RootNodeList.get_item(i); <- This code sometimes user breaks
SetChildNode(childnode);
}
}

PS - I did not know it this group would also apply to this message.




Robert
QuestionDetecting video play Pin
pavan g9-Aug-06 2:00
pavan g9-Aug-06 2:00 
QuestionMapi Outlook express simple solution needed Pin
htel7-Aug-06 15:43
htel7-Aug-06 15:43 
QuestionCOM Pin
getsuha6-Aug-06 22:43
getsuha6-Aug-06 22:43 
AnswerRe: COM Pin
sunit510-Aug-06 23:30
sunit510-Aug-06 23:30 
QuestionBuilding an Office2K COM addin with VC++/ATL Pin
xollo5-Aug-06 3:57
xollo5-Aug-06 3:57 
AnswerRe: Building an Office2K COM addin with VC++/ATL Pin
sudeesh8-Aug-06 18:06
sudeesh8-Aug-06 18:06 
AnswerRe: Building an Office2K COM addin with VC++/ATL [modified] Pin
sudeesh8-Aug-06 18:06
sudeesh8-Aug-06 18:06 
QuestionHelp~~~ Pin
HuizhiZhao4-Aug-06 19:39
HuizhiZhao4-Aug-06 19:39 
AnswerRe: Help~~~ Pin
anu_885-Aug-06 1:44
anu_885-Aug-06 1:44 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:34
HuizhiZhao6-Aug-06 15:34 
AnswerRe: Help~~~ Pin
Michael Dunn5-Aug-06 11:17
sitebuilderMichael Dunn5-Aug-06 11:17 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:34
HuizhiZhao6-Aug-06 15:34 
AnswerRe: Help~~~ Pin
Jörgen Sigvardsson5-Aug-06 13:28
Jörgen Sigvardsson5-Aug-06 13:28 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:35
HuizhiZhao6-Aug-06 15:35 
Questionnewbee trying to create GUID programetically Pin
harsha_12343-Aug-06 21:17
harsha_12343-Aug-06 21:17 
AnswerRe: newbee trying to create GUID programetically [modified] Pin
Jonathan [Darka]3-Aug-06 21:39
professionalJonathan [Darka]3-Aug-06 21:39 
Questionhow can i handling IHTMLElement event,about reuseing webbrowser Pin
O_O_O3-Aug-06 15:42
O_O_O3-Aug-06 15:42 

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.