how do i use commondialog in VB6 for the openfiledialog() function?
I tried to program it as below, but didnt work.
Dim openFile As New Commondialog
commondialog.showopen()
but I do not get commondialog class from IDE and get a syntax error at the Dim openfile…. line
-TIA
Mparam