If you make the event handlers in the Windows form public, you can call
them manually from client-side script functions.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> Hi,
> I'm hosting a .net windows form in a browser.
[quoted text clipped - 6 lines]
> Thanks,
> Toby.
Toby - 20 Jan 2007 08:39 GMT
Thanks Bryan.
But this is not an acceptable solution for me.
The form contains a toolbar with shortcut keys and it doesn't make
sense that my script (or any new script that hosts my control for that
matter) will have to know these shortcut keys and their handlers.
I'm sure i'm missing something here - there must be a 'right' way to do
that, no?
Toby.