1

In Visual Basic.NET, when browsing to a file via the OpenFileDialog control, is it possible to display a preview of an image when an image is selected in the OpenDialog?

Mat
  • 202,337
  • 40
  • 393
  • 406
Garry
  • 1,251
  • 9
  • 25
  • 45

1 Answers1

0

The OpenFileDialog is a high level built in Dialog. The previw impage option doesn't exist. If you want it, you must develope another DialogBox.

Niranjan Singh
  • 18,017
  • 2
  • 42
  • 75
Stephane Halimi
  • 408
  • 3
  • 5