-1

I have an online ClickOnce application that launches from a web page. After the application is closed, I would like the user to return information to the page. Is this possible?

I haven't found anything online. Any tips? Something that could lead me in the right direct.

user173092
  • 97
  • 1
  • 7

1 Answers1

1

Can you just put an an action in the application's FormClose event? If you know the application is only run from the ClickOnce webpage you could simply launch a web page on the application's FormClose event.

Launch on Form Close

Open a URL from Windows Forms

Jason Geiger
  • 1,696
  • 17
  • 27