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
Printable View
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
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
could you tell me a little bit more about how to do it?
Thanks!