Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView - header's icon alignment
Message
From
01/09/2005 15:12:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01045162
Message ID:
01045959
Views:
56
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks a million again. Sorry for not answering earlier, I didn't notice I have more replies.

No problem :)

Btw, maybe you get confused cos I can't explained it properly. So look at this sample:
** This will allow user to select multiple files and the dialog behaves as usual (normal)
** User can select/change directory
CD_GetMultiFiles( 'C:\', Null, 0, 0, 0,0, ;
   OFN_ALLOWMULTISELECT,0, 'Multi select file', '&Select' )

*** This will allow user to select multiple files
*** and also limiting (preventing) to select/change directory
CD_GetMultiFiles( 'C:\', Null, 0, 0, 0,0, ;
   OFN_ALLOWMULTISELECT, HTCDF_NOSELECTDIR, 'Multi select file', '&Select' )
Herman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform