Handling Tempfiles und References
This commit is contained in:
@@ -12,6 +12,7 @@ Public Class frmDocView
|
||||
If OpenFileDialog1.ShowDialog() = DialogResult.OK Then
|
||||
txtfilepath.Text = OpenFileDialog1.FileName
|
||||
MyDocumentViewer.LoadFile(txtfilepath.Text)
|
||||
txtfilepath.Text = ""
|
||||
End If
|
||||
Else
|
||||
MyDocumentViewer.LoadFile(txtfilepath.Text)
|
||||
|
||||
Reference in New Issue
Block a user