How To Save History In Combobox
Aug 6, 2011Iam making a web browser which consist a combobox as the address barso how to save any address will be written in it even after closing my app?
View 3 RepliesIam making a web browser which consist a combobox as the address barso how to save any address will be written in it even after closing my app?
View 3 RepliesSo 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]...
I have a button to check the available cars on certain dates.
When they check and the dates are ok..then it fills a combobox with "sports, utility, family, etc. categories)
Lets say the user changes the dates and they dont work, aka. return date is before pickup date. How do i clear the items from the combobox?
cbFilter.items.clear() doesnt seem to work :(
I am developing with a friend a webbrowser just for fun and to learn more..But we are stuck on how to do favourites and historial.Because we had put tabcontrol and when i tried saving the page on a stringcollection called favlist it gives me an error.It is the same with history. What i want to do it save favourites and history on a text file so then when i open the browser again you have them there.
View 5 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)
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 RepliesI'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.
I am adding items to a combobox through user entry and need to save them, so when I close the application down, they will reappear when again opened.
View 7 RepliesI need people to be able to Add items to the ComboBox and then it will save it after adding so when it is reloaded it is still there! I just want it to save to the settings or something. No db or anything.
View 14 RepliesI had following form.How to store and retrieve the user setting? So the next time the app will run the information as had saved? I had found related example,but not very understand about it.[URL]The setting i want to save is background image from resource, forecolor, checkbox and trackbar.
View 1 RepliesI have a bound combo box with employee profile names. I have two buttons: save and delete buttons.When I edit a selected profile, I hit save and automatically the change is reflected in the bound combo box, but when I hit delete or create new profile, I have to close the app and when I open it I see the changes in the bound combo box.The combobox.Refresh() no workThis is my code:
Private Sub deleteselectedprofile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_deleteprofile_oninsideprofiledittap1.Click
Dim mconn As New SqlConnection("Data Source=(local);Initial Catalog=epmapp_db;Integrated
[code].....
I have a combobox which contains few objects in Items. When the user selects any item from the combobox the values from the Object member variables are stored in the textboxes on the form.The user will change the values in the textbox and then he will select another item from the combobox.
View 10 RepliesI add Items to combobox through the program, my question is how i cab keep the items I added after retry?
View 8 RepliesSaving Data from Combobox in datagridview in Vb.net
View 2 RepliesWell currently I'm needing to store various settings, strings, integers, items, etc, within the program settings. So far this has gone without a snag and is working as planned except for one thing, Comboboxes. I have browsed through the various types of settings I can save to and the closest is a "System.Collection.Specialized.StringCollection", however VB is throwing up an error saying that:
Quote:
Error1Value of type 'System.Windows.Forms.ComboBox.ObjectCollection' cannot be converted to 'System.Collections.Specialized.StringCollection'.C:UsersUserAppDataLocalTemporary ProjectsProjectForm1.vb1234Project
How would I go about saving the items in a Combobox?
I have combobox I need settings saved when user clicks save settings button and I have add by number box I need settings saved on basicly its set on 50 but some users can change value up to 500 so I want it so that can also save settings and thats it
I was thinking adding this but I know it will be wrong
me.combobox1.SaveSettings()
or
me.nudResultsToShow.Settings.Save()
I have added a textbox and a combobox into the form. There are 2 buttons as Add and Remove. Everything works fine here but the problem is after addig/removing (using add/remove button) new items into the combobox, when I close it, the new items added/removed are gone. I need to save the new items added to the combobox during close. I can understand I have to create a Application Setting which will save the new items added to combobox upon closing. But I don't know which code I need to use? Below are the currently used code of this project.
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
' This is to add new items to combobox
ComboBox1.Items.Add(TextBox1.Text)
'MsgBox("" & TextBox1.Text & " Successfully Added to Combobox")
[Code] .....
What i'm attempting to do is have several textboxes where the user input's there information and a seperate text box to give there input a name so it can be sent to a combobox and saved with my.settings so when the program loads or the user needs the textboxes populating they can select the name in the combobox and it fill out the textboxes.
[Code]...
i had this working and i foudn the info on this forum, but i cant for the life of me renemebr how to do it, and searching for the thread all i can find is this:
[URL]
Which is not it, the method i used only involved a few clicks per item to set up and it made it so what ever selection was chosen in a combobox for example was saved, and then that selection was loaded on the apps next run, i know i had to do something in the application setting/databinding area of the properties.
I have a problem with a combobox. I have a form (with information about clients) with textboxes binded to a dataview. One of the columns in the dataview contains a number that tells me what kind of client it is. I don't my users want that my users have to fill in a number in a textbox, but I want them to choose a item from a combobox. De selected value should be the value that is actually saved in the database.
This is my
Dim cmd As New SqlCommand
Dim dr As SqlDataReader
VerbindingMaken()
cmd.Connection = cnnVraagbaak
cmd.CommandType = CommandType.StoredProcedure
[Code] .....
De Datasource is the information in my combobox. With Databindings I'm trying to bind it to my dataset (or view, that doesn't work either) with clients. Every time I get a NullReferenceExeption. The moment I remove the line cbo.DataSource = dsRelatie.Tables("Relatiesoort"), I don't get an error, but it doesn't work either.
That dataset is filled (I've checked) and also the derived view. The column Relatiesoort exists. What do I have to do to make it possible for my users to choose an item from a combobox and save the selected value to the underlying dataset?
I'm trying to do the following: Store items from ComboBox in My.Settings (datatype doesn't matter). Retrieve these items to populate a ComboBox on formload. Also display these items (1 item per line) in TextBox, where I can edit and save the edits to both My.Settings and the ComboBox.
[Code]...
I have a program that reads a database file(.csv or.Txt) then allows user to select data from 6 different comboxes and taext boxes are then populated based on the selection made from combobox
I would like to be able to give the user the option to save their settings so next time the program is open it will connect to the same database as the last connection and also have comboboxes go to the last selection Do I have to create a save setting value for each combobox? and the connection string?
is there a simple way to just save everything? so when the program is open it goes back to the last time it was open.
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 RepliesI 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 RepliesIm 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[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.
add history features in the web browser
View 2 Repliesi'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].....
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.