This commit is contained in:
Developer01
2025-12-23 12:51:12 +01:00
parent a61657c019
commit 4310cd79b7
20 changed files with 542 additions and 209 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)