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 プロジェクト (main.exe) があり、追加の .exe アプリケーションを内部リソースとして含めています。今、私は余分な.exeを別のプロセスとして実行したくありませんが、それをmain.exeのプロセスにアタッチしたいので、全体で2つではなく1つのプロセスしかありません.
これはなんとかできますか?
ありがとう
解決策は、additional.exe を .dll としてコンパイルし、VB.NET で使用することです。