LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapper for GetOpenFileName() in comdlg32.dll

I need to call the API function because LabVIEW's file dialog does some funny things that can be avoided by setting the flags from the API call. However, I have not been successful in writing a wrapper for the .dll in MSVC. Even worse, I have not been successful using the API function directly from MSVC either. Has anyone done this or has some sample code?
0 Kudos
Message 1 of 2
(3,262 Views)
Take a look this:

http://www.geocities.com/gzou999/Guide/UsersGuide.htm



Faraclas wrote:
> I need to call the API function because LabVIEW's file dialog does
> some funny things that can be avoided by setting the flags from the
> API call. However, I have not been successful in writing a wrapper
> for the .dll in MSVC. Even worse, I have not been successful using
> the API function directly from MSVC either. Has anyone done this or
> has some sample code?
0 Kudos
Message 2 of 2
(3,262 Views)