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.
Visual Basic.NETで、OpenFileDialogコントロールを介してファイルを参照する場合、OpenDialogで画像が選択されているときに画像のプレビューを表示することはできますか?
OpenFileDialog は、ダイアログに組み込まれた高レベルです。プレビュー イメージ オプションは存在しません。必要な場合は、別の DialogBox を開発する必要があります。