IE toolbars and alerts

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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>
 
Back
Top