Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Commonmark migration
Source Link

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

added 277 characters in body
Source Link
Akos Lukacs
  • 2k
  • 1
  • 17
  • 22

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

What do you want to achieve? Run generic javascript code, or you must run your JS in IE?

If you only need to run javascript, try a JS engine, for example Google's V8. Some releated questions:

If you need to run the code in IE, that would be more tricky...

Edit: also there are multiple JS unit test runner frameworks, if that's what you are looking for. Or maybe they can be good to get some ideas.

###Edit:

Then you can use the winforms WebBrowser control. Check out these on how to execute JS code in a WebBrowser control from C#:

Source Link
Akos Lukacs
  • 2k
  • 1
  • 17
  • 22
Loading