Handling Tempfiles und References

This commit is contained in:
Developer01
2025-09-16 14:22:08 +02:00
parent 7748f8a9af
commit 59aed06099
6 changed files with 16 additions and 8 deletions

View File

@@ -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)