thanks passi i will take a closer look at that code and try a few things out
for the moment i have got it to work via a button click using this code i added to the examine button
this will load the selected file direct into the Text Viewer window... thats working fine
but ony works in the current directory... i still need to grab the path of the full file path from the ListView window... so am working on the ColumnHeader selection subitem to get the full path added....
CODE
Private Sub Command5_Click()
On Error Resume Next
RTB1.LoadFile Text2.Text + Lstview1.selecteditem.Text
On Error GoTo 0
End Sub
get back to you.... cheers