wxwidgets - wxExecute without a terminal window pop up -


I'm trying to use wxExecute like this: wxExecute ("taskkill / f / im aSServer.exe") ;

And I do not intend to see the terminal window that pops up (window). Is there a way to do that?

The way you did the link on the wiki page is the standard way of doing this, but if you actually If you can not stand it in, then you should do the following:

  wxProcess process; WxExecute ("Taskscill / F / IMServer.exe", wxEXEC_ASYNC, and process);  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -