Create IE Toolbar

  • Thread starter Thread starter Tlink
  • Start date Start date
T

Tlink

I have searched the Internet looking for an example on how to code a IE
custom toolbar in VB.net without success, I want to create a custom toolbar
for our internal users and external users in vb.net and am looking for any
hints/tips/suggestions/pointers and would greatly appreciate a vb.net
example......

I can't use external dll's or third party tools outside vs, as I need to
document everything.
 
Because of all the Spyware that comes will a lot of toolbars people seem
reluctant to code an example because no one downloads them.

Search http://www.codeproject.com I know there is an example in C#/C++, but
maybe you can convert this code to VB.NET.

There is an example of a floating Desktop toolbar in the user samples on
http://www.gotdotnet.com, which is coded in C# by a Microsoft coder. Maybe
you can also convert that code too.

Crouchie1998
BA (HONS) MCP MCSE
 
Tlink said:
I have searched the Internet looking for an example on how to code a IE
custom toolbar in VB.net without success, I want to create a custom
toolbar
for our internal users and external users in vb.net and am looking for any
hints/tips/suggestions/pointers and would greatly appreciate a vb.net
example......

Extending Explorer with Band Objects using .NET and Windows Forms
<URL:http://www.codeproject.com/csharp/dotnetbandobjects.asp>

Shell Extensions with .NET
<URL:http://mvps.org/emorcillo/en/code/shell/shellextensions.shtml>
 
Yeah, the code project band objects was the one I was thinking of

Crouchie1998
BA (HONS) MCP MCSE
 
Back
Top