Tagged Questions
0
votes
0answers
7 views
Set ListBox selecteditems by the ItemText?
I have a Listbox with 100-200 default values and the multiselect-simple mode is enabled.
I save the selected text items in a List of string:
Private Sub ListBox_Styles_SelectedIndexChanged(sender As ...
0
votes
0answers
23 views
Changing Font Size in Custom Created Listbox Control Vb.net
I am try to Inherits a Listbox control to change StringFormatFlags direction. All is OK, but when I change the font size of Listbox it dose not draw item properly. How to fix this issue.
Public ...
0
votes
1answer
56 views
Listbox value pass in store in to variable using for loop
I have 100 order number in listbox and that number is part or file name. what i need to do is search file name using order number from list box. Example value is list box is
456789-789464
...
0
votes
1answer
29 views
Need help to make text in listbox color red
I need help with making an individual text in a listbox color red.
But I want it to only occur only under the condition that the
IF condition is fulfill.
I try looking around but there isn't any ...
0
votes
1answer
37 views
How to get checked items from a listbox
I am new to WPF and trying to add some checkbox items to a ListBox dynamically and then on click of the button I am trying to get the checked items from the listbox. But the problem is that there is ...
0
votes
1answer
46 views
Will not display in list box VB
So, I'm trying to display the statistics for a soccer teams points scored.
At the time this is being executed, the arrays have been already filled and what not.
When this form opens, I'd like it to ...
0
votes
1answer
35 views
How to edit all values in listbox by read, insert and remove? VB
I have a listbox in VB 2010 that needs to multiply all values by a number as typed in a textbox. The value must be read, remove and inserted using a loop.
Thanks
-1
votes
1answer
26 views
Want to call a method with parameters of an listbox from a buttonclick
I have this method that looks like this:
Public Sub CreateEditbox(sender As Object)
ListBox1 = DirectCast(sender, ListBox)
itemSelected = ListBox1.SelectedIndex
Dim r As Rectangle = ...
0
votes
3answers
73 views
vb.net Set listbox items equal to an integer
I have a list box with lots of options (198 to be exact) and they are names of items.
I need to convert each name to be equal to an integer (the item id) so I can write that number to a file.
For ...
0
votes
1answer
49 views
horizontal scrollbar not showing in listbox
I have a usercontrol that contains a listbox (listbox1).
The horizontalscrollbar setting is set to TRUE.
There is also an handler on another listbox (selectionchanged) that sets the values for the ...
0
votes
0answers
31 views
Individual Listbox Item Colour
I have a piece of code that loads all the network computers. It adds "Network computers loaded" to a listbox where the user can see program activity. I would like to add different colour items to ...
0
votes
2answers
61 views
Vb.net Listcount
Receiving an error on the following line, any suggestions?
If lstbxCharacters.ListCount = 0 Then
Else
End if
Error: Listcount is not a member of Windows.Forms.Listbox
Any method that I can ...
0
votes
2answers
107 views
UpdatePanel not updating ListBox
I have an UpdatePanel containing a ListBox. Whenever I change selection on from a DropDown I want the list to get updated via an UpdatePanel. However this is not working.
This is my code so far:
...
0
votes
1answer
67 views
Using INNER JOIN to display items in a ListBox (on DropDown Selected Index Change)
I have three tables: users, departments and user_department.
I have an ASP.NET page, 'Departments' as shown below:
When I click an item on the DropDownList I want to be able to display all the ...
0
votes
0answers
50 views
Updating FormView on ListBox SelectedIndex Changed
I have a ListBox containing a database table info.
I want it so that when I click on an item from the ListBox, the FormView1 updates with info related to the listbox selection (without refreshing ...
0
votes
2answers
136 views
How to add items to listbox when a loop is involved? vb.net
Dim intX, intY As Integer
intY = Nums.GetUpperBound(0)
For intX = 0 To intY
With Nums(intX)
If .strFtID = strID Then
‘calls various subs/functions to get results ...
1
vote
1answer
109 views
Change color of specific item on listbox that contains a specific string on drawitem
i want to change the color of item that contains a specific string
Private Sub ListBox2_DrawItem(ByVal sender As Object, ByVal e As System.Windows.Forms.DrawItemEventArgs) Handles ListBox2.DrawItem
...
1
vote
1answer
104 views
Get Values from Listbox for if functions
Hey guys very new here.
Have a listbox that gets account names from a specific game server using this command line
Dim apikeyinfo As APIKeyInfo = api.getApiKeyInfo()
lstbxCharacters.DataSource = ...
0
votes
1answer
205 views
populate a list box from an array based on a combobox selection in vb
ok so all the answers i have found deal with subprocedures. I dont need that what I need is to populate a list box from an array based on a combobox selection. It must be activated by the btnCalculate ...
0
votes
1answer
29 views
get the results of each item on rutime without waiting all the loop
Here is my code:
For Each itema In ListBox3.Items
Dim source As String = getsource(itema)
If source.Contains("blz blz blz") Then
ListBox2.Items.Add(itema & ...
0
votes
2answers
69 views
Skip adding duplicates from one listbox to another
I have the following code:
'get the items from listbox4
For Each aa As String In ListBox4.Items
'convert string to uri and grap the hostname for each item in listbox4
Dim ...
1
vote
2answers
35 views
Arraylist on FORM 2 put into an Listbox Form3
I have got some code that gathers all textboxs and stores them as an arraylist, then all combo boxs stores as a second list, this is "working" however it seems to be putting box's 2-10 from top to ...
1
vote
3answers
81 views
Linking index of two or more listboxes in VB.NET
I'm doing an project and there is an requirment that i haven't come up with the solution yet.
I'm asked to create a result storing system for a long jump competion. I have to create three listboxes to ...
1
vote
2answers
80 views
Unable to cast object of type 'RuntimePropertyInfo' to type 'ListBoxItem'
I have this strange problem where I am unable to get an item from a ListBox. I have even tried to use the code from this site but it fails in my situation with a message: Unable to cast object of type ...
0
votes
1answer
281 views
VB.NET ListView/ListBox Checked item in WPF
How do I simply add a checked (or unchecked) item in a listview (or a listbox) ?
I've searched for a long time but I always find topics on Windows Forms about CheckedListBox objects and ...
0
votes
1answer
614 views
how to add combobox items in listbox or listview
I want to know what control to be use on my project is it Listview or listbox???. I have a comboBox control on my project what I want to do is when I selected 1 item on my combobox it will ...
0
votes
1answer
212 views
Can you populate a ListBox with data entered within a ComboBox in VB?
I have a program that has a number of fields that the user can input data into, and also a number of ComboBoxes that the user can select data from.
My question is is it possible to use this selected ...
-2
votes
1answer
275 views
Add mysql data to listbox in VB.NET
I need to make VB take information from my MySQL Database and place it in a list box. So please could you help me out. I can't seem to understand how to insert it into a list box.
1
vote
2answers
1k views
Showing all fields in listbox from database, vb.net
I'm trying to make a list box to show all the fields of a particular table in an Access database. I have a few tables, and the idea would be to have each table loaded by a different button (and the ...
0
votes
2answers
138 views
Get selected item of ListBox on another page
I have made an application with two pages. When the user clicks an item on the listbox of the first page, the second page is supposed to show up with details about the clicked item.
I have a problem ...
0
votes
3answers
159 views
Get full path and file name seperately
I'm trying to get the file name and full path of each file, the snippet below searches all folders in "foo" folder and outputs the file names in ListBox.
Dim di As New DirectoryInfo("C:\\foo")
Dim ...
0
votes
2answers
310 views
Computer names on network VB.Net
I want to list all the connected network computers in a listbox. Does anyone know how?
1
vote
2answers
87 views
Chart corrupt when load listboxes
I've weird problem , I'm a beginner making small program Solves some statistics using listboxes and displaying 2 charts
the problem is that when I try to save the first 3 main listboxes to a txt file ...
1
vote
1answer
217 views
Trouble with Listbox bind inside Gridvew
I am a AS400 programmer asked to write a progam in asp.net using vb.net. I have never done this before and I am having issues with populating a listbox in Gridview. I have researched this subject for ...
1
vote
2answers
111 views
is there a way to keep index of listbox while sorting items?
I'm using listbox to get items from xml file, and each item has an id, name and content,
but i put in listbox just names and i store other data in variable like dictionary(of integer : index, string : ...
0
votes
0answers
458 views
vb2008 show listbox selected items values to another listbox
I'm doing a Recipe library now in vb2008. I have a form with 3 listboxes, a remove button and find button. lstMix is populated with name of ingredients from a table in the mysql database and selection ...
0
votes
1answer
97 views
Implement a second column of checkboxes alongside a checked listbox
I am creating some UI for a graphing tool at the moment, and I was wondering if anyone has come across/ knows how to implement a checked list box with 2 check boxes. I have had a look on both google ...
0
votes
1answer
176 views
Listbox Database
Okay, so for a project I'm not allowed to use Datagridview and instead I'll have to use a Listbox to display data from a database when it is searched for. I'll link my code below, could anyone please ...
0
votes
0answers
282 views
get all listbox items in vb2008
hello I'm working on my Recipe library now. I have a form with 3 listboxes (lstIngredient, lstSelected, lstRecipe) and a find button. lstIngredient is filled with ingredient names stored in the ...
0
votes
1answer
114 views
Listbox Multiple KeyPress
How can I achieve the search functionality that works with multiple keys in CheckedListBox and ListBox?
Example: I have the following items in the list:
1000
1500
1520
2010
5001
5102
When I press ...
0
votes
2answers
546 views
vb2008 search through listbox using textbox
hi I have a form that find, or should I say filter, the items in a listbox using a textbox. I have a textbox used for searching and a listbox populated with items from database. Now, say listbox items ...
0
votes
2answers
105 views
Listbox should only display pdf extentions?
I have a listbox which reads all files within a predefined directory. in this directory are all sorts of files. What i would like is to "filter" for PDF files only, so that only files with the.pdf ...
2
votes
1answer
146 views
Save WPF Stackpanel Childen
I have following codes and I dynamically created Stack panel with its children inside the List box. The Stack Panel's children value is getting from the text box entry
however I'm wondering whether ...
1
vote
1answer
74 views
Equals Operator with Listbox & Math not working properly
I'm finished with my homework my teacher asked for. The math isn't calculating out to what it should be. The math is working corectly for Handling Stress, Time management, and supervision skills. When ...
1
vote
1answer
52 views
Showing the current progress
I want to add the current progressbar value when it's not in the listbox. I want it to add a new item when the progressbar value changes.
Here is my code so far... It just adds "0%" a million ...
0
votes
1answer
831 views
getting selected listbox items values to display in another listbox using vb 2008
I have a form with a 2 listboxes. Here, listbox1 is populated with names of actors and actresses. If a name is selected from listbox1, listbox2 should show the title(s) of movie(s) where that name is ...
0
votes
1answer
295 views
How to Handle SelectedIndex and Double Click event for ListBox in VB.NET?
I have a functionality regarding the double click of ListBox which already has SelectedIndexChanged event.The same events in vb6 works fine,but when it comes to single click the SelectedIndexChanged ...
0
votes
2answers
476 views
Insert sql data into listbox
When I run this code my listbox is empty. What is the best way to get data from SQL and into a listbox? When the form is submitted I want to use the CustomreID value data to store into another table ...
0
votes
0answers
153 views
How to print an entire WPF Listbox
I have a 3.5 WPF application in which I want to be able to print the contents of a listbox. I've noticed that when there are enough items that a vertical scroll bar is needed and the user scrolls ...
0
votes
2answers
287 views
ListBox.SelectedItem vs ListBox.Items(SelectedIndex)
I am trying to change the data of the ListBox item, when I have made changes and committed them to the database. However, assigning a new value to a ListBox.SelectedItem doesn't seem to work, but if I ...




