Click here to Skip to main content
16,022,538 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi,

I am an English teacher and also very interested in .net development. When I first took TOEFL iBT, test I got interested in the way they administer the test.

The whole story is, when you log onto your account on ETS website, you are given a link to start the test. When you click on that link, a warning comes up saying that some application is going to start. I suppose it is a win application. This win application takes up the whoel screen and disables the shortcut keys to prevent any cheating possibility during the test. This application has also audio playing and recording capabilities.

My question is, how can I create a similar application like this? I have already developed a win application which performs all the necessary tasks. However, I don't know how to execute this program through a link on the website and pass some values like the username and password to the win application from the webform.

I would really appreciate it if you could help me out.

Many, Many thanks in advance.
Posted
Updated 16-May-12 19:30pm
v3

1 solution

You could consider using ClickOnce deployment and set it to be available only from Online. All you'd do is..:

In Visual Studio, click on Project and then click on Your Application's Name Properties. Then click on the 'Publish' tab on the side and set up ClickOnce using the Publish Wizard (or not, whatever you prefer).

All you'd do now is link to the setup.exe or the .application file to run your program.

Did this help you?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900