I have a basic console window. It is blank and all my program does is run though sockets to a host computer. How do I make the black console window not visible?
I'm using Delphi 2007.
A Lombardo
Remove
{$APPTYPE CONSOLE}
from the source code...
来源:https://stackoverflow.com/questions/13042036/how-do-i-hide-the-console-window