Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Command line parameters to windows service Pin
dvsr7-Dec-06 19:00
dvsr7-Dec-06 19:00 
GeneralRe: Command line parameters to windows service Pin
prasad_som7-Dec-06 19:10
prasad_som7-Dec-06 19:10 
GeneralRe: Command line parameters to windows service Pin
dvsr7-Dec-06 19:24
dvsr7-Dec-06 19:24 
AnswerRe: Command line parameters to windows service Pin
prasad_som7-Dec-06 19:27
prasad_som7-Dec-06 19:27 
GeneralRe: Command line parameters to windows service Pin
Mark Salsbery8-Dec-06 6:01
Mark Salsbery8-Dec-06 6:01 
GeneralRe: Command line parameters to windows service Pin
Joe Woodbury8-Dec-06 7:35
professionalJoe Woodbury8-Dec-06 7:35 
GeneralRe: Command line parameters to windows service Pin
Mark Salsbery8-Dec-06 7:55
Mark Salsbery8-Dec-06 7:55 
Questionhelp me! I don't obtain the point of IHTMLElement through IHTMLDOMNode! why? [modified] Pin
guti_milan7-Dec-06 16:08
guti_milan7-Dec-06 16:08 
my code:

CComQIPtr<IHTMLDOMNode> pRootNode(lpParentDisp);

CComPtr<IDispatch> spChildren;
if(FAILED(pRootNode->get_childNodes(&spChildren)))return;
CComQIPtr<IHTMLDOMChildrenCollection> pChildColl(spChildren);



long lCount = 0;
pChildColl->get_length(&lCount);
for (long l = 0;l<lCount;l++)
{
CComPtr<IDispatch> spChild;
pChildColl->item(l,&spChild);
CComQIPtr<IHTMLDOMNode> pChild(spChild);
CComQIPtr<IHTMLElement> pElement(pChild); // I don't obtain the point
}
please somebody help me ! thanks........





-- modified at 22:17 Thursday 7th December, 2006

I'm a good man!


-- modified at 22:17 Thursday 7th December, 2006
AnswerRe: help me! I don't obtain the point of IHTMLElement through IHTMLDOMNode! why? Pin
ThatsAlok7-Dec-06 17:57
ThatsAlok7-Dec-06 17:57 
GeneralRe: help me! I don't obtain the point of IHTMLElement through IHTMLDOMNode! why? Pin
guti_milan7-Dec-06 18:54
guti_milan7-Dec-06 18:54 
GeneralRe: help me! I don't obtain the point of IHTMLElement through IHTMLDOMNode! why? Pin
ThatsAlok7-Dec-06 19:33
ThatsAlok7-Dec-06 19:33 
Questionany idea to draw this line? Pin
includeh107-Dec-06 15:03
includeh107-Dec-06 15:03 
AnswerRe: any idea to draw this line? Pin
Nibu babu thomas7-Dec-06 16:13
Nibu babu thomas7-Dec-06 16:13 
AnswerRe: any idea to draw this line? Pin
Christian Graus7-Dec-06 16:33
protectorChristian Graus7-Dec-06 16:33 
Questionindependent volume control Pin
fruit_chews7-Dec-06 13:22
fruit_chews7-Dec-06 13:22 
AnswerRe: independent volume control Pin
Joe Woodbury7-Dec-06 15:10
professionalJoe Woodbury7-Dec-06 15:10 
Questiondrop down list Pin
celllllllll7-Dec-06 12:03
celllllllll7-Dec-06 12:03 
AnswerRe: drop down list Pin
Steve Echols7-Dec-06 12:07
Steve Echols7-Dec-06 12:07 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 12:27
celllllllll7-Dec-06 12:27 
GeneralRe: drop down list Pin
Steve Echols7-Dec-06 12:33
Steve Echols7-Dec-06 12:33 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 12:39
celllllllll7-Dec-06 12:39 
AnswerRe: drop down list Pin
Mark Salsbery7-Dec-06 12:43
Mark Salsbery7-Dec-06 12:43 
GeneralRe: drop down list Pin
celllllllll7-Dec-06 13:05
celllllllll7-Dec-06 13:05 
GeneralRe: drop down list Pin
Mark Salsbery7-Dec-06 13:13
Mark Salsbery7-Dec-06 13:13 
GeneralRe: drop down list Pin
Mark Salsbery7-Dec-06 13:19
Mark Salsbery7-Dec-06 13:19 

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.