|
|
|
Ever wondered why ceSHBrowseForFolder doesn't exist for windows mobile devices ?
This is now fixed with wmSHBrowseForFolder! A simple static library that will let the user browse and select a folder on the windows mobile device. You can even customise the icons.
A little call and you're all set:
KwmBrowseForFolder kc ;
WCHAR selected[MAX_PATH] ;
if ( kc.show( L"Select a Folder..." ,selected , MAX_PATH) == true )
{
MessageBoxW( 0 , resultFolder ,0,0 ) ;
}
else
{
MessageBox( 0 ,"the dialog was cancelled by the user" ,0,0 ) ;
}
|
Buy wmSHBrowseForFolder - $9.95
Buy wmSHBrowseForFolder with source code - $49.00
( source code has been produced under Metrowerks Codewarrior and is functional under Visual C++)
.Free Updates.
© 2003-2006, Phelios, inc. - All rights reserved.
Trademarks mentioned are the property of their respective owners.
|
|