K
Keith G Hicks
I figured this would be simple but I have a problem. The code below runs
fine from the debugger but when I run the exe I get an entry point error:
"The procedure entry point RtlDuplicateUnicodeString could not be located
inthe dymanic link library ntdll.dll."
Dim fbd As New FolderBrowserDialog
fbd.ShowDialog()
This is the only code in the click event of a button. I just need to let the
user choose a folder in which to save a file. The file is already named by
my code so I'm not asking the user for a file name, just a location to save
it in.
TIA,
Keith
fine from the debugger but when I run the exe I get an entry point error:
"The procedure entry point RtlDuplicateUnicodeString could not be located
inthe dymanic link library ntdll.dll."
Dim fbd As New FolderBrowserDialog
fbd.ShowDialog()
This is the only code in the click event of a button. I just need to let the
user choose a folder in which to save a file. The file is already named by
my code so I'm not asking the user for a file name, just a location to save
it in.
TIA,
Keith