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>
 

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

Similar Threads

Create IE Toolbar 3
IE toolbar show/hide 1
32-bits PNGs with Alpha channel on Toolbar? 1
How to start? 2
Toolbars for 2007 2
Windows Forms Application Desktop Toolbar 1
ToolBar and Extensions 7
IE Toolbars 6

Back
Top