Adding buttons to IE toolbar
hi all,
i have been scanning msdn site , found information on how add button ie toolbar. (please read http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp)
the problem have application that, when press button, should collect current url , display popup dialog. application written in c# , guess need "com object solution", found in the url above, to url into application.
is there way to use .net, ie c# solution, simulate or display com interface?
many in advance,
best regards
joca
i have been scanning msdn site , found information on how add button ie toolbar. (please read http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp)
the problem have application that, when press button, should collect current url , display popup dialog. application written in c# , guess need "com object solution", found in the url above, to url into application.
is there way to use .net, ie c# solution, simulate or display com interface?
many in advance,
best regards
joca
yes possible, requires lot of interop. recommend reading can com interop in sdk. need find interface in idl file, , re-write managed code.
Archived Forums V > Visual C# Language
Comments
Post a Comment