Windows Forms in a WebForm

  • Thread starter Thread starter Jason Walraven
  • Start date Start date
J

Jason Walraven

Has anyone been able to get a WinForm to work embedded in a Web form yet?
I've tried a sample, and even created my own test, from one of the rare
articles from MSDN, but they do not work, not even the sample from the
article works. If anyone wants to check out the sample code and article,
here is the URL: http://msdn.microsoft.com/msdnmag/issues/02/01/userctrl/.


Thanks,
Jason Walraven
 
Hi,

Yes I successfully embedded two user controls in web applications,
including firing events to IE. Basically it's very close to smart
clients, we just download DLL instead of EXE. Those two articles help
me:

KB - 313891 - http://support.microsoft.com/?kbid=313891

and

Chris Sells Security and versioning models in the windows forms engine
help you create and deploy smart clients. -
http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/default.a
spx.


Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top