Results 1 to 8 of 8

Thread: [RESOLVED] Opening websites,invisible to the user

  1. #1

    Thread Starter
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Resolved [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!

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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

  3. #3
    Addicted Member bgard68's Avatar
    Join Date
    Mar 2006
    Location
    Arkansas
    Posts
    164

    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

  4. #4

    Thread Starter
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Smile 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!

  5. #5

    Thread Starter
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    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
    Last edited by uniquegodwin; Mar 24th, 2006 at 11:55 PM.
    Godwin

    Help someone else with what someone helped you!

  6. #6
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: Opening websites,invisible to the user

    VB Code:
    1. Dim Website As New Net.WebClient
    2.         Dim ioStream As New IO.StreamReader(Website.OpenRead("http:\\www.yahoo.com"))
    3.         Debug.Print(ioStream.ReadToEnd)

  7. #7

    Thread Starter
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    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!

  8. #8

    Thread Starter
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    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
  •  



Click Here to Expand Forum to Full Width