+/v8APAAh-DOCTYPE HTML PUBLIC +ACI--//W3C//DTD HTML 4.0 Transitional//EN+ACIAPg-
+ADw-HTML+AD4APA-HEAD+AD4-
+ADw-META content+AD0AIg-text/html+ADs- charset+AD0-utf-7+ACI- http-equiv+AD0-Content-Type+AD4-
+ADw-META content+AD0AIg-MSHTML 5.00.3105.105+ACI- name+AD0-GENERATOR+AD4-
+ADw-STYLE+AD4APA-/STYLE+AD4-
+ADw-/HEAD+AD4-
+ADw-BODY bgColor+AD0AIw-ffffff+AD4-
+ADw-DIV+AD4APA-FONT face+AD0-Arial size+AD0-2+AD4-Hello all,+ADw-/FONT+AD4APA-/DIV+AD4-
+ADw-DIV+AD4AJg-nbsp+ADsAPA-/DIV+AD4-
+ADw-DIV+AD4APA-FONT face+AD0-Arial size+AD0-2+AD4-Anyone wanting better HTML control+ACY-nbsp+ADs-in
MapBasic+ACY-nbsp+ADs-can get HTMLview that is a small Delphi application+ADw-/FONT+AD4APA-/DIV+AD4-
+ADw-DIV+AD4APA-FONT face+AD0-Arial size+AD0-2+AD4-Allows controlling what the user can and can not
do, like removing the address entry and buttons+ADw-/FONT+AD4APA-/DIV+AD4-
+ADw-DIV+AD4APA-FONT face+AD0-Arial size+AD0-2+AD4-Since it is an exe it can be launched from any
application+ADw-/FONT+AD4APA-/DIV+AD4-
+ADw-DIV+AD4AJg-nbsp+ADsAPA-/DIV+AD4-
+ADw-DIV+AD4APA-FONT face+AD0-Arial size+AD0-2+AD4-Get it from the Download section of the web
site+ADw-/FONT+AD4APA-/DIV+AD4-
+ADw-DIV+AD4AJg-nbsp+ADsAPA-/DIV+AD4-
+ADw-DIV+AD4-Trey Pattillo+ADw-BR+AD4APA-A href+AD0AIg-mailto:wap3+AEA-wap3.com+ACIAPg-wap3+AEA-wap3.com+ADw-/A+AD4APA-BR+AD4APA-A
href+AD0AIg-http://www.wap3.com+ACIAPg-http://www.wap3.com+ADw-/A+AD4APA-BR+AD4APA-/DIV+AD4-
+ADw-BLOCKQUOTE
style+AD0AIg-BORDER-LEFT: +ACM-000000 2px solid+ADs- MARGIN-LEFT: 5px+ADs- MARGIN-RIGHT: 0px+ADs- PADDING-LEFT: 5px+ADs- PADDING-RIGHT: 0px+ACIAPg-
+ADw-DIV style+AD0AIg-FONT: 10pt arial+ACIAPg------ Original Message ----- +ADw-/DIV+AD4-
+ADw-DIV
style+AD0AIg-BACKGROUND: +ACM-e4e4e4+ADs- FONT: 10pt arial+ADs- font-color: black+ACIAPgA8-B+AD4-From:+ADw-/B+AD4-
+ADw-A href+AD0AIg-mailto:d.haycraft+AEA-acslink.aone.net.au+ACI-
title+AD0-d.haycraft+AEA-acslink.aone.net.au+AD4-David M Haycraft+ADw-/A+AD4- +ADw-/DIV+AD4-
+ADw-DIV style+AD0AIg-FONT: 10pt arial+ACIAPgA8-B+AD4-To:+ADw-/B+AD4- +ADw-A href+AD0AIg-mailto:mapinfo-l+AEA-csn.net+ACI-
title+AD0-mapinfo-l+AEA-csn.net+AD4-mapinfo-l+AEA-csn.net+ADw-/A+AD4- +ADw-/DIV+AD4-
+ADw-DIV style+AD0AIg-FONT: 10pt arial+ACIAPgA8-B+AD4-Sent:+ADw-/B+AD4- Wednesday, 09 August, 2000
17:24+ADw-/DIV+AD4-
+ADw-DIV style+AD0AIg-FONT: 10pt arial+ACIAPgA8-B+AD4-Subject:+ADw-/B+AD4- MI Re: calling a WWW page from
MapInfo+ADw-/DIV+AD4-
+ADw-DIV+AD4APA-BR+AD4APA-/DIV+AD4-To Mapbasic programmers:+ADw-BR+AD4APA-BR+AD4-In his recent e-mail on the
subject +ACI-Re: MI calling a WWW page from MapInfo+ACIAPA-BR+AD4-Mr Dressel kindly provided
a neat Mapbasic sub called LaunchURL().+ADw-BR+AD4APA-BR+AD4-With a MapBasic program
containing LaunchURL()+ACY-nbsp+ADs- you can now start your+ADw-BR+AD4-desktop browser in a
new window and display any WWW document, for example+ADw-BR+AD4APA-A
href+AD0AIg-http://www.mapinfo.com+ACIAPg-http://www.mapinfo.com+ADw-/A+AD4-.+ACY-nbsp+ADs- You can also
display local HTML documents (like+ADw-BR+AD4AIg-e:+AFw-actaa+AFw-html+AFw-index.htm+ACI- ).+ACY-nbsp+ADs- This
second option could be an effective way+ADw-BR+AD4-to provide +ACI-Help+ACI- text for your
mapping app.+ADw-BR+AD4APA-BR+AD4-LaunchURL()+ACY-nbsp+ADs- calls the function ShellExecute() to
start your default+ADw-BR+AD4-browser.+ACY-nbsp+ADsAJg-nbsp+ADsAJg-nbsp+ADs- Because ShellExecute is not a
Mapbasic function but a Windows+ADw-BR+AD4-API function, you will need to pre-declare
it.+ADw-BR+AD4APA-BR+AD4-You must include a statement like the following in the declaration
section+ADw-BR+AD4-of your Mapbasic program.+ADw-BR+AD4APA-BR+AD4-Declare Function ShellExecute Lib
+ACI-shell32.dll+ACI- Alias +ACI-ShellExecuteA+ACIAPA-BR+AD4AJg-nbsp+ADs-(ByVal hwnd As Integer, ByVal
lpOperation As String, ByVal lpFile As+ADw-BR+AD4-String,+ADw-BR+AD4AJg-nbsp+ADs- ByVal lpParameters
As String, ByVal lpDirectory As String, ByVal nShowCmd+ADw-BR+AD4-As
Integer)+ADw-BR+AD4AJg-nbsp+ADsAJg-nbsp+ADsAJg-nbsp+ADs- As Integer+ADw-BR+AD4APA-BR+AD4-Regards+ADw-BR+AD4APA-BR+AD4-David M
Haycraft+ADw-BR+AD4-Information Analysis Associates+ACY-nbsp+ADs- Pty Ltd+ADw-BR+AD4-ABN 47 085 516
105+ADw-BR+AD4-1 Cumming Place, Wanniassa, 2903+ADw-BR+AD4-Aust Capital Territory,+ACY-nbsp+ADs-
Australia+ADw-BR+AD4-Phone/Fax:+ACY-nbsp+ADs- 61 +- 2 +- 6231 8104+ADw-BR+AD4-Mobile: 0412 001
134+ADw-BR+AD4-Email:+ACY-nbsp+ADs- +ADw-A
href+AD0AIg-mailto:d.haycraft+AEA-acslink.aone.net.au+ACIAPg-d.haycraft+AEA-acslink.aone.net.au+ADw-/A+AD4APA-BR+AD4-Web
:+ACY-nbsp+ADs- +ADw-A
href+AD0AIg-http://www.acslink.aone.net.au/actaa/iaa.htm+ACIAPg-www.acslink.aone.net.au/actaa/iaa.htm+ADw-/A+AD4APA-BR+AD4-A
MapInfo Technology
Partner+ADw-BR+AD4APA-BR+AD4APA-BR+AD4-----------------------------------------------------------------------+ADw-BR+AD4-To
unsubscribe from this list, send e-mail to +ADw-A
href+AD0AIg-mailto:majordomo+AEA-csn.net+ACIAPg-majordomo+AEA-csn.net+ADw-/A+AD4- and put+ADw-BR+AD4AIg-unsubscribe
MAPINFO-L+ACI- in the message body, or contact +ADw-A
href+AD0AIg-mailto:bthoen+AEA-csn.net+ACIAPg-bthoen+AEA-csn.net+ADw-/A+AD4APA-/BLOCKQUOTE+AD4APA-/BODY+AD4APA-/HTML+AD4-
- MI Re: calling a WWW page from MapInfo David M Haycraft
- Trey Pattillo
