CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2001
    Posts
    45

    How to listen to URL request from wbe broswer in VB6?

    How could I listen to some URL request from web browser (such as http://138.**.**.**/request.pl or so) in VB?
    I have installed Apache server and ActivePerl on my PC (windows 2000).

    Thanks!

    Jim



  2. #2
    Join Date
    Aug 2001
    Location
    maharashtra,india
    Posts
    24

    Re: How to listen to URL request from wbe broswer in VB6?

    use the built in windows api functions

    goto addins and click api mangaer

    u will find an api there named GetUrl()


    isit my site at http://in.members.tripodasia.com/karthik_immortal

  3. #3
    Join Date
    Jan 2001
    Posts
    45

    Re: How to listen to URL request from wbe broswer in VB6?

    could you tell me a little bit more about how to do it?

    Thanks!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured