09-26-2023
08:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-26-2023
08:29 AM
Can I set a document object to a file with a file path?
Dim Path As String = "C:\Vault\Drawings\" Dim DrwStr As String = "0002289721.idw" Dim oDrawDoc As DrawingDocument = System.IO.File(Path & DrwStr)
Solved! Go to Solution.