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

    


opens a specified file in notepad

 

 'opens a specified file in notepad

Private Sub Command1_Click()

Dim FileName As String
Dim Application As String

FileName = "f:\test.txt"
Application = "Notepad.exe"
Shell Application & " " & FileName, vbNormalFocus

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
Simple metatag generator(PHP)
Beep(VB)
The time(VBScript)
start windows calculator(Powershell)
total no of colors(VB)
remove from taskbar(VB)
Processor info(VB)
total amount of function keys(VB)

    




Copyright © 2003 by programmershelp.co.uk