Filtering Windows and Processes |
Top Previous Next |
Continuing with the previous example, let's add code to the radio buttons placed on the form. They will allow us to choose to publish the entire desktop or just the application process windows.
Add a handler to radiobutton CheckedChanged event:
Now compile and run the project and try selecting "This Application". On the Web Browser page you should see just the application window.
|