Add an Menu to IE6

  • Thread starter Thread starter Mario Schymura
  • Start date Start date
M

Mario Schymura

Hi everybody.

I want to add a new Menu to IE6. I'll use C# and the .NET
Framework 1.1 to develop it, but my problem is leck of
knowledge concerning IE6 programming. Which Object Model
(classes) could be used to realize something that? Which
SDK is needed or are the classes already there?
To the point: What's the correct tactic to develop that?

Regards,
Mario Schymura
 
Hi Mario,

These additional menus are known as "bands" and are actually ActiveX
components. From what I remember reading the documentation on bands, it will
be a real challenge to implement them in managed code. Try to do search in
MSDN on bands and I hope you should find some useful info.
 
Thanks, i'll see if i can get it started.

Dmitriy Lapshin said:
Hi Mario,

These additional menus are known as "bands" and are actually ActiveX
components. From what I remember reading the documentation on bands, it will
be a real challenge to implement them in managed code. Try to do search in
MSDN on bands and I hope you should find some useful info.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Mario Schymura said:
Hi everybody.

I want to add a new Menu to IE6. I'll use C# and the .NET
Framework 1.1 to develop it, but my problem is leck of
knowledge concerning IE6 programming. Which Object Model
(classes) could be used to realize something that? Which
SDK is needed or are the classes already there?
To the point: What's the correct tactic to develop that?

Regards,
Mario Schymura
 
Back
Top