Welcome to MSDN Blogs Sign in | Join | Help

January 2006 - Posts

Exposing Events from managed controls

Earlier we talked about adding properties and methods to a managed control so that the page hosting the control can interact directly with the managed control programmatically. This time we will add events which is a little bit more difficult. To really
Posted by AndrewDownum | 3 Comments
Filed under:

Properties and Methods

Now that we have a simple control hosted in the WebBrowser, it would be nice to be able to interact with it from the page. Using JavaScript, we can call methods on the managed control, and also get/set properties (which are essentially just method calls
Posted by AndrewDownum | 0 Comments
Filed under:

Windows Forms Control In Browser scenario (introduction)

Recently I have been hearing from more and more people who are embedding Windows Forms controls into webpages and I thought that I would put together a series of blog posts on this technique. Since the original release of .NET Windows Forms has supported
Posted by AndrewDownum | 4 Comments
Filed under:
 
Page view tracker