Hi
Why the following code crashs :
Thanks for advance.
Sybaris
Why the following code crashs :
using (var engine = new Microsoft.ClearScript.Windows.JScriptEngine())
{
engine.Execute("alert('hello world')");
}
Is there is a way to display messagebox like alert call ?Thanks for advance.
Sybaris