Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


create a file

 

 Creates a file called test1.txt and writes some text into it.

Private Sub Form_Load()

Open "f:\Test1.txt" For Output As #1
Write #1, "This is some sample text"
Write #1, "Programmershelp.co.uk"
Close #1

End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Usable Screen percentage(Javascript)
scroll to bottom of text box(VB)
Hyperlink control example in ASP.net(ASP.net)
change drive name(VB)
A to Z links(PHP)
Alert box on page loading(Javascript)
border styles(CSS)
display properties using the WMI(C Sharp)

    




Copyright © 2003 by programmershelp.co.uk