Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView - header's icon alignment
Message
From
02/09/2005 05:38:43
 
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:
01046127
Views:
45
Hi Martin,

Thanks for your wrapper. However it's the source code instead of the FLL. Do you mean that to open source <g> ? Also, I want to test this right away, so how to call the GetFileEx? What should I pass for the object. I don't want to trace your code for just a call :) <bg>


>Hi Herman,
>
>You can check my wrapper for GetOpenFileName() and GetSaveFileName(). It's FLL, but...
>
>MartinJ
>
>>>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