-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
  • 127
  • 1
  • 1
  • 9

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,912
  • 18
  • 32