Computing.Net > Forums > Programming > Can you do this in VB?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Can you do this in VB?

Reply to Message Icon

Name: etan7501
Date: September 20, 2004 at 12:01:30 Pacific
OS: n/a
CPU/Ram: n/a
Comment:

I am building a special-purpose browser for work and I was wanting to implement a popup blocker with the following functions:

- Blocks virtually of all Browser PopUps
- Just Click Twice or Hold the Ctrl Key to Allow PopUps
- Use the Friendly List to Allow PopUps you trust
- Black Lists to Deny PopUps from any Website forever
- Blocks Adult Websites
- Blocks Sites with Adult Content
- Blocks DirectAds (Messenger Service Spam)
- Can Clear Your Temporary Files, and Cookies

Is this possible to do in Visual Basic? If so where can I find some tutorials on how to and maybe some examples?


Thanks for your time.
nate.




Sponsored Link
Ads by Google

Response Number 1
Name: Infinite Recursion
Date: September 20, 2004 at 12:38:37 Pacific
Reply:

Doesn't the google toolbar already do this?

Any how, I'm sure you could do this using a skeleton MS Internet Explorer related control component within VB6. I'm not sure what the name of it is anymore, but look through the list of components in the MS Visual Studio 6 when you create a new project... its name will be fairly obvious that it is IE browser related.

IR



0

Response Number 2
Name: etan7501
Date: September 20, 2004 at 15:05:34 Pacific
Reply:

I am sure that google does this already, but it's the satisfaction of doing it yourself and possibly marketing it.

On the browser part, I already got that figured out. I'm just using Gecko (mozilla) as my browser engine instead of IE.

Thanks for the post IR.


0

Response Number 3
Name: Dr. Nick
Date: September 20, 2004 at 19:51:29 Pacific
Reply:

I'm not sure how comfortable I am posting this since you mention marketing the software, however since you'd probably find it anyway via a Google search, check out Popup Killer.

It's still the best free popup blocker I've found. Very flexible black and exclusion lists. It's moved to open source under the GPL and is available on SourceForge here. I think it's even written in Visual Basic.

As far as getting rid of the Messenger Service ads, the best bet is to simply stop the "Messenger" service all together. Almost nobody uses it besides businesses so there's no reason to have it enabled on home or SOHO machines.

Cleaning cookies and temporary files is easy enough. Cookies and the bulk of other Internet-related files are stored in C:\Documents and Settings\UserName\Local Settings\Temporary Internet Files for users using IE. Not sure about Mozilla/Firefox.

If you take and/or use parts of PopupKiller make sure you read the GPL very closely before trying to sell your product. "Open source" does not mean "free for the taking to do whatever you want with".


0

Response Number 4
Name: etan7501
Date: September 20, 2004 at 20:42:32 Pacific
Reply:

Thanks Dr. Nick for the post.

I appreciate your concern regarding this. I actually regret saying anything about "marketing" anything. Right now this browser I am working on is to be used at work only, but if it turns out to be anything worth while I might consider posting it online as "freeware," while being well aware of any GPL etc. I am not about to be a cheater when it comes to programming.

Thanks again for all the infromation.

Nate.


0

Response Number 5
Name: Infinite Recursion
Date: September 20, 2004 at 21:03:00 Pacific
Reply:

Very admirable: "I am not about to be a cheater when it comes to programming."

I always say... give credit where credit is due.

I also agree with the comment: "but it's the satisfaction of doing it yourself"... there is no other feeling like developing something from the ground up and having the end product be useful for the masses.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Can you do this in VB?

How do you do this in VBS www.computing.net/answers/programming/how-do-you-do-this-in-vbs/10172.html

Adding tabs in a string in vb.net www.computing.net/answers/programming/adding-tabs-in-a-string-in-vbnet/11853.html

How do I do passwords in VB. www.computing.net/answers/programming/how-do-i-do-passwords-in-vb/2480.html