Files


Each section of code below can be highlighted, copied, and pasted into VB

It should work!
Image of Form
Option Explicit

Private Sub dirDrive_Change() End Sub

Private Sub drvMyC_Change() End Sub

Private Sub filDirect_Click()
'next line will read in default directory only ,otherwise an error

'rtfFile.LoadFile filDirect.FileName

'next line will read from any directory
'filDirect.Path holds the Dive and Directory
'need a "\" to separate directory from Filename
'fileDirect.Filename holds the filename to be dispalyed
'raw display -> tries to diaplay in ASCII format no matter what the
'files is!!

End Sub