Click here to Skip to main content
15,893,190 members
Home / Discussions / COM
   

COM

 
GeneralIHTMLWindow2::open() related question Pin
16-Oct-03 6:58
suss16-Oct-03 6:58 
GeneralRe: IHTMLWindow2::open() related question Pin
Heath Stewart17-Oct-03 9:35
protectorHeath Stewart17-Oct-03 9:35 
GeneralHashtable Pin
Jajco15-Oct-03 4:41
Jajco15-Oct-03 4:41 
QuestionGUID is undefined ??? Pin
Saurabh_Delhi15-Oct-03 4:11
Saurabh_Delhi15-Oct-03 4:11 
AnswerRe: GUID is undefined ??? Pin
Saurabh_Delhi15-Oct-03 19:46
Saurabh_Delhi15-Oct-03 19:46 
GeneralIHTMLElement & put_innerHTML update problem Pin
Ceri14-Oct-03 23:21
Ceri14-Oct-03 23:21 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Neville Franks15-Oct-03 0:23
Neville Franks15-Oct-03 0:23 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Ceri15-Oct-03 1:00
Ceri15-Oct-03 1:00 
It's a C++ MFC app that I am developing in. Basicly the loop snippet looks something like this;

pElem is a pointer to an IHTMLElement
iProg is an integer that contains a progress
bsText is a formated BSTR that contains the string to put in the innerHTML

[code]

do
{
iProg = GetCurrentProgress();

... //string formating to put number into BSTR. e.g. "10%"

pElem->put_innerHTML(bsText);

}while(iProg != 100)

[/code]

The code works except that the display only updates when I move the mouse over the embedded IE control

GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Neville Franks15-Oct-03 1:51
Neville Franks15-Oct-03 1:51 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Steve S15-Oct-03 2:22
Steve S15-Oct-03 2:22 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Neville Franks15-Oct-03 2:35
Neville Franks15-Oct-03 2:35 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Ceri15-Oct-03 23:37
Ceri15-Oct-03 23:37 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Neville Franks16-Oct-03 1:52
Neville Franks16-Oct-03 1:52 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Ceri16-Oct-03 2:00
Ceri16-Oct-03 2:00 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Ceri16-Oct-03 3:03
Ceri16-Oct-03 3:03 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Neville Franks16-Oct-03 9:16
Neville Franks16-Oct-03 9:16 
GeneralRe: IHTMLElement & put_innerHTML update problem Pin
Ceri16-Oct-03 21:15
Ceri16-Oct-03 21:15 
GeneralDCOM RPC vulnerability Pin
yeeck13-Oct-03 17:09
yeeck13-Oct-03 17:09 
GeneralRe: DCOM RPC vulnerability Pin
Mike Dimmick15-Oct-03 4:51
Mike Dimmick15-Oct-03 4:51 
Generalmigrate VB ocx to Visual C++ Pin
magin10-Oct-03 4:11
magin10-Oct-03 4:11 
GeneralRe: migrate VB ocx to Visual C++ Pin
Mike Dimmick10-Oct-03 13:41
Mike Dimmick10-Oct-03 13:41 
GeneralHELP: weird behavior HTMLFramesColletion2(?) Pin
Member 58548410-Oct-03 2:39
Member 58548410-Oct-03 2:39 
QuestionHow to get the IE container's HWND? Pin
Member 6334809-Oct-03 17:24
Member 6334809-Oct-03 17:24 
AnswerRe: How to get the IE container's HWND? Pin
Member 6334809-Oct-03 17:37
Member 6334809-Oct-03 17:37 
QuestionIs that possible use ActiveX get system info and give it to JScript? Pin
Anonymous9-Oct-03 9:30
Anonymous9-Oct-03 9:30 

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.