Click to See Complete Forum and Search --> : How to listen to URL request from wbe broswer in VB6?


jimcheng
September 21st, 2001, 05:24 PM
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

karthik6
September 23rd, 2001, 02:21 AM
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

jimcheng
September 23rd, 2001, 08:07 PM
could you tell me a little bit more about how to do it?

Thanks!