Hi there,
First let me define the problem: I have a .NET application, which is a
fairly big one. There are parts of it that I'd like to expose through
a scripting solution so that 3rd parties can extend the functionality.
However, I also have to find a way to allow them to build their own
GUIS....
more >>
I decided to try writing a scripting engine in C#. I've written some
code, put in the annotations for ComInterop, added the regsitry
settings and it *almost* works. CScript, WScript, and IE can all find
the script engine and call the first few methods correctly. It is
clear that they are corr...
more >>
i have a html page and i need to capture the onunload event on safari and
opera browsers. i have written code for it and is working only for internet
explorer and firefox.
Any suggestions ! ?
Thanks...
more >>