Missing COM dll for IE 08 Toolbar Development
-
I am trying to develop IE toolbar in MFC using COM. On win7, the required dll (i.e. SelectorObjectAPI.dll) is present in %program files%\Microsoft\Internet Explorer Developer Toolbar\. But I am it is not there in XP SP3. I reinstalled IE 8 and result was same. Both m/c has IE 08. Please Help!!!
-
I am trying to develop IE toolbar in MFC using COM. On win7, the required dll (i.e. SelectorObjectAPI.dll) is present in %program files%\Microsoft\Internet Explorer Developer Toolbar\. But I am it is not there in XP SP3. I reinstalled IE 8 and result was same. Both m/c has IE 08. Please Help!!!
From MSDN: "The Developer Toolbar is not compatible with Internet Explorer 8." More here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=95e06cbe-4940-4218-b75d-b8856fced535[^]
Best wishes, Hans
-
From MSDN: "The Developer Toolbar is not compatible with Internet Explorer 8." More here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=95e06cbe-4940-4218-b75d-b8856fced535[^]
Best wishes, Hans
Thanx... That Really helped :-) -- CHEERS!!!
-
Thanx... That Really helped :-) -- CHEERS!!!
-
So if Developer Toolbar is not an option, what else can I do. I need to create a toolbar for IE in C++ (specifically MFC + COM) I have come across some samples but those samples need their (ready made) helper code to be included. It's is learning adventure for me, so I would like to do every thing myself... Looking for any tutorial. Thanx in advance :-)