Catch events in javascript from vb.NET Windows Form
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have code working (in VB.Net 2.0, VS2005) to create a windows form control (Windows Control Library), then host that control on a web page (in IE7).:) I found a couple of online tutorials for doing this here: http://support.microsoft.com/default.aspx?scid=kb;en-us;305624 and here http://msdn.microsoft.com/library/default.asp?url=/msdnmag/issues/02/01/UserCtrl/TOC.asp">http://support.microsoft.com/default.aspx?scid=kb;en-us;305624 However, both of these articles stop short of telling how to get the Javascript on the web-page to respond to events from the Windows Form control! The second one shows how to do it in C#/C++, but not in VB.Net.:(( Anyone know if it's possible? And if so, How? TIA, Owen