Click here to Skip to main content
15,910,234 members
Home / Discussions / COM
   

COM

 
GeneralRe: W2A query Pin
Nish Nishant30-May-02 15:02
sitebuilderNish Nishant30-May-02 15:02 
GeneralRe: W2A query Pin
soptest30-May-02 7:59
soptest30-May-02 7:59 
GeneralRe: W2A query Pin
Nish Nishant30-May-02 15:04
sitebuilderNish Nishant30-May-02 15:04 
GeneralATL DLL-server problem Pin
Hans Ruck29-May-02 2:21
Hans Ruck29-May-02 2:21 
GeneralRe: ATL DLL-server problem Pin
-Dy29-May-02 5:43
-Dy29-May-02 5:43 
GeneralMS Excel automation Pin
28-May-02 23:01
suss28-May-02 23:01 
GeneralRe: MS Excel automation Pin
Amit Dey30-May-02 19:19
Amit Dey30-May-02 19:19 
QuestionHow to get HTML code from MSHTML? Pin
28-May-02 13:29
suss28-May-02 13:29 
I want to get HTML code from MSHTML Document.But I can't.

public Samples

//pDoc,IHTMLDocument2
IHTMLElement *elem;
BSTR* bstrVal;
pDoc->get_body(&elem);
elem->get_innerHTML(&bstrVal);
.....

But This Code can't get or ,etc.
For Example,



....


...

....


Please tell me how to get ALL HTML code.
AnswerRe: How to get HTML code from MSHTML? Pin
soptest28-May-02 14:25
soptest28-May-02 14:25 
GeneralRe: How to get HTML code from MSHTML? Pin
29-May-02 6:52
suss29-May-02 6:52 
Generalautomation Pin
28-May-02 6:03
suss28-May-02 6:03 
GeneralRe: automation Pin
Prem Kumar28-May-02 7:28
Prem Kumar28-May-02 7:28 
GeneralRe: automation Pin
31-May-02 4:21
suss31-May-02 4:21 
GeneralFire Event from outside the COM Method Pin
Koep28-May-02 3:33
Koep28-May-02 3:33 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate30-May-02 19:50
Len Holgate30-May-02 19:50 
GeneralRe: Fire Event from outside the COM Method Pin
Koep30-May-02 21:08
Koep30-May-02 21:08 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate30-May-02 21:14
Len Holgate30-May-02 21:14 
GeneralRe: Fire Event from outside the COM Method Pin
Koep30-May-02 23:51
Koep30-May-02 23:51 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate31-May-02 0:01
Len Holgate31-May-02 0:01 
GeneralRe: Fire Event from outside the COM Method Pin
Koep31-May-02 1:00
Koep31-May-02 1:00 
GeneralRe: Fire Event from outside the COM Method Pin
Len Holgate31-May-02 1:11
Len Holgate31-May-02 1:11 
GeneralSafeArray Pin
Sameer Maggon27-May-02 20:18
Sameer Maggon27-May-02 20:18 
GeneralRe: SafeArray Pin
Prem Kumar28-May-02 7:14
Prem Kumar28-May-02 7:14 
Generaluse IStream instead Pin
soptest28-May-02 9:53
soptest28-May-02 9:53 
GeneralRe: SafeArray Pin
Len Holgate30-May-02 21:54
Len Holgate30-May-02 21:54 

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.