コントロールライブラリと2つのユーザーコントロールを作成しました。
userControl_1 contains a Panel and an ImageList that I have "loaded" with
images in design time.
userControl_2 contains a PictureBox
userControl_1をWindowsフォームに配置しました。userControl_2は、userControl_1のパネル領域に配置されます。
目標は、imageListから画像を選択し、次のようにpictureBoxで表示することです。
nameOfPictureBox.Image = nameOfList.Image[number]
しかし、私はそれを機能させません。ユーザーコントロール間の通信方法がわかりませんか?上記のコードはuserControl_1内にあるべきだと思いますか?しかし、userControl_1.csクラスファイルまたはuserControl_1.Designer.csファイル内のどこにコードを配置しますか?
いくつかの助けを正確に!ありがとう!