[RESOLVED] Opening websites,invisible to the user
Hello,
Can someone help me with this..
I want to open some 5 websites...yahoo.com,google.com,etc etc one after another....But I want it to be done invisible to the user.Any ideaS?
process.start("http://something.com") works fine on a forloop too...but it pops up infront of the user.I want this to happen invisible...
Please give me your ideas on how to do that guys...
Thanks,
Re: Opening websites,invisible to the user
Before I would want to give any information, I would want to know why you would want to open multiple websites on a users PC without them knowing about it.
I am sorry but that sounds somewhat malicious
Re: Opening websites,invisible to the user
Im with you Kleinma...Nor would I personally install anything that opens a website
or starts a process without me knowing about it!
Re: Opening websites,invisible to the user
Quote:
Originally Posted by bgard68
Im with you Kleinma...Nor would I personally install anything that opens a website
or starts a process without me knowing about it!
Neither would I personally want you to install without me knowing it because im not giving you the whole thing i make anyway.This is for my company where Im doing internship..Im stuck in this part..so I asked for help..I never forced you to install brother.Cool it :)
Re: Opening websites,invisible to the user
VB Code:
Dim Website As New Net.WebClient
Dim ioStream As New IO.StreamReader(Website.OpenRead("http:\\www.yahoo.com"))
Debug.Print(ioStream.ReadToEnd)
Re: Opening websites,invisible to the user
WOW,This is exactlyyy What I was looking for.Thanks a bunchhhh :)
Re: [RESOLVED] Opening websites,invisible to the user
Hey,
Thanks againnnn :) That was really simple and so straight to the point. Thanks