Dear all,
Please Help me, Which Flage is used to hide Make New Folder Option in cGetDir() Dialog Box.
Thank you
Sanil
cGetDir Flags
- Antonio Linares
- Site Admin
- Posts: 42511
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Sanil,
You have to use:
#define BIF_NONEWFOLDERBUTTON 0x0200
but there is a bug in cGetDir() to fix in this code:
It should be:
We can send you the modified OBJ if you want to
You have to use:
#define BIF_NONEWFOLDERBUTTON 0x0200
but there is a bug in cGetDir() to fix in this code:
Code: Select all | Expand
if ( ISNUM( 5 ) )
lpbi.ulFlags = _parl( 5 ) ;
It should be:
Code: Select all | Expand
if ( ISNUM( 5 ) )
lpbi.ulFlags = _parnl( 5 ) ;
We can send you the modified OBJ if you want to
Antonio Linares wrote:Sanil,
We can send you the modified OBJ if you want to
Dear Antonio Linares,
Thank you, I have changed the source and set the Flag as you said and its work fine.
Can you please send me the modified OBJ
My email address sanilpmc@gmail.com
Thank You
Sanil
- Antonio Linares
- Site Admin
- Posts: 42511
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact: