473,806 Members | 2,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

deleting IE history using VB.Net

Ted
is there an example of how one would go about selectively deleting items in
IE's history based on URL names using VB.NET? i have checked every resource
i know and come up short.

Dec 29 '05 #1
2 2836
Ted,
is there an example of how one would go about selectively deleting items
in
IE's history based on URL names using VB.NET?


I'm sorry, but I don't think there are any examples available because what
you want to achieve probably isn't possible. Well, you could in theory
reverse engineer Internet Explorer and see how it manipulates the history
list, but this would both be a violation of the EULA and very difficult.

However, if you are using .NET 2.0 and the WebBrowser control, then you
could build your own web browser with VB.NET that would not let the user see
the history. But even with this solution, I don't think you can *stop* IE
from building up that history list for you.

Hope this gives you food for thought.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
ja***@removethi s.dystopia.fi
http://www.saunalahti.fi/janij/
Dec 30 '05 #2
Ted
jani, thanks for the response. i'm having trouble comprehending that this is
an impossible task. ie's history is available thru windows explorer under
c:\documents and settings\[user name]\local settings\histor y and items can
easily be deleted. for some reason, however, when you use system.io to
navigate that directory it appears empty to .net. there are at least a few
applications out there that delete all history but i'm just not sure how
they're doing it. any ideas? i did find some code to clear IE's cache and
it required several api calls. anyway, i would appreciate any comments. tia!

"Jani Järvinen [MVP]" wrote:
Ted,
is there an example of how one would go about selectively deleting items
in
IE's history based on URL names using VB.NET?


I'm sorry, but I don't think there are any examples available because what
you want to achieve probably isn't possible. Well, you could in theory
reverse engineer Internet Explorer and see how it manipulates the history
list, but this would both be a violation of the EULA and very difficult.

However, if you are using .NET 2.0 and the WebBrowser control, then you
could build your own web browser with VB.NET that would not let the user see
the history. But even with this solution, I don't think you can *stop* IE
from building up that history list for you.

Hope this gives you food for thought.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
ja***@removethi s.dystopia.fi
http://www.saunalahti.fi/janij/

Dec 31 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1825
by: Guinness Mann | last post by:
Greetings, I can't figure out what to search on to find the documentation on how to completely delete a "solution" from VS.NET 2003. I have no problem at all deleting projects, but even if I delete the entire underlying directory structure, the solutions won't go away. Anybody know how to do that? -- Rick
5
16839
by: Rosa | last post by:
Hi, I'm trying to clear the TIF on Windows XP programmatically with the below code. This code works fine on any folder but the TIF. For some reason the atEnd() statements always defaults to true and no files are deleted in the folder. The peculiarity of this issue is that the files/subfolders cannot be seen through the windows explorer either. I can only access/delete them through a command shell. Any ideas?
4
3754
by: MaxFX | last post by:
As you visit each new Web site, a history of that visit accumulates in the address box of the IE browser. By clicking on the drop down arrow in the address box, you can easily access a visited site. Is there a way to delete just ONE of the visited addresses in the drop down address box area of the IE Browser versus deleting them all? One of the principals at my school, for some reason, wants to delete just one of the visited sites in the...
1
1857
by: KC | last post by:
Hello, I am using Access 2002. WinXP, Template from MS called Orders Mgmt DB. I have tweaked this DB to work for our small co. It has worked pretty well up until I made the mistake of deleting about 80 records from the Orders table. 80 out of a 1000 records. Now our data entry form shows our customer addresses, but not customer order history. When looking at all of the tables, customer, payments, orders, they still have all of the...
1
2400
by: KC | last post by:
Hello, I am using Access 2002. WinXP, Template from MS called Orders Mgmt DB. I have tweaked this DB to work for our small co. It has worked pretty well up until I made the mistake of deleting about 80 records from the Orders table. 80 out of a 1000 records. Now our data entry form shows our customer addresses, but not customer order history. When looking at all of the tables, customer, payments, orders, they still have all of the...
8
2671
by: Ed Jay | last post by:
I want to use history.go() to navigate between my previously loaded pages. I'm looking for a way to trigger a function call when a page is accessed using history.go(). Is there an event generated? Is there a method for detecting what page the user came from when a page is accessed using history.go()? -- Ed Jay (remove M to respond by email)
19
2153
by: MaXX | last post by:
Hi, I hope I'm not OT. I have the following issue: I want to delete a record from my db with a php script. Let's say I'm auth'd and I want to delete the record id 440. With a simple form (get or post), I send the id to my script and delete the record (DELETE FROM table WHERE id=some_validated_input). The problem is if I'm a nasty guy I just write my own form and delete any
2
1884
by: =?Utf-8?B?YmlsbA==?= | last post by:
Hi I run windows EP service pack 2.I am on internet explorer 7.When I go into tools option delete history cookies ,temp file & so on .It doesnt work .I have deleted & reinstalled expl 7 but it only seems to work then for a day or 2 then it stops working again .I have done this several times.If I go to run & enter inetcpl.cpl in the box, the deletes work perfectly .But why does it keep failing in the normal way ? anyone had the same...
10
10504
Ajm113
by: Ajm113 | last post by:
Making a History Page for BIG Sites Intro: Ok, let's say after a while your website has grown massive. We're talking search engine, forum and video hosting -- you've got a LOT of content. And you are wondering, "Why do I need yet another feature for my big site?" Well, some people can become forgetful every time they see content on your site, and let's suppose that one day they needed to work on a good php script for their class and they...
0
9598
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10623
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10373
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9192
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5683
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3852
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.