Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView - header's icon alignment
Message
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:
01045413
Views:
40
Thanks for your compliments :-)

>Herman,
>
>:yes: perfecto...
>
>MartinJ
>
>>Hi Martin,
>>
>>My apoligies for what's happening. I just noticed that. I have uploaded the latest one (ver 0.6.21.14).
>>
>>So to everyone that has been download it, please re-download it.
>>
>>Again, my apology to everyone :-(
>>
>>Oh Btw, yes I disabled some controls to prevent folder selection. But if the folder prevention flags is not use then all controls is behave as usual.
>>
>>Regards
>>
>>>Hi Herman,
>>>
>>>Did you only disable controls on dialog?
>>>
>>>For Naomi:
>>>
>>>#DEFINE HTCDF_NOSELECTDIR 0x80000000
>>>#define OFN_EXPLORER      0x00080000     // new look commdlg
>>>
>>>Declare String CD_GetFile in E:\INT\vfp\HTWindow\HTWindow.dll ;
>>>	String cStartDir, String cStrFilter, Long hWndParent, ;
>>>	Long nPosition, Long nX, Long nY, ;
>>>	Long uFlags, Long uFlagsEx
>>>?CD_GetFile("c:temp\","",0,0,0,0,0,HTCDF_NOSELECTDIR)
>>>
>>>
>>>To Herman:
>>>If I tried call with uFlags=OFN_EXPLORER then:
>>>- first calling don't show dialog
>>>- second calling close the vfp window
>>>
>>>?CD_GetFile("c:temp\","",0,0,0,0,OFN_EXPLORER,HTCDF_NOSELECTDIR)
>>>
>>>
>>>MartinJ
>>>
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform