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.
WinAPI の AllocConsole 関数を使用して、コンソールを winforms に接続します。
Declare Function AllocConsole Lib "kernel32.dll" () As Boolean
そのウィンドウのサイズを変更したいのですが、できないようです。これを試しました:
Console.writeline("mode con cols=150 lines=60")