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...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.