views:

9

answers:

1

Is there any way to create IE ToolBar using SilverLight only (i.e. without using VC++/ATL). like Bing bar Tool bar from microsoft.

thanks in advance

+1  A: 

There is no way to build components loaded into the toolbar using Silverlight. You can't use Silverlight to build libraries that are load into other processes.

AnthonyWJones