Hi, im making a program and i need to make an empty text file on load. Any ideas?
VB Code: Private Sub Form_Load() Open [i]filename[/i] For Output As #1: Close #1 End Sub
Private Sub Form_Load() Open [i]filename[/i] For Output As #1: Close #1 End Sub
Take a moment to rate useful posts VB6 CodeBank: Glass Form & Tracing App , MouseWheel with Any Control , Form Previewer Utility VB6 Snippets: RTB: Disable Smooth Scrolling , Form: Left & Right Justified Text in TitleBar , ListBox: As-You-Type Filtering (fast) , MSFlexGrid: Non-Adjacent Col/Row Selection , IsProcessRunning: PSAPI / WMI , PictureBox: Frame Look-A-Like , Open Folder in a Particular View , Form: Always on Bottom VBA Snippet: Generic Mouseover Workaround
that was simple enough.
Forum Rules