Tagged Questions
0
votes
0answers
27 views
Custom List Box (or) custom Panel in windows form
im trying to create a facebook application, to display timeline and other messages
i need to customize the list box , to display Image of the sender, and the name of the sender in bold as heading and ...
0
votes
0answers
8 views
Binding WinForms ListBoxes and ComboBoxes to list items vs. list item properties — undocumented feature?
The following code works, but is unusual because ValueMember is NOT a property name; it is a type name. The documentation says nothing about this use of ValueMember (see MSDN), and I have never seen ...
1
vote
3answers
81 views
How To Disable Selected Item In List Box
I have a ListBox in my WinForms application and I want to disable some items on that list,
for example if I right click on an item , it gets disabled and if I left click on a disabled item it should ...
0
votes
2answers
52 views
Align data from database to listbox
I tried to align data in listbox using \t but did'nt works for a data that is long
using (SqlConnection myDatabaseConnection = new SqlConnection(myConnectionString.ConnectionString))
{
...
0
votes
2answers
24 views
Align data in listBox
I load the database in listbox by this code:
using (SqlConnection myDatabaseConnection = new SqlConnection(myConnectionString.ConnectionString))
{
myDatabaseConnection.Open();
...
0
votes
3answers
45 views
C# Winforms ListBox Set BackColor when item meets condition
I have a collection that is the DataSource of a ListBox.
I'd like to enumerate the ListBox items and change the BackColor when the collection item has a certain property. The code in the for isn't ...
0
votes
0answers
37 views
listbox bind to property of a custom class
I'm having trouble understanding how to do this. What I have going on is a C socket program running in linux that is sending data to my C# program that I then receive and display in charts and a ...
0
votes
3answers
126 views
C# Winforms Bind ListBox to DataTable Issue
Well, I've ran into a problem when binding ListBox control to DataTable.
Code:
using (DbWrapper db = DbFactory.GetConnection("SQLite").WrapIn<MyDbWrapper>())
{
db.Open();
DataTable ...
0
votes
1answer
39 views
How can i check if listbox is connected to a datasource?
theres a way to check if listbox is connected to datascource ?
I mean something like that
if (listbox1.datascource.enabled == true)
....
0
votes
2answers
112 views
listbox selected item give me “ System.Data.DataRowView” , C# winforms
I have listbox1 - its datasource is a column (productname).
so i have in the listbox a MultiSelection option.
and im trying to make a MessageBox for all the option i selected and this the code:
...
0
votes
2answers
37 views
Remove listbox items when tab is changed
I created a form with three tabs. The button below is under one tab and when clicked fills the ListBox readBox with items from a text file. What I cannot figure out how to do is remove the items from ...
0
votes
1answer
41 views
How to mange a listbox inside a tab control
This is the first time I'm trying to build something with a tab control.
At first I made a small application in .NET 4 C#, which had a listbox as a stand alone at its main window and now I want to ...
1
vote
1answer
65 views
C# data bound ListBox
I have the following two Access tables:
Employee table:
EmployeeID
Name
etc.
Project table:
ProjectID
EmployeeID
ProjectDescription
Each Employee can manage zero or more projects.
I know how to ...
1
vote
2answers
47 views
List Box Hangs after adding several Entries
I'm using winforms in c#.
I simplified my app so that it just has a list box and a button.
here is my button click code.
private void button1_Click(object sender, EventArgs e)
{
...
0
votes
1answer
78 views
Winform Listbox Select Items from Database [duplicate]
I have three database tables:
a list of cars,
a list of people, and
the third is the many-to-many table of people to cars.
On my winform for a person, I have a listbox of available cars. ...
0
votes
1answer
50 views
Mouse click on selected item in listbox unselect the oders items
In listbox when several items is selected and I click on one of them, the oders become unselected.
How to allow possibility become unchanged the oders items?
1
vote
2answers
81 views
C# Aligning 2 Strings via a listbox
In my listbox, I would like to display the following
String 1(left aligned - default) int value(right aligned)
Is there a way to do this, or can there only be 1 alignment in a ...
0
votes
1answer
42 views
Updating a Listbox Automatically
I have 2 listboxes. The first one is enabled and the second one is disabled. The second listbox will get its data from the first one.
For example, let's say I entered 2 in listbox1. listbox2 will ...
0
votes
0answers
31 views
Add style to the last item that was added to a listbox
I would like to add a style to a listbox item that was just added. Then, when the next item is added, remove the previous items style and add to the newly entered item. How would I do that? Add help ...
0
votes
1answer
71 views
Winforms displaying information from dictionary in a Listbox (sorting by value)
So, I've got a Sorted Dictionary where my keys are first names & values are last names.
I have a list-box on my form that displays all possible Values from which the user can pick a last name. ...
1
vote
2answers
176 views
C# - Remove all items from listbox
I have a C# winform that uses a listbox with a bound list for the datasource. The list is created from a text file on the computer. I'm trying to create a "Remove all" button for this listbox and am ...
0
votes
1answer
68 views
How to display a list in a listbox
Trying to print the song stings in a list box. I tried just adding them as items, but that just prints windowsform1.cs. Do I have to convert the items, or is their a function i need for the listbox to ...
0
votes
2answers
113 views
Exception when swapping value from one listbox to another listbox
I have two listboxes. When I swap values from one listbox to another I get an exception Items collection cannot be modified when the DataSource property is set. How can i resolve it?
Below the code ...
-1
votes
1answer
111 views
why is this C++/CLI code not adding the files to a listbox
I have this c++ code that is supposed to detect when a file has been modified in a directory and add the file name to a list box.
This is the file watcher part which is inside a button that starts ...
1
vote
1answer
50 views
Selecting listbox members with partially matching string
I am currently using this method to match exact strings and select the index of which it belongs in a Listbox:
private void searchbtn_Click(object sender, EventArgs e)
{
string term = ...
0
votes
1answer
403 views
Remove selected item from generic list via a button and listbox
How can you remove from a generic list via a button with the selected item in a listbox?
This is what I have so far in my button click method:
if (listBox2.SelectedItem != null)
{
...
-3
votes
1answer
125 views
How to remove from List in c# [closed]
I am trying to remove from a list with selected item in a listbox, I am not sure why this doesn't work as it is the same as when I add to the list but in reverse really. So the question is how do I ...
0
votes
2answers
348 views
Add to array list from listbox selected item does not work properly
I have a program where I am trying to move items from one arrayList to another via a listbox and then print out the info in an XML, but the error I have is when I am adding it often certain times the ...
0
votes
1answer
156 views
Add to array list from another array list
I have a program where I am trying to move items from one arraylist to another via a listbox but when I try to add it to the the second arraylist it does not add there.
ArrayList list1 = new ...
2
votes
2answers
473 views
Complex UI inside ListBoxItem
In WPF, I can add whatever UI into ListBoxItems by providing the ListBox with an ItemTemplate:
<ListBox ItemsSource="{Binding}">
<ListBox.ItemTemplate>
...
-1
votes
1answer
54 views
Listing a table of folders using C#
I want to mimic the functionality of the following image using Visual C#:
This I know is not a textbox or a combobox or a richtext (Maybe).
I managed to get the add function, where I get ...
0
votes
3answers
271 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 ...
1
vote
1answer
83 views
Update or refresh using datasource
I load my data from ms-access database to listbox.. all I want to do is update or refresh my listbox datasource when I click on my update button. then this is the code i use for method then call the ...
0
votes
1answer
358 views
ListBox datasource is not updated on first click
i create a winform program that load the data from ms access database to my listbox. when i click my item which i want to update on database and datasource on my listbox and click the update button, ...
0
votes
1answer
279 views
listbox datasource update ms access winform
i create a winform application with a listbox datasource that come from ms access database. the problem is when i click the Update button the listbox is not getting update. example i change the ...
3
votes
2answers
84 views
how to use wait or thread to wait till the event occurs
Say in winforms I have a listbox.
and I also have a thread which waits till there is some item in listbox.
Say currently the list box is empty, so the thread have to wait.
Say now there is some ...
3
votes
1answer
127 views
Add to an arraylist from different arraylist index
I have two array lists one in which I read in values from an XML, and then I add a specific tag to a listbox. From the listbox I transfer over the tag to another listbox, but the problem I am having ...
1
vote
2answers
298 views
Cannot change labels using listbox selected item via class
I have a listbox which holds a name of a tag from and xml file, there are other tags which are also held in a class but when I try to click on a value inside the listbox to set my label text to what ...
1
vote
2answers
54 views
XML values wont read to string
I am having difficulties with my XML code it doesn't seem to saving and when I print it out nothing happens. I am not sure what is wrong because before it would load into my listbox but it would load ...
0
votes
0answers
106 views
Using a ListBox locks out the other controls on the form
I have a form in a Windows application that contains several controls: radio buttons, command buttons, text boxes, a datagridview, and a ListBox.
The dataGridView is bound to a datatable and the ...
-5
votes
1answer
265 views
C# Display listbox selected item on labels [closed]
Hi there I have a problem with this code I need to read a xml file and show them on the list box which I did and it's working fine then I have to chose the item in list box and see some details in ...
1
vote
1answer
193 views
How to add padding between items in a listbox?
I'm wondering if there's a way to add padding between my line items. It's a form intended to be used on a tablet, and space between each one would make it easier to select different items.
Anyone ...
0
votes
2answers
115 views
How can I set the font size to 20 so the items in the listBox will fit?
This is the class where I draw and color the items in a listBox. The function is ColorListBox. If I'm using font size 8 it looks ok but if I'm using font size 20 the items in the listBox overlap each ...
1
vote
1answer
188 views
Refresh listbox after adding
I have a listbox in C# and want it to refresh after I added a new item(which gets opened with a new form dialog)
Here is my code which doesn't work.
private void showAllItems()
{
...
0
votes
1answer
258 views
Custom ListBox with transparent backcolor issue
I created a custom multiline ListBox control inherited from ListBox. In the form, the ListBox position is above a WPF rounded and transparent panel hosted in an ElementHost. Now, what I want, is that ...
0
votes
2answers
78 views
Get value from listBox using List
I am using a ListBox and the data is a class:
private class Duration
{
public int Value { get; set; }
public string Label { get; set; }
}
I bind the class in this way:
var durations = new ...
0
votes
2answers
216 views
Search an item in the listbox where the item to be searched is in textbox and no button click C#
say ive a listbox with items already present, say the items are
Ant
Adam
Ball
Cat
Dog
Ear
Frog
above the listbox there is a textbox prompting the user to search
say if i enter in textbox ad ...
0
votes
1answer
544 views
Set Listbox SelectedItem/Index to be the same as it was prior to moving an item out of it
I've got 2 ListBoxes and have controls to move items to and from one another. When moving an entry from listBox1 into listBox2, the first entry in listBox1 is selected automatically - logical ...
0
votes
4answers
649 views
Listbox item in foreach Condition
I like to get the string of the current item in foreach condition.
public void checkStock()
{
foreach (var listBoxItem in listBox1.Items)
{
if ...
3
votes
4answers
94 views
C# Problems with simple list display
I am making an animal shelter application, in which I have to create either a cat or a dog, and by creating it and adding it to a list. I have a button that is supposed to show all the animals of the ...

