Let’s say I have a windows service called “MyService” and an executable called “MyEXE” located on several computers on my network. Is it possible (from within “MyService”) to start several instances of “MyEXE” on a different/same computer, have it do some task and return a true/false result to a callback method in “MyService”? Something like […]
Category: c++
DataTable.RejectChanges() and refreshing form textbox controls
I’m working on a framework understanding in C#. I have a form with simple add/edit, save/cancel (and Exit) buttons on a form. The form has a grid, and a datatable bound to it (data table is a field on the form for scope purposes to remain for duration of the form). Also on the form […]