Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView - header's icon alignment
Message
De
01/09/2005 15:12:39
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01045162
Message ID:
01045959
Vues:
53
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform