12-16-2005 08:26 AM
12-16-2005 10:57 AM
12-16-2005 11:12 AM - edited 12-16-2005 11:12 AM
Message Edited by altenbach on 12-16-2005 09:13 AM
12-16-2005 11:35 AM
@altenbach wrote:
Chaos, do you think there is a way to make the dialog resizeable? How about the enhanced version (W2k, XP?) that allows you to create a new folder?
12-16-2005 01:48 PM
12-16-2005 02:01 PM - edited 12-16-2005 02:01 PM
Message Edited by altenbach on 12-16-2005 12:01 PM
12-16-2005 04:16 PM
12-18-2005 02:18 AM
It looks like you don't need to write assembler code - you can use the built-in windows function.
This is a VI I found recently (I can't remember where) which does this. If you use 64 in the uFlags argument, you will get the dialog box that Altenbach wants. I've also included links to the structure's page on the MSDN and to the header file. If anyone wants to write a VI with a cluster with boolean inputs for all those options, it would be nice (remember that such options need to be ORed, or perhaps in this case, can be used with a boolean array to convert directly to a number).
12-15-2006 01:10 PM
12-16-2006 02:45 PM