VS 2010 Creating Form History?
May 24, 2012
i am currently new to visual studio and am working on a small project for an it database. I am using a dataset connected to SQL2008, what i am struggling with is i would like a save button to check to see if any changes were made before the form is saved and then if any are detected then send it back to another sql table called "LogDetail" as a history, i hope that makes sence? I have two tables called "NewDetail" and "LogDetail".
View 1 Replies
ADVERTISEMENT
Mar 25, 2010
I'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)
View 5 Replies
Feb 12, 2011
I want to add a control like this to my form for history on a webbrowser....anyone know what it's called.
[URL]
View 5 Replies
Jul 17, 2009
My solution includes 9 projects, each project includes lots of forms. I want to make History menu, it's alike Windows Menu in Visual Studio. When I work in one form, it will save this form name in History Menu, so that I can reopen this Form after that, we can choose the number of Forms saved in History Menu.
View 17 Replies
Jan 30, 2009
i have a form called history and a form called tinternet and i want the visited websites of form tinternet which would be textbox1 because thats the main text box but how do i paste them into a multiline textbox i want each address per line and i dont know how to do it.
View 13 Replies
May 31, 2011
I am working on getting ready to make a chat client. I want to be able to click a button and a new form come up as a tutorial to myself. Here is the code I am currently using.
CODE:
View 3 Replies
Jan 24, 2012
Basically I want to Create a new thread which create a new timer.I can create a new timer in different button but when one of the timer has an idle time or sleeps the other timers also sleep. I do think because they are running in the same thread.
View 7 Replies
Nov 20, 2010
I have a small program that contains a webbrowser object, 2 labels, and 3 listboxes. For some reason, whenever I try to hit Debug, it gives me the following error:
System.InvalidOperationException was unhandled
Message=An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object.
Source=Test3
[Code]...
View 21 Replies
Feb 26, 2010
I 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 Replies
Jun 30, 2011
where Google Chrome history is stored? I would like to make a console application that runs on startup that empties the file. I doubt it is plain text, most likely xml, so I would like a few code snippets as I have never worked with xml before.
View 10 Replies
Jun 8, 2011
I'm creating a small tool for our team that performs backups of our servers. The plan is to put the tool in a central location so that anyone can use it.I'd like to store, somewhere, the date of the last backup for each server. I was wondering if I could use an application settings (with Application scope) for this? Is this bad practice? If so, what's the best practice? XML? text file? registry?
View 6 Replies
Mar 16, 2011
creating a vb application that reads info from a xml file and displays the content onto a form.here is the content of the xml file:
<?xml version="1.0" encoding="utf-8" ?>
<Book>
<Chapter title = "Introduction">
</Chapter>
[code].....
View 4 Replies
Jan 22, 2012
I am creating a program for an existing database that stores the info into the database. So can I link an already existing database in MS Access to a GUI?
View 2 Replies
Aug 4, 2011
I am trying to create a simple parent-child form in VB2010. I use a datagridview for each table/datasource and each is bound to the paretn/child table and each table grid fills correctly. What I want is the parent-child relation to enforce filling the child table with only rows that fulfill the current row on the parent. I have created a DataRelation in the form load, but it will not permit a relation between tables in 2 different datasets. If I attempt to place both tables in a single dataset and define the PK-FK relation in the SQL Serve,r I cannot create 2 separate datagrids from the same dataset.
View 12 Replies
Nov 29, 2010
i want to create a login form in vb using the visual studio 2010 and i am using the following code:-
[Code]...
View 4 Replies
Feb 12, 2011
I have a project that will need several forms with a similar structure - a Data Grid View control, a few buttons and some textboxes. They are not similar enough to use just one form and change things programatically so I would like to create a "template" and add several copies of it into my project. My first attempts have failed miserably, ending up with lots of "conflicts" and "duplicate items".
So, how should I save a form from my existing project in such a way that I can then load in multiple copies (giving them suitably different names) without having name conflicts?
View 8 Replies
Jan 21, 2011
I'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 Replies
Mar 25, 2011
I'm working with an Treeview and i'm new at it and i have 2 questions.
1. How can i save the treeview items, to settings (my.settings.history)
2. How can i save the treeview items as an TXT or XML file or another exception.
View 13 Replies
Jan 5, 2010
when i try to run my form it says:An error occurred creating the form. See Exception.InnerException for details.The error is: Cannot create ActiveX component
View 5 Replies
Apr 12, 2009
I have another question (and anticipate that I will have about two more before I'm done with my class project). Here is my issue (and I'll copy and paste my code for clarification). I need to link up the control from the form on either side of the current form that I'm working on so that if I click on the buttons that I'm titling previous and next that I can click on the proper button and either go directly to the previous form or the next form. I was successful in doing this for two earlier forms on this project (with some direction from a couple of helpful people on this forum before), but for some reason, no matter what I details I use the controls do not connect to the previous and next forms.
Option Explicit On
Option Strict On
Option Infer Off
[code]....
View 4 Replies
Dec 5, 2010
I have two forms , and I want write a code like ( form2.show=true & form1.show.false)
View 2 Replies
Feb 18, 2009
How would I go about clearing IE's history from with VB? I've looked on the internet and couldn't find anything, and I honestly don't have a clue about how to do it.
View 1 Replies
Nov 22, 2011
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].....
View 2 Replies
Sep 1, 2009
In the Settings, do I have the type as System.Collections.Specialized.StringCollection and the scope as User?
View 2 Replies
Jan 15, 2012
Im working with vb2010 with ms access as its database and a newbie into programming. is there anybody who have an idea how to make a log in history.. i mean whenever you specify date from..to.. (e.g 01/02/2012 to 01/05/2012 ) on ur filter command it'll display on a listbox the user who logged in at their specific date and time and what they have accessed inside the program.
View 7 Replies
Nov 6, 2009
[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.
View 1 Replies
Apr 6, 2010
add history features in the web browser
View 2 Replies
Apr 11, 2010
So basically my webbrowser has comboboxes and 1 menustrip button(clear all history).
In the menustrip i got History
And In history i got "Show All History"
and "Clear All History"
I turned the "Show All History" into a ComboBox.
And i have another ComboBox for history just like firefox has on its navigation TexTbox.
Lets say the Menutrip ComboBox is ComboBox1 and the other one for the NavigationText is ComboBox3.
What happens is when i press Clear All History They get cleared BUT STAY CLEARED Here are my codes:
[Code]...
View 34 Replies
Feb 28, 2009
i'm making a web editor and i do a lot of syntax coloring in a richtextbox, but if i want to Undo it just undo's the font and the coloring, is there a way to disable the rtb's history ? I found this code on the internet but it doesn't seem to work
If e.Control AndAlso (e.KeyCode = Keys.Z) Then
While CodeRTB.CanUndo AndAlso CodeRTB.UndoActionName = "Unknown"
CodeRTB.Undo()
[Code].....
View 5 Replies
Oct 31, 2009
I have created a form and display alot of icons on the location that I want. After I displayed several icon on the form then I would like to delete a couple of them but I could not find the history of location or a link to that icon so I can not delete it.
Here is my code:
Private Sub Form1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick
CoorY1 = 410
CoorY2 = 425
[code]....
From the Form1_MouseClick I link to the MyPicClicked with g_CoorX1 and g_CoorY1 but it only give me the location that next the the last icon I display. Please, anyone help to show me how to keep an index or record or anything of the location that I display.
View 2 Replies