Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6475701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:44:11+00:00 2026-05-25T06:44:11+00:00

I have taken a project to write an adware (not spyware! this is ethical

  • 0

I have taken a project to write an adware (not spyware! this is ethical and legal) program for a company.

Basically what this company wants is to give away free stuff in exchange for people downloading the adware which displays ads when a user browses the internet.

What I have to do is create the program that will open a new instance of IE every time a certain URL is displayed in the address bar.

So if the user goes to http://google.com then a certain ad will pop up (this software is connected to the internet so it knows what to pop up)

My question is where to start? Should I be using VB.NET for this program?

I haven’t quite done anything like this, I just want some to point me to a couple of resources on how to get started.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:44:11+00:00Added an answer on May 25, 2026 at 6:44 am

    Yes, you can do this via VB.Net. You need to use the InternetExplorer object. It exposes many properties that allow you to automate IE.

    To use these objects you will need to add a COM reference to your project for Microsoft Internet Controls. Different versions of IE use different dll’s; IE7 is ieframe.dll, IE6 is SHDocVw.dll. To make your code work on both versions you should avoid using any IE7 only features and use late binding / COM interface instead of early binding.

    One issue you’ll run into is that the InternetExplorer object only creates new instances, it doesn’t connect to existing ones. Here’s some code that will allow you to connect to the existing objects:

    Dim Existing As New List(Of SHDocVw.InternetExplorer)
    Dim SWs As New SHDocVw.ShellWindows
    Dim IE As SHDocVw.InternetExplorer
    
    For Each IE In SWs
        'Add this instance to the list
        Existing.Add(IE)
    Next
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As a part of my current pet project, I have to write an program
I have recently taken on a project in which I need to integrate with
I have the following code in a project that write 's the ascii representation
This is one of those scenarios where Paralysis by Analysis seems to have taken
I have the project organized in this way: User is the main resource, each
I am currently in a project for college to write a program to store
So I've taken over a VB.net web application project from another developer and have
I'm sure you have all been there, you take on a project where there
I have a fully working Setup project within Visual Studio 2008 that takes inputs
For a small project I have to parse pdf files and take a specific

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.