Sign in
jeff's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
cars
code
COM
computers
favicons
internet explorer
misc
music
Archive
Archives
May 2007
(1)
April 2007
(1)
March 2007
(1)
January 2007
(1)
September 2006
(1)
August 2006
(2)
July 2006
(2)
May 2006
(2)
April 2006
(3)
March 2006
(4)
January 2006
(1)
October 2005
(1)
July 2005
(4)
June 2005
(1)
April 2005
(1)
February 2005
(1)
January 2005
(1)
December 2004
(2)
November 2004
(3)
October 2004
(4)
September 2004
(3)
August 2004
(5)
July 2004
(2)
June 2004
(4)
May 2004
(5)
April 2004
(8)
March 2004
(6)
February 2004
(13)
January 2004
(6)
December 2003
(3)
November 2003
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jeff's WebLog
IOleCommandTarget, CGID_MSHTML and ActiveX controls
Posted
over 7 years ago
by
jeffdav
6
Comments
If you write an application that hosts the WebBrowser Control , and you want the control to do something, you can send commands to mshtml via the IOleCommandTarget interface. However, if you are an ActiveX control and you want to send CGID_MSHTML commands...
jeff's WebLog
on getting IOleCommandTarget wrong (and a bit in the middle about ActiveX controls)
Posted
over 7 years ago
by
jeffdav
7
Comments
IOleCommandTarget is very useful. It provides a generic way of sending commands between objects. IE makes extensive use of IOleCommandTarget , both publically and internally. And, like IUnknown , people frequently get it wrong. Each command is composed...
jeff's WebLog
on 64 bit data conversion, comctl32 and reading the documentation
Posted
over 7 years ago
by
jeffdav
0
Comments
Question: What is wrong with this code? case WM_DRAWITEM: { LPDRAWITEMSTRUCT pdis = (LPDRAWITEMSTRUCT) lParam; COMBOBOXEXITEM cbexItem = {0}; cbexItem.mask = CBEIF_IMAGE | CBEIF_SELECTEDIMAGE; cbexItem.iItem = pdis->itemID; CallWindowProc(pfnOldWndProc...
Page 1 of 1 (3 items)