"My" WebBrowserControl for the .NET Framework 1.1 has been updated. A few bugs were fixed and a few changes were made to the API (still thinking of a .NET 2.0 version). I managed to solve all the problems with the design time but, unfortunately, the PropertyGrid throws an exception when the...
Sometimes I need to store data scoped by some context and isolated from the other scopes. If I'm building a library that is to be used in both Windows client and Web server enviroments, I have different isolation/scope needs: for a Web server environment, the scope is the current HTTP context; for a...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
01-15-2007
Filed under: .NET, Architecture, WinForms, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web
Finally, I published "my" WebBrowserControl for the .NET Framework 1.1 . I wanted to do a nice article on the buts, hows and whys, but never got the time for it. And since .NET 3.0 is knocking on our door, pretty soon no one will care about .NET 1.1 stuff. I've already done some work to port it to .NET...