I have on "open" dialog like this:
I am trying to have the the file selected show up in Image1.... Please help. Thanks in advanceVB Code:
On Error GoTo ErrHandler CommonDialog1.Filter = "JPG (*.jpg)|*.jpg" CommonDialog1.FilterIndex = 2 CommonDialog1.ShowOpen Exit Sub ErrHandler: Exit Sub




Reply With Quote