Thanks to Jacques and Mike for solving this query of mine. I guess I'm not an expert in using Google, yet, but I'm improving.
Jacques wrote: ... I was not able to find one of them on the ApiViewer2003 (http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html) that is my usual source of information or on > (http://www.mvps.org/vbnet/index.html ) that is my alternate source ... Mike wrote: Have a look at following link. You should find the definitions there: http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&newwindow =1&threadm=ahrs3r%24up4tj%241%40ID-97861.news.dfncis.de&rnum=1&prev=/groups% 3Fnum%3D30%26hl%3Den%26lr%3Dlang_en%26ie%3DUTF-8%26oe%3DUTF-8%26newwindow%3D 1%26q%3DBIF_BROWSEFORCOMPUTER%2BBIF_BROWSEINCLUDEFILES%2BBIF_BROWSEINCLUDEUR LS%2509BIF_EDITBOX%2BBIF_NEWDIALOGSTYLE%2B%2509BIF_NONEWFOLDERBUTTON%2509BIF _RETURNONLYFSDIRS%2BBIF_VALIDATE%2B%26btnG%3DGoogle%2BSearch The one Jaques didn't find was found using Mikes link: #define BIF_NONEWFOLDERBUTTON 0x0200 // Do not add the "New Folder" Thanks again and have a nice weekend (here in Denmark it 15.20 so I'll call it a day ) Peter Horsb�ll M�ller GIS Developer Geographical Information & IT COWI A/S Rug�rdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI GIS konference afvikles i dagene d. 2.-3. september. Se yderligere oplysninger p� www.cowi.dk/Div04/Profiles/nyheder.asp > -----Original Message----- > From: Jacques Paris [mailto:[EMAIL PROTECTED] > Sent: Friday, August 01, 2003 3:02 PM > To: Peter Horsb�ll M�ller > Subject: RE: MI-L SHBrowseForFolder and the BROWSEINFO > > > Peter, > > I was not able to find one of them on the ApiViewer2003 > (http://www.activevb.de/rubriken/apiviewer/index-apiviewereng. html) that is my usual source of information or on > (http://www.mvps.org/vbnet/index.html ) that is my alternate source > > * BIF_BROWSEFORCOMPUTER Const BIF_BROWSEFORCOMPUTER = &H1000 > * BIF_BROWSEINCLUDEFILES Const > BIF_BROWSEINCLUDEFILES = &H4000 > * BIF_BROWSEINCLUDEURLS Const > BIF_BROWSEINCLUDEURLS = &H80 > * BIF_EDITBOX Const BIF_EDITBOX = &H10 > * BIF_NEWDIALOGSTYLE Const BIF_NEWDIALOGSTYLE = &H40 > * BIF_NONEWFOLDERBUTTON > * BIF_RETURNONLYFSDIRS Const BIF_RETURNONLYFSDIRS = &H1 > * BIF_VALIDATE Const BIF_VALIDATE = &H20 > > Good luck > > Jacques Paris > e-mail [EMAIL PROTECTED] > MapBasic-MapInfo support http://www.paris-pc-gis.com > > -----Original Message----- > From: Peter Horsb�ll M�ller [mailto:[EMAIL PROTECTED] > Sent: 1-Aug-03 06:42 > To: [EMAIL PROTECTED] > Subject: MI-L SHBrowseForFolder and the BROWSEINFO > > Hi, > > I'm tryong to improve the way I use the SHBrowseForFolder > API-function and i'm therefor looking for the declaration of > certain constant used by the BROWSEINFO structure. > > The constants I'm looking for are these: > > TIA, > > Peter Horsb�ll M�ller > GIS Developer > Geographical Information & IT > > COWI A/S > Rug�rdsvej 55 > DK-5000 Odense > Denmark > > Tel +45 6313 5013 > Direct +45 6313 5008 > Mob +45 5156 1045 > Fax +45 6313 5090 > E-mail [EMAIL PROTECTED] > http://www.cowi.dk <http://www.cowi.dk> > COWI GIS konference afvikles i dagene d. 2.-3. september. > Se yderligere oplysninger p� www.cowi.dk/Div04/Profiles/nyheder.asp > <www.cowi.dk/Div04/Profiles/nyheder.asp> > > --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7867
