IE toolbars and alerts

G

Guest

Hey guys. Does anyone know how to use VB.NET to create custom toolbars for
IE? Also, you know those popup alerts at the bottom right of the screen in
OWA (and in MSN Explorer) when new mail arives? Does anyone know an article
that explains creating those in VB (or in C# for that matter)? Your help
would be greatly appreciated.
Mkiger
 
H

Herfried K. Wagner [MVP]

mkiger said:
Hey guys. Does anyone know how to use VB.NET to create
custom toolbars for IE?

Extending Explorer with Band Objects using .NET and Windows Forms
Also, you know those popup alerts at the bottom right of the
screen in OWA (and in MSN Explorer)

TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in
VB.NET too
<URL:http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp>

Introducing the Visual Basic .NET Power Pack
<URL:http://msdn.microsoft.com/library/library/en-us/dv_vstechart/html/vbpow
erpack.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top