cGetFile() and Readonly checkbox
Posted: Wed Feb 01, 2006 7:33 pm
I propose to give a default parameter (probably 2060) to nFlags parameter of the function cGetFile() so that it doesn't show Open readonly checkbox anymore:
DWORD dwFlags = IF( PCOUNT() > 6 && ISNUM( 7 ), _parnl( 7 ), 2060 );
Do you agree?
EMG
DWORD dwFlags = IF( PCOUNT() > 6 && ISNUM( 7 ), _parnl( 7 ), 2060 );
Do you agree?
EMG