Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的なコンソール ウィンドウがあります。それは空白で、私のプログラムはすべて、ソケットを介してホストコンピューターに実行されます。黒いコンソール ウィンドウを非表示にするにはどうすればよいですか?
Delphi 2007 を使用しています。
削除する
{$APPTYPE CONSOLE}
ソースコードから...