Vb Net .formats.open
Dim btApp As BarTender.Application
Dim btFormat As BarTender.Format
Dim btObject As BarTender.DesignObject
btApp = New BarTender.Application
btApp.Visible = True
btFormat = btApp.Formats.Open("C:\Users\dehlers\Documents\BarTender\LLP_PBN_DEHLS_6x9.btw", False, "")
good day all!
When attempting to open a *.btw file on bartender from vb.net, I get error #3300, file not found
I specify the *.btw's directory location, yet bartender insist on looking in '\Windows\System32\' for the file
I simply want bartender to open a *.btw file from the location I specified in my vb.net code
Any suggestions?
0
-
The code looks fine, I have no suggestions on how to make it more correct. Perhaps the account the app is running under doesn't have permission over the file/folder specified...
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar