open the pc's default browser with VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roy G. Vervoort

    #1

    open the pc's default browser with VB

    I would like to open the pc's default browser with VB, any suggestions?


  • Larry Serflaten

    #2
    Re: open the pc's default browser with VB

    "Roy G. Vervoort" <roy.vervoort@r ojaal.nl> wrote in message[color=blue]
    > I would like to open the pc's default browser with VB, any suggestions?[/color]


    Search Google for ShellExecute examples....

    LFS





    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 100,000 Newsgroups - 19 Different Servers! =-----

    Comment

    • J French

      #3
      Re: open the pc's default browser with VB

      On Sat, 24 Jan 2004 18:10:50 -0600, "Larry Serflaten"
      <Abuse@SpamBust ers.com> wrote:
      [color=blue]
      >"Roy G. Vervoort" <roy.vervoort@r ojaal.nl> wrote in message[color=green]
      >> I would like to open the pc's default browser with VB, any suggestions?[/color]
      >
      >
      >Search Google for ShellExecute examples....
      >[/color]

      True

      And for a little more control look at the FindExecutable API

      Comment

      • Randy Birch

        #4
        Re: open the pc's default browser with VB

        VBnet provides Intermediate and Advanced Win32 API code for VB developers. Comprehensive Code, FAQ, Developers Resources & News, alphabetical API/Type/Constant/Method Index, along with the largest Visual Basic-related links list on the net.


        --

        Randy Birch
        MVP Visual Basic

        Please respond only to the newsgroups so all can benefit.

        There's no place like 127.0.0.1


        "Roy G. Vervoort" <roy.vervoort@r ojaal.nl> wrote in message
        news:4012d3d8$0 $332$e4fe514c@n ews.xs4all.nl.. .
        : I would like to open the pc's default browser with VB, any suggestions?
        :
        :


        Comment

        Working...