Re: Select & Create folders dialog
- Posted by Sergio Gelli <sergelli at uol.com.br> Jul 04, 2006
- 607 views
Antonio Alessi wrote: > > Sergio Gelli wrote: > > Exist a DIALOG FLAGS to use with the selectDirectory() to > > create a new folder too ? > > Sérgio Gelli. > > Yes Sérgio, > > there is BIF_USENEWUI: > > TargetDir = ( selectDirectory( "Select a local Folder\n", > {BIF_BROWSEINCLUDEURLS, > BIF_USENEWUI, BIF_VALIDATE}, routine_id( "callback"), 0)) > > antonio Thanks Antonio, your instruction works fine, I am grateful. I try find this FLAGS in WIN32LIB.EW docs and anothers like this but I failed, don't found nothing. Where I can find intructions about that and others? Sérgio Gelli - Brasil