Re: RE: MI-L Specifying path

2001-02-12 Thread Franz-Josef Behr
Thank you first to Robert Edwards for providing the MB source. However, the 'Browse for folder' dialog appears on my machine always in the upper left corner of the screen. Any suggesti0ns? Best regards i.A. Franz-Josef Behr -

RE: MI-L Specifying path

2001-02-09 Thread Robert Edwards
I volunteer the following to try to simplify as much as possible an example call to the SHBrowseForFolder shell routine : '*** Win 98 Shell Declarations *** Type BrowseInfo   hWndOwner As Integer   pIDLRoot As Integer   pszDisplayName As Integer   lpszTitle As Integer   u

RE: MI-L Specifying path

2001-02-09 Thread Robert Edwards
Regarding the discussion on using the Windows "Shell" functionality: Dino Esposito wrote a fairly extensive article for Microsoft's Interactive Developer series in August, 1998 about the Windows 98 Shell. The article contains the code for the example being discussed as well as a number of oth

RE: MI-L Specifying path

2001-02-09 Thread Jacques Paris
l.net/~rparis/gisproducts.htm For MapBasic questions see the J.Paris site at http://www.total.net/~jakesp/index.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin, Christopher (WSA Telford) Sent: February 9, 2001 4:33 AM To: 'Søren Breddam';

RE: MI-L Specifying path

2001-02-09 Thread Mike Lynch
The following code works for me in Map Basic. I Haven't resolved stripping off Null Chars, but it seems to work OK anyway include "mapbasic.def" Define long integer Type BrowseInfo hWndOwner As Long pIDLRoot As Long pszDisplayName As Long lpszTitle As Long ulFlags As Long

RE: MI-L Specifying path

2001-02-09 Thread David Booth
ck to the Black Arts of the Windows API, then! All the best, - David Booth Senior GIS Officer Merseyside Information Service > -Original Message- > From: Søren Breddam [SMTP:[EMAIL PROTECTED]] > Sent: 09 February 2001 09:03 > To: MapInfo-L (E-mail) >

RE: MI-L Specifying path

2001-02-09 Thread Martin, Christopher (WSA Telford)
avid Booth' Subject: Re: MI-L Specifying path Hi David, Christopher, Jacques, list, Thanks! Proposed solutions to let the user specify a save folder: Converting the VB code from Christopher to MB: I'm in the same situation as Jacques - I'm not sure it's possible. I have

Re: MI-L Specifying path

2001-02-09 Thread Søren Breddam
r than letting the user type in the path! regards Søren Breddam Stevns Kommune >-Oprindelig meddelelse- >Fra: David Booth [mailto:[EMAIL PROTECTED]] >Sendt: 7. februar 2001 16:29 >Til: 'Søren Breddam' >Emne: RE: MI-L Specifying path >Hi Søren, >You s

RE: MI-L Specifying path

2001-02-08 Thread Jacques Paris
http://www.total.net/~rparis/gisproducts.htm For MapBasic questions see the J.Paris site at http://www.total.net/~jakesp/index.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin, Christopher (WSA Telford) Sent: February 7, 2001 8:29 AM To: 'S

RE: MI-L Specifying path

2001-02-07 Thread Martin, Christopher (WSA Telford)
You could always use the Win32 API... I have other means to do it in VB but the SHBrowseForFolder API function should do it.. Private Type BrowseInfo hWndOwner As Long pIDLRoot As Long pszDisplayName As Long lpszTitle As Long ulFlags As Long lpfnCallback As Long lPara