G'day all, Im working on my sdd VB6 project. I need to open a text file in my program but I don't know the coding of it.
I've tried:
Open App.Path & "C:\ReadMe.txt" For Input As #1
Open “C:\ReadMe.txt” For Output As #1
Open “C:\ReadMe.txt”
Load “C:\ReadMe.txt”
But none of them works
Also I need to print the objects on the frame, i've tried the following codes:
Printer.Print frmYear12T.Frame1
Printer.Print frmYear12T.Fram1.Appearence
Printer.Print frmYear12T.Frame1.Visible
Printer.Print frmYear12T.Frame1.Container
But again none of them works
Can someone please help me of the coding? Thanks in advance.
Trent
I've tried:
Open App.Path & "C:\ReadMe.txt" For Input As #1
Open “C:\ReadMe.txt” For Output As #1
Open “C:\ReadMe.txt”
Load “C:\ReadMe.txt”
But none of them works
Also I need to print the objects on the frame, i've tried the following codes:
Printer.Print frmYear12T.Frame1
Printer.Print frmYear12T.Fram1.Appearence
Printer.Print frmYear12T.Frame1.Visible
Printer.Print frmYear12T.Frame1.Container
But again none of them works
Can someone please help me of the coding? Thanks in advance.
Trent