1

hi I am developing a application in which i want to show pop up and loading image . for this i need to use jquery can it possible to run these script in .net window application form as iam not using asp .net .

1
  • technically, you can run Javascript in the application using JScript.NET, but jquery wouldn't have any chance of working as you want it to. Commented Aug 1, 2009 at 7:35

2 Answers 2

2

You can add in an internet browser control onto your windows form and load/run the javascript within the browser control.

Sign up to request clarification or add additional context in comments.

Comments

1

It's not possible. You must open a popups in windows applications byc creating new form instances.

new PopupForm().Show();

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.