Click here to Skip to main content
16,005,236 members
Home / Discussions / Article Writing
   

Article Writing

 
Questionhow to register a system keyboardhook in my own winlogon notification package Pin
17-Aug-01 15:29
suss17-Aug-01 15:29 
GeneralIHTMLDOMNode insertBefore() Pin
Roy Benson17-Aug-01 0:58
Roy Benson17-Aug-01 0:58 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active17-Aug-01 3:37
mentorNot Active17-Aug-01 3:37 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Roy Benson17-Aug-01 6:57
Roy Benson17-Aug-01 6:57 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active18-Aug-01 4:03
mentorNot Active18-Aug-01 4:03 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Roy Benson20-Aug-01 3:20
Roy Benson20-Aug-01 3:20 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active20-Aug-01 6:51
mentorNot Active20-Aug-01 6:51 
GeneralIHTMLDOMNode insertBefore() - Solved Pin
Roy Benson20-Aug-01 22:40
Roy Benson20-Aug-01 22:40 
Hi Mark,

THanks for the help, I finally solved the problem!

The important bit was ensuring that the pDOMObject points to the HTML tag, and then the vTemp points to the body tag.

Both were pointing to the body tag, hence I was trying to insert the meta tag in the body before itself...if you know what I mean...

hr = pDOMObject->insertBefore((IHTMLDOMNode*)pElement, vTemp, &pNewNode);

Ironically, it was eventually inserted between the HEAD and Body tags, and then I realised it had to be within the the actual head tag, so I ended up using the appendChild method instead.....Doh!

Was a usefull exercise to go through anyway,

THanks again


GeneralCSynchronisedData object Pin
16-Aug-01 2:58
suss16-Aug-01 2:58 
GeneralRe: CSynchronisedData object Pin
3-Sep-01 12:46
suss3-Sep-01 12:46 
GeneralDiscussion Forum Code Pin
15-Aug-01 5:43
suss15-Aug-01 5:43 
GeneralRe: Faking dirs and files in Explorer Pin
gerryg40015-Aug-01 3:44
gerryg40015-Aug-01 3:44 
GeneralRe: Faking dirs and files in Explorer Pin
Michael Dunn15-Aug-01 6:38
sitebuilderMichael Dunn15-Aug-01 6:38 
GeneralRe: Faking dirs and files in Explorer Pin
gerryg40016-Aug-01 12:49
gerryg40016-Aug-01 12:49 
GeneralRe: Faking dirs and files in Explorer Pin
Thomas Freudenberg7-Sep-01 5:43
Thomas Freudenberg7-Sep-01 5:43 
General"use DHTML" option missing in Code Project Discussion Boards Pin
Django14-Aug-01 9:29
Django14-Aug-01 9:29 
General"use DHTML" option missing in Code Project Discussion Boards Pin
Django14-Aug-01 9:27
Django14-Aug-01 9:27 
QuestionCall Run Dialog? Pin
13-Aug-01 11:11
suss13-Aug-01 11:11 
AnswerRe: Call Run Dialog? Pin
J Patel13-Aug-01 12:06
J Patel13-Aug-01 12:06 
GeneralDrag and Drop Pin
Steve Thresher13-Aug-01 6:31
Steve Thresher13-Aug-01 6:31 
GeneralPlease help Pin
12-Aug-01 22:57
suss12-Aug-01 22:57 
GeneralVARIANT data type. Pin
11-Aug-01 21:37
suss11-Aug-01 21:37 
Generalroute all drawing to a memoryDC Pin
10-Aug-01 12:49
suss10-Aug-01 12:49 
GeneralRe: route all drawing to a memoryDC Pin
11-Aug-01 16:56
suss11-Aug-01 16:56 
Generalspell checker!! source code Pin
sriks10-Aug-01 3:50
sriks10-Aug-01 3:50 

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.