cd.filename

  1. deepak.krishnan

    A small problem while using Common dialog in VB 6

    Hello friends This is the code given in MDI form: Private Sub mnuopen_Click() cd.Filter = "AllFiles|*.txt" FileName = cd.FileName cd.ShowOpen frmmain.Caption = cd.FileName End Sub The problem is that when I select a file in the open dialog box and try to open it does not display...
Top Bottom