Windows form open
How to open a windows forms without button click using windows service in c#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gokhul VarmanPosted Aug 9, 2017, 4:35 PM
Amit GuptaPosted Jul 8, 2017, 10:36 AM
Sujay AnandPosted Jul 8, 2017, 1:23 AM
Sivasankar GorantlaPosted Jul 6, 2017, 7:55 AM
Hi,
The best solution to your problem, as you've probably figured out by now, is to create a standard Windows application instead of a service. These are designed to be run by a particular user and are associated with that user's desktop. This way, you can run additional applications whenever you want.
Sujay AnandPosted Jul 5, 2017, 4:27 AM