Connecting Tech Pros Worldwide Forums | Help | Site Map

Add an Menu to IE6

Mario Schymura
Guest
 
Posts: n/a
#1: Nov 15 '05
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

Dmitriy Lapshin [C# / .NET MVP]
Guest
 
Posts: n/a
#2: Nov 15 '05

re: Add an Menu to IE6


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" <Mario.Schymura@stock-informatik.com> wrote in message
news:038501c385ef$93f46050$a301280a@phx.gbl...[color=blue]
> 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[/color]

MarioSchymura
Guest
 
Posts: n/a
#3: Nov 15 '05

re: Add an Menu to IE6


Thanks, i'll see if i can get it started.

"Dmitriy Lapshin [C# / .NET MVP]" <x-code@no-spam-please.hotpop.com> schrieb
im Newsbeitrag news:eP%23R3alhDHA.3636@tk2msftngp13.phx.gbl...[color=blue]
> Hi Mario,
>
> These additional menus are known as "bands" and are actually ActiveX
> components. From what I remember reading the documentation on bands, it[/color]
will[color=blue]
> 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" <Mario.Schymura@stock-informatik.com> wrote in message
> news:038501c385ef$93f46050$a301280a@phx.gbl...[color=green]
> > 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[/color]
>[/color]


Greg Ewing [MVP]
Guest
 
Posts: n/a
#4: Nov 15 '05

re: Add an Menu to IE6


Mario, here's a project using C++ and WTL. I don't know of anything yet out
there that does this with C#.

http://www.codeproject.com/wtl/toolband.asp?print=true

Hope this helps.

--
Greg Ewing [MVP]
http://www.citidc.com

"Mario Schymura" <Mario.Schymura@stock-informatik.com> wrote in message
news:038501c385ef$93f46050$a301280a@phx.gbl...[color=blue]
> 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[/color]


Closed Thread