Add History Features In The Web Browser?
Apr 6, 2010add history features in the web browser
View 2 Repliesadd history features in the web browser
View 2 Replies[Code]...
list of URL for the web pages requested by the user should be maintained. The user should be able to navigate previous pages requested by clicking on the links in the History list. On the browsers start up, the History list should be loaded to the browser.
I am a still a beginner at this so bare with me. I have made a web browser which is my starting point in VB. Now its fully functional and has history and all that. And i am using tab control as the browser part. History works when the go button or enter key is pressed but I can't get this to work when a user clicks a link.
Public Class Form1
Dim int As Integer = 0
Dim tabs
[code].....
In the Settings, do I have the type as System.Collections.Specialized.StringCollection and the scope as User?
View 2 RepliesI am currently working on a web browser in vs 2008 and I am making a menu with basic functions (close, print, etc.) How do I print the current page of the web browser?
View 2 RepliesI have a vb.net program that allows you to access webpages in my localhost. Now, my problem is that, when I try to list records in mysql by using tables, it remembers history and the previous data that you listed will appear like a ghost even if the data you inputted does not correspond to the data that it is showing. How can I avoid that?
View 1 RepliesI am making a program that clears IE/firefox history and cookies.
View 2 RepliesI am making a web-browser. I want the browser to have a history function such that, when the webbrowser has navigated, it enters the URL into a combobox (here as combobox3)
I know that to do it, you need for example
CODE:
However in my browser I am using a tab control such that I do not know what to call the navigated function to.
Here is the code for the creation of the browser
CODE:
I have tried to use browser_navigated and tabcontrol1_navigated but none work in this format
CODE:
When I try put
CODE:
I get identifier expected error... What should I do?
What should I put where it says tabcontrol1_navigated?
I am making a web browser and want to add a History feature/I am not asking for any code but I want some help doing it like things to look into or even tutorials.I have no code yet because I have no clue
View 4 RepliesI am still relatively new to the .NET language , but I will get straight to the point. I have a web bowser i have made after 2 nights of coding and getting myself familiar with it. I have a menustrip at teh top, with a view category. Inside taht category i have a view cookies and view history button. As we know, ths browser stores its history and cookies with the Internet explorer. I am looking on how to create a form with the ability to view history, and another to view cookies. I also want to be able to delete them willingly from within the form. I have a listview control already on the form, but i am lost elsewheres.
View 5 RepliesI'll start off by saying my website has a landing page of http:[url]....
On PageOne.aspx, I have a link to another page: http:[url].....
On PageTwo.aspx, I have an link to the following:
<a href="http:[url].....
The /MyFiles/ directory is actually a virtual directory which points to a file server that holds many other files (PDF, jpeg, doc, etc.).When I navigate to PageTwo.aspx from PageOne.aspx, I can click "back" and still get to PageOne.aspx (my browser history is ok). When I click on the link on PageTwo.aspx, the PDF opens in the same window...then I can click "back" to get back to PageTwo.aspx, but I can't click "back" again to get to PageOne.aspx (it seems like my browser history has been reduced by one page).
I can only imagine that this happens because of the virtual directory since I can't duplicate this problem if the PDF resides on the same server as my .aspx pages. If that is the case, does anyone know how to get around this and still have my PDF reside on the file server (virtual directory)?
For security purposes, I need to write a program that tracks the browser history of Internet Explorer on my machine. The way it would work is this: it starts up when the computer does (I'm pretty sure I can do that without a problem), then runs in the background as long as the computer is on. When the user types a URL or clicks a link, the program reads the URL and writes it to a text file. It does not check the browser history, as my situation makes checking the browser history useless. It records the URL as soon as the web page is reached.
View 1 RepliesI'm making a combo box that displays the users history on the browser, but when they first open it and press the combo box theres supposed to be nothing there except for the homepage, but it instead has the homepage and (Collection) in it... help?
View 11 RepliesI have a small script that logs all of the website I visit and then displays them on a form. When I open the form the first time it displays all of the websites like it should. However, the second time I open it, it displays two of every website. The third time opening it, three of every website. I think that it is because the data doesn't get erased from the listbox when I close the form. Is there a way to clear the listbox when the form closes or do I need to find a new way to set it up?
View 6 RepliesI am working on making a bookmarks and history interface for my web browser so basicall for the bookmarks the code is
CODE:
Now im assuming that this is not all that is needed.. (this is put inside a sub) however i dont know how to set up the settings so that it will keep the bookmarks into my list after the program closes...
what a good code to delete my "Webbrowser1" cookies (not my IE7 cookies !) I would also like this program to delete the Webbrowser1 History & Temporary Files as well, but mainly the cookies. I would like for this program to either delete cookies by a simple click of a button or to set a timer that can erase the cookies every few minutes. Also, if it could show the current cookies before being deleted.
View 5 RepliesI'm currently making a Web Browser, and I was wondering how I can save History after I close the program/form and clicking on the site I visited last and navigate to the link with a single click?
View 2 RepliesI'm using visual basic 2008 and really need help in this question ...
-I'm creating a web browser : how to stop adding pages to Internet Explorer History...
-And auto save/open Listbox (so i could use my own browsing history)
In interface-based programming we normally define a set of functions inside an interface, and use that interface as a contract between 2 or more modules.What happens when we need to add more features to the system?How do we handle such system evolutions ?
View 2 RepliesI am thinking of giving mono develop a try. I have some questions. Visual Studio 2008 Professional has options for creating controls and services. This is not available in Visual Basic 2008 Express. This relationship between the different editions, is there something limiting like this with mono develop? I figure since it's open source, everything is implemented like Visual Studio 2008 Pro.
Another question. Does anyone have experience with mono. Is it a production level serious environment for commercial work? Is there something I should know about it?
Any mono developer that has anything good or bad to say, please drop a post in here. I would like to get as much info as possible from vbforums. This has always been the best help site for me using Visual Basic Express.
The most important thing, to reiterate is if I can make Windows Services with Mono Develop and if it supports full threading features that are limited or not available in express.
As a last question, what is the story on managed directx for mono. On Linux, there is no such thing, so would you plan an opengl library to start with? or does that work out in a different way?
I have a large .NET source tree (185 C# and VB projects, of which 60 are apps or websites) that i want to create a wix setup for. The general idea is to have 1 setup msi and to make each executable a feature, and to have each app be installed in a separate directory. like
%progfiles%/company/app1
/app2
/app3
[code].....
Some libraries are used by multiple apps, so the DirectoryRef would have to be pointing to multiple directories, and multiple DirectoryRefs (with different ids) would have to be pointing to the same directory (found directory alias trick), both of which seem impossible.I get the distinct impression I'm going about it the wrong way, or that I'm missing some deeper insight. (No suprise as my wix-fu is a full 3 days old)
Is there a way to disable visual basic 10 language features in VS 2010.our Dev team has moved to Visual studio 2010, but we still have to keep backwards compatibility with Visual Studio 2008. is there a way to disable the new language features to avoid any issues.
View 1 RepliesI was creating GTA SA save editer in c++ but due to less features in c++ I converted my whole code vb.net
Private Sub Save_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Save.Click
[Code]...
I even have it set up so I can filter through the DataGridView by sorting though a specific company in the database. However, now I want to link specific cells from the DataGridView to other VB features such as a text box and check box. I am a bit lost as to the coding. In the DataGridView, there are numerous columns that contain a check box and I need them to correlate to actual check boxes I have in the form. I can do it through binding the check box on the form to the data source and it works but if I run a filter or sort through the company, the check boxes from the DataGridView no longer carry over to the actual check box on the page.
View 10 RepliesI am more interested in the "Pan" feature. I haven't seen much on this so far.
View 5 Repliesi wanted to know what are all the GUI features available in VB.NET for creating a nice UI. The requirement is that, we have screens which were developed in VC++, and now we wanted develop the same screens from scratch, Is it just the way of Drag & Drop all the controls which were present in VC++ screens or something else is available there ?
View 1 Replieshow I can control the access of various modules of a program, based upon Active Directory group. The program uses windows authentication to avoid login, but the user ends up having to enter his or her password a second time in order to continue.
Public Function GetGroupMembership(ByVal username As String, ByVal password As String)
Return GetGroups("LDAP:mycomp", username, password)
[Code]......
I actually found a fairly good pong tutorial on this site which I've linked to at the bottom of this post. I used the code as my base and I'm starting to implement my own new features. I'm currently working on making the ball move faster after each hit of the paddle, but I can't get it working! I thought it would be as simple as adding 1 to the 'speed' variable during the test to see if the ball has hit the paddle. Doesn't work! I also tried various other methods, including adding an extra timer to the form and having the speed increase a certain number every tick on the timer. Didn't work! Is there some special way that I need to reference that variable in order to manipulate it? Code below.
[Code]...
Private cs As New SqlConnection("Data Source=ANKIT-PC;Initial Catalog=mrks_analysis;Integrated Security=True")
Private da As New SqlDataAdapter("select * from sbs", cs)
[Code].....
i used the above mentioned command to get data from db to my datagrid.
Currently the complete grid is editable.
i want that the Sno field to become non editable + and the rest rows i want a combobox from which user selects the data and which gets stored in db.
I am making my own custom tabbed browser and now i want the ExecCommands list. to add the copy or cut etc features.
View 5 Replies