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.
Outlook のアドインを作成しています。私は自分の要件に固執しています...リボンのカスタムボタンをクリックして入力値を入力するためのポップアップを開く方法。
つまり、Outlook UI でフォームを開く方法
簡単な質問でした..
私はvbフォームを開くことができます..
NativeAddIn::ApplicationConfiguration ^appConfigurationform = gcnew NativeAddIn::ApplicationConfiguration(); appConfigurationform->ShowDialog();