|
-
Mar 23rd, 2006, 09:11 AM
#1
Thread Starter
Fanatic Member
[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,
Godwin
Help someone else with what someone helped you! 
-
Mar 23rd, 2006, 09:14 AM
#2
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
-
Mar 23rd, 2006, 11:33 AM
#3
Addicted Member
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!
Using Framework 1.1, VB.Net 2003 unless I
state otherwise 
-
Mar 24th, 2006, 11:47 PM
#4
Thread Starter
Fanatic Member
Hi
Hi Kleinnma,
Thanks for the support,
Well,Im also wth you....
But,I frankly have a question...people ask how to delete files,rename files..write into registry,disable ctrl alt del,append text into a file,etc etc etc...So many questions....Aren't they all malicious? Can't they be used maliciously? To make malicious code,can't I quickly do a search here within VBF...find code to search,rename,delete files and make something destructive if that was my intention? 
Im just asking...I wonder in what way these security measures help to stop a person who is trying to make malicious code? 
ok,nevermind Kleinma..I understand you ask for security reasons.. ..ill explain why i need that...Its because Im creating an sms software.It uses an external service to sms...It takes the list of users to sms from a listbox and puts their name like....http://smsipaddress/asomething.aspx?...&?message=blah
So like if there are 10 recipents..I need to substitute their number on the url and send the message.So Is it clear now guys? 
Thanks a million
Last edited by uniquegodwin; Mar 25th, 2006 at 12:22 AM.
Godwin
Help someone else with what someone helped you! 
-
Mar 24th, 2006, 11:52 PM
#5
Thread Starter
Fanatic Member
Re: Opening websites,invisible to the user
 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
Last edited by uniquegodwin; Mar 24th, 2006 at 11:55 PM.
Godwin
Help someone else with what someone helped you! 
-
Mar 25th, 2006, 12:30 AM
#6
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)
-
Mar 25th, 2006, 12:43 AM
#7
Thread Starter
Fanatic Member
Re: Opening websites,invisible to the user
WOW,This is exactlyyy What I was looking for.Thanks a bunchhhh
Godwin
Help someone else with what someone helped you! 
-
Mar 25th, 2006, 12:47 AM
#8
Thread Starter
Fanatic Member
Re: [RESOLVED] Opening websites,invisible to the user
Hey,
Thanks againnnn That was really simple and so straight to the point. Thanks
Godwin
Help someone else with what someone helped you! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|