Reg:Output from Exe Method call
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I want to call an exe from my .net application using form's Showdialog() method.The control is moving to the caller successfully. but while closing that application i want to get the the result of database operation [The Result is like 1 for success and any other string for failure]. How can i achieve? thanks in advance Sri