Home > Net >  C # call DLL by a third party, how to shut down
C # call DLL by a third party, how to shut down

Time:12-12

C # call c + + DLL, pops up a window after the call, only the manual point X to close the window, how to terminate the run?

CodePudding user response:

1. Provide the end was running interface.
2. Use the win32 API, encapsulates a method to close the window.

CodePudding user response:

Check the window handle, close call system method,
  •  Tags:  
  • C#
  • Related