Hello,
I'm trying to know how to save a content of a TextField to a File, like a .txt, using a Common Dialog, only a command dialog in Visual Basic 6, i need this using a only a common dialog, because i'm trying to do the same aplication in eVB, and eVB does not support this methods:
Dim objFSO As New Scripting.FileSystemObject
Dim objStream As Scripting.TextStream
Please help me, i'm needing this so much! Thanks.