Sign In
Andrew's Blog
Random musings in code
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Control in Browser
Archive
Archives
February 2006
(3)
January 2006
(3)
January 2005
(1)
December 2004
(2)
January, 2006
MSDN Blogs
>
Andrew's Blog
>
January, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew's Blog
Exposing Events from managed controls
Posted
over 6 years ago
by
MSDNArchive
3
Comments
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...
Andrew's Blog
Properties and Methods
Posted
over 6 years ago
by
MSDNArchive
0
Comments
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...
Andrew's Blog
Windows Forms Control In Browser scenario (introduction)
Posted
over 6 years ago
by
MSDNArchive
4
Comments
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...
Page 1 of 1 (3 items)