複数のExcel 2016文書で1つのCustomTaskPaneに問題があります。私はWinFormユーザーコントロールで作業ペインを作成して表示します Dim cll As cMyControl = New cMyControl
Private Sub ThisAddIn_Startup() Handles Me.Startup
CustomTaskPanes.Add(cll,
以下のコードを使用してOutlook用VB.Netでカスタム作業ウィンドウを作成しました。ヘッダーに画像とボタンを追加します)のタイトルの代わりにユーザーコントロールの。私はこれを達成する方法はありますか? myUserControl1 = New OutlookTaskPane
myUserControl1.TabStop = True
Dim width As Inte