VS 2005 - ComboBox / Textbox And Label On 2 Forms
Apr 11, 2009
I have 2 forms. The first form has a label on it. The second form has a combo box, a text box, and a button on it. In the second form, when I select the label name that I want to edit, I type in what I want to change the label name to in the textbox and I click the button. Now this goes through flawlessly except I want the combobox item to change to the NEW label name. I've been able to do that but when I close the form in run-time and open it up again, the previous label name appears once again. Is it possible to make the combobox add the new label name and KEEP it in its collection?
View 9 Replies
ADVERTISEMENT
Jan 13, 2012
I am successfully hiding a combobox, based on the selection of another combobox. However, I can not get the label of the combobox to hide as well. The code I am using, which is basically the same code for hiding the combobox itself returns the following error:
Error 1 'DOCUMENT_EVALLabel' is not a member of 'WindowsApplication1.Form1'
Here is the code I am using for the label:
Me.DOCUMENT_EVALLabel.Visible = (EVALUATIONComboBox.Text = "Text")
View 1 Replies
Aug 3, 2009
how to add textbox, combobox, label in the datagridview..
because i have datagridview which has databound field
ID Activity ActivityDetails
1 Design Web / Form Designing.......
2 Code Debugging / Trobleshoting.......
3 Install Testing
4 Other (Here is the textbox or combobox where user can type data of select data)
if user select other activity, it will create a textbox where user can write data or a combobox that they can select into it...
how to add textbox, combobox into the datagridview as what i explain above..
View 5 Replies
Dec 27, 2009
I have a Combobox1 and Label1 in a form. There are items in ComboBox1 which is integer from 1 to 9. I want the user select the number in the combobox, and the selected number will be * 2. The answer will be shown at Label1.Text without any Click Button Event.
View 2 Replies
Jun 18, 2010
I am creatting an windows application software in which many controls like Buttons, textBox, combobox are remain same in 12 different form. In this 12 diff form the activity of those controls will remain same.The scenareo id
1. I have 12 forms.
2. Each form containing 3 labels (Country, State, City). These labels indicates 3 combobox from which we can select location.
3. Now I need to use these 3 controls in all 12 forms with same activity.
4. When I change forms to another, these buttons shud remain same.
View 3 Replies
May 14, 2009
is its possible to have a link/button inside a textbox or label... or other term for that...for example.. i am populating some chapters in a book... then i would only display 250 chars from each chapter... then i would end it and add a "Read More" text in each chapter.. and when they click it.. i would populate the whole chapter of selected chapter in the textbox...
View 8 Replies
Oct 13, 2009
Im trying to make a simple quiz in visual basic all it has is a label a textbox and two buttons. one of the buttons if for checking if the answer is rite while the other is to go to the next question. i want to make it so when the next question button is clicked the label changes to the next question and the textbox is cleared and then when i press check it checks the answer.
View 6 Replies
Jul 19, 2009
White this code, my ComboBox while by fill, white data frome the database. Now i want to fill the TextBox, on basic frome the selection off the ComboBox
example,.. The ComboBox is filled white meat, in the database is there a price attached
Whene i make a selection in the ComboBox, thane must the attached price show up in the TextBox. My code works for de ComboBox, but not for the TextBox.
[Code]....
View 1 Replies
Oct 7, 2009
What wrong with my databinding? How to correct the perfect binding with combobox and texbox.. When I select Projectname the other are changing except the email... Why the email is not changing?
Code:
commemails = New OleDbCommand
daemails = New OleDbDataAdapter
dsemails = New DataSet
dtemails = New DataTable
myconn = New OleDbConnection(("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=") + My.Application.Info.DirectoryPath & "SMRPsource.mdb")
[Code] .....
View 19 Replies
Feb 20, 2011
I am not sure I am even asking this question correctly, but what I am looking to do is re-center a google map based on an address obviously. I currently have a map that displays one property and six nearby other propertys the center is based on the one property. I want to give the user the choice of re-centering the map based on one of the six nearby propertys whose address is stored in a textbox.
[Code]...
View 3 Replies
Dec 21, 2009
I use following codes to diplay data in combobox
str = "SELECT sno,name,city FROM employees"
cmd = New SqlClient.SqlCommand(str, con)
[CODE]..............
With ComboBox1
.DataSource = dt
[CODE].......
Table has three fields as sno,name,city Combobox displays name column and data in table is as
sno--name-----city
1-------a------london
2-------b------moscow
3-------c-------tehran
Supose combobox text=a then I want to display following corresponding data in textbox1 and textbox2
textbox1.text=1
textbox2.text=london
(the first row of data)
View 1 Replies
Apr 6, 2010
I'm trying to do a windows application. I have a combobox with this
Dim sql As String = "Select EMPLID from PS_EMPLOYEES Order by EMPLID"
Dim da As New Data.SqlClient.SqlDataAdapter(sql, "data source = DATASERVERR;initial catalog = HRSYS83;user id=sa; password=sa")
Dim ds As New DataSet
[CODE]...
This works fine, but i want to load a textbox with the name of the employee that i selected in the combobox.
View 18 Replies
Nov 15, 2009
I have 10 forms and say 5 text box's on each one so a total of 50 of these text box's. But the program is only using one of these forms only (user selects the 1 Form out of the 10) so I was wondering can these forms Share the input text box's? I am thinking NO, if so then the only thing I can do is just use 5 shared variables that all the forms can utilize.
View 2 Replies
Aug 23, 2011
how to search partial string using textbox from listview in vb.net 2005?example i have my record in listview:
Apple
Grapes
Mango
now if im going to type string in textbox like "pl" only, then the selected items will be the apple.
View 3 Replies
Mar 1, 2009
Attached is the image from an Office application, how can we emulate such?
View 6 Replies
Jan 18, 2011
I have been creating a call management application and I am having a problem with something that I have spent weeks on trying to get working and nothing I try is working for me. My application is an MDI application written in VB.NET 2005 Professional, using .NET Framework 2.0. It uses a back end database using Microsoft SQL Server 2005.When the MDI application launches, a form is displayed to the end user asking for phone number (MaskedTextBox) and a partner name. The partner names are within a ComboBox.
When the end user types in the phone number and selects a value from within the ComboBox, s/he clicks on the start button. This then opens a second form. The phone number from the MaskedTextBox is to default in a second MaskedTextBox (this I am able to get working without issue.) The partner name selected from the ComboBox is to default on the second ComboBox. This is the part where I have been working on it for weeks and not able to get it to function.
The second form has many ComboBoxes, all of which pull down items from a particular table within the database. Some of them are editable and some are not. The ones that are editable are also auto complete Suggest/Append on the ListItems.I wrote a sub to handle the population of these ComboBoxes and also to handle if they are editable or not. All of this is working. However, my main issue is that I can't get the value on the second form to default to what ever was selected on the first form. I do not get any errors but regardless of what I do, the second form always stays as the first item in the list regardless.
The code I am using is as follows:
<CLSCompliant(True)> Public Sub PopulateDropDownListFromDB(ByVal cboName As Elegant.Ui.ComboBox, _
ByVal TableName As String, ByVal ColumnName As String, _
ByVal UseAutoComplete As Boolean, _
ByVal UseSQLDistinct As Boolean)
[code]....
View 2 Replies
Mar 31, 2010
I am writing a program for my A-level coursework But for some reason I got this build error this has never occurred to me before, I have no idea why I can't use string for the name of my form.
View 8 Replies
Feb 20, 2012
I have a tab control application, each tab loads a particular user control and each of those user controls will then add other user controls that are used amongst other the user controls. For example, I have an "ucQuotes" page and an "ucInventory" page, when the specific tab is selected, the "uc****" user control is loaded on that page, and in the case of "ucQuotes" and "ucInventory" they both use a control called "ucPartNumber"; a user control consisting of a combobox, textbox, and button. I have no issues reusing the shared user controls, in this case. My problem arises with my "ucQuickPrice" control, as it is always present at the bottom of the tab control form (separate from the tabcontrol, but on the same form), and it too uses ucPartnumber.
Here's my issue, as I type into the ucPartnumber combobox, the text I type does not appear in the combobox, it appears in the textbox of the ucPartnumber control that is being used on the tabcontrol page. There are no shared instances of ucPartNumber, nor do I have this issue between typing on one tab page and the text showing on the user control of another tab page.I tried just creating the ucPartNumber controls on the ucQuickPrice control, not adding a new instance of ucPartnumber on the .Load event, and the issue persists.
The combobox(s) in question are bound programmatically with about 40,000 items, ".datasource = dataset.tablename" not to a bindingsource. Autocomplete is set to none, I added code to utilize tool tips and the basic combobox filtering functionality. Is this a bug, or is there something I'm neglecting? I'm about 95% complete with this application, and this just happened today. I made the decision, to just reuse the ucPartNumber control on the ucQuickPrice control (originallly it's size and orientation would not fit, but I added some coding to detect what parent is adding ucPartNumber and to change its appearance accordingly). Before, I made this change, I did not have this problem. And, in trying to go back to how I had things set up before the change, the problem will not go away. if the whole control within a control verbage I used is a bit confusing, let me know and I'll try to better explain what is happening. At this point, I'm going to close and reopen vbexpress, as when I started this ordeal, vb started acting weird and wanted me to save all my work, it usually does this before locking up.
View 2 Replies
Jun 24, 2010
Well here is my problem, I have an XML file and from there I have data going into a drop down ComboBox, what I need is the data from the next column over that corisponds to the same row, ie. the phone # that corisponds to a person's name in a data table.I semi-know what I need to do I just can't figure out the code to take the index of the ComboBox and take the data into the Label.
View 4 Replies
May 24, 2012
I have a combobox which reads a directory and displays the file names in the combobox. What I'm trying to do is when a value is selected in the combobox I wish to display this in a label.
I have tried the following
Label1.Text = Combobox1.SelectedValue
But it doesn't seem to work.
My coding to display value in the combobox
With Combobox1
.DisplayMember = "Name"
.ValueMember = "FullName"
[Code]....
I have the first snippet of coding in the Combobox1_SelectedIndexChanged event.
The "FullName" works with textbox1 when i select a value in the combobox but I want to display the "Name" in label1.text
View 3 Replies
Sep 23, 2010
I have this code
Public Sub FillCategoryCombobox(ByVal categoryList As List(Of tblCategory), ByVal LvName As ComboBox)
LvName.Items.Clear()
Dim itemValue = New Dictionary(Of Integer, String)()
For Each category As tblCategory In categoryList
itemValue.Add(category.CategoryID, category.CategoryName)
Next category
LvName.DataSource = New BindingSource(itemValue, Nothing)
LvName.DisplayMember = "Value"
LvName.ValueMember = "Key"
End Sub
I receive an error on
LvName.DataSource = New BindingSource(itemValue, Nothing)
Value cannot be null
View 3 Replies
May 24, 2012
I have a combobox which reads a directory and displays the file names in the combobox. What I'm trying to do is when a value is selected in the combobox I wish to display this in a label.
I have tried the following
Label1.Text = Combobox1.SelectedValue
But it doesn't seem to work.
My coding to display value in the combobox
With Combobox1
.DisplayMember = "Name"
.ValueMember = "FullName"
[Code]....
View 4 Replies
Aug 11, 2011
I've got two forms. I have a combobox named 'cmbThrow' in the first form. I need to pass the numeric value of it to the second form and show it with a label.
View 12 Replies
Feb 10, 2009
I am using .net 2008. I have placed a ComboBox on the form and I do not have an additem.
[Code]...
View 2 Replies
Mar 14, 2011
I have a combo box on form1 which is linked to a table from my data base. I am trying to get the item selected from the combo box to be a label in form 2.
View 17 Replies
Mar 25, 2009
set label properties basec on combobox selection?
View 1 Replies
Aug 12, 2009
how do i change the label text when I select one item from the combobox.
E.g my combobox contain : A, B, and C
When i click "C" from my combobox, my text label will also change to "C"
View 6 Replies
Feb 3, 2011
I have a content page which contains an UpdatePanel and has a combobox. When the combobox value is changed I want to change a label in my Master page. So, the main problem for me is that I don't want to make a full postback with every combobox value changing. Is there some trick to overcome full postback?
View 1 Replies
Apr 16, 2012
I'm using Visual Basic 2008 Express Edition, so I have a combobox that gets filled with items from a data base made with Microsoft Acces, the combobox is filled with the values stored in a column from a table in de database so the user can select an "option" from it, I want to add labels that show the values for the corresponding row of that column. I used the Data Source panel to drag and drop the labels corresponding to the values that I want and it works it show the value that I want when I compile the application (at least I think it does, it could be that it's only selecting the first entry) the problem is that when I select a diferent entry on the combobox the labels don't refresh with the new values. How can I do that?
edit
how does Visual Basic Populates de combobox and gets the value of the other Acces DB entrys to change the .text value of the labels? And I mean the actual code that does that.
View 3 Replies
Feb 7, 2009
i wan to display the text from combobox into the textbox and clear the combobox text when click on the button.But when i select another text from the combobox and click the button, the textbox display and overwrite the previous text.How can i do so that when click, textbox display text from combobox and clear combobox text. Then click again, display the new text at 2nd line of the textbox without deleting the previous text?
View 5 Replies