Client-Side Controls in Microsoft Internet Explorer and Jay Allen

  • Thread starter Thread starter Q
  • Start date Start date
Q

Q

DHTML and .NET
Host Secure, Lightweight Client-Side Controls in Microsoft Internet Explorer

Can you confirm that the UserCtrl.exe specified in your Jan 2002 article in
MSDN works properly in the release version of .NET version 1.0.3300.0?


Jay Allen posted this article on MS site
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx

and no one seems to be ablt to get it to work.
can you help us out jay?

I just get a broken image link or a text box that i cant do anything with
 
I've gotten a trivial control to work with no problems, though I wasn't
working from the article you mention. I took a quick look at this article,
and it looks like it's all about the painful details -- maybe not the best
place to start. I'd rather start with a quick how-to that gets something up
and running, and *then* maybe I'll be interested in some of the more painful
details.

Try starting with this article (I've only skimmed it, but it looks decent):
http://windowsforms.net/articles/iesourcing.aspx
If you're running the 1.1 Framework, then skip part 4 (Configure Code Access
Permissions) -- this step may have been necessary for 1.0 but shouldn't be
for 1.1, unless your control needs to do something like read the user's
local filesystem.
 
Back
Top