MI RE: calling a WWW page from MapInfo THANKS sorted now

2000-08-10 Thread john . d . harrison
By the look of it I have missed many more replies. Thanks everyone for your help. and there's me thinking, I have a look next week and see if anyone sent me a clue. all the best John -- To unsubscribe from this list, send

MI Re: calling a WWW page from MapInfo

2000-08-10 Thread Andrew_Dressel
LaunchURL() calls the function ShellExecute() to start your default browser.Because ShellExecute is not a Mapbasic function but a Windows API function, you will need to pre-declare it. You must include a statement like the following in the declaration section of your Mapbasic program.

Re: MI Re: calling a WWW page from MapInfo

2000-08-09 Thread Trey Pattillo
+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