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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -