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.
vb.net でワードパッドを接続する方法はありますか? つまり、私のシステムでは、ユーザーがワードパッド (vb.net 内) を使用してテキストを変更できるようにしたいと考えています。ユーザーは、フォント フェイス、サイズ、方向の変更などを選択できます。プレーン。ありがとう!
プログラムから単純にシェルしてワードパッドを使用することができます
shell("C:\Program Files\Windows NT\Accessories\wordpad.exe")