Hi All,
I have made user control in (C#.NET - Windows Control Library) which will create dll file as output.Now, I want to load this dll(user control) in browser. So, is it possible to load dll in browser ?
For solving above problem,I made a "VC++.NET - ActiveX" and in existing item i add above "C#.NET - Windows Control Library" whole project. Then i set "C#.NET - Windows Control Library" as startup project. So, i got ocx file.
Then i register this ocx and try to load this activex on browser but we are not getting success. So, please help me for finding solution.