A graphical user interface element that allows the user to select one or more items from a list.

learn more… | top users | synonyms

0
votes
1answer
444 views

How to show listbox item in textBox using data from local database in C#

Hi im new to programming and currently working on a project that lets a user enter its registration data into a local database using textBoxes. The code works that its adding the items into the ...
0
votes
0answers
40 views

WPF ListBox - Any Event Generated after the ItemSource for List Box assigned

I have created a Data Template with Buttons as shown in the below code for my ListBox . In my control I Keeping performing the addition and deletion of these buttons . I have a ObservableCollection ...
0
votes
1answer
49 views

Events for Listbox Item

What is the most recommended event to use for listbox items. I have three static items in my list and this should navigate to a page upon clicking. I know that there's no click event for listbox items ...
0
votes
0answers
36 views

Disable specific Item in Listbox by data Silverlight (V4)

I want to disable an Item in a Listbox-Control, which has a radio-button in template, by loaded data: IN XAML: <Grid> <StackPanel Orientation="Vertical" ...
0
votes
1answer
128 views

How to display multiple local database items in listBox?

Im new to programming and my problem is im trying to display multiple items in a listbox and the items come from a local database. I got a table Users in my local database that contains columns ID, ...
0
votes
0answers
38 views

ListBox in c# doesnt update display, even though items have been updated

private System.Windows.Forms.ListBox listboxKeyWords; this.listboxKeyWords.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | ...
1
vote
1answer
56 views

When binding Width to ViewportWidth in the ListBox with images the horizontal scrollbar is visible

What I'm trying to achieve is to create a vertical list of photos with frames on the rightmost side of a WPF window. The images are data bound to ObservableCollection and the images list should be ...
0
votes
1answer
151 views

Use Google Apps Script listbox to select different sheets in spreadsheet

I am currently working with a spreadsheet that has a few years of numerical data across different sheets (also known as tabs by some!?), each sheet/tab representing one year's worth. Following a few ...
0
votes
1answer
53 views

How to detect if tab key is pressed on listbox leave

I am developing an windows application. In that application i have a list box control on one form.Now i need to detect if user presses tab key or Shift+tab key.how can i detect this on list box leave ...
2
votes
3answers
86 views

How to load XML “row” into index of listbox C#

I'm trying to load a single "row" of xml to a listbox index. <?xml version="1.0" encoding="utf-8"?> <!--User | 4/16/2013 @ 10:05 PM--> <ContactBook> <Contact> <Name> ...
1
vote
2answers
45 views

checkedlistbox addition with other numbers

It's my first post. I'm trying to make multiple sums in a checkedlistbox in Visual C#. There are 108 numbers, one in each row, and I'm trying to sum the checked item(s) with each one of the rest and ...
0
votes
2answers
415 views

Change style for all ListBoxItem in a ListBox (Windows phone 8)

I have a Listbox with some Listboxitem and I would like to change the style of all items. I know, it's possible to create a style in resources and bind this style to each item but maybe is there a ...
0
votes
3answers
93 views

Remove items from ListBox when DataSource is set

See I have a HashSet with several values, this values can contain for example numbers like 4141234567, 4241234567, 4261234567 and so on. I put a radioButton1 in my UserControl and I want when I click ...
0
votes
1answer
50 views

Listbox Help wanted (simple script)

I am not an expert but try to figure it out about ~6 hours now, I have a selection window with 2 items, and whatever what i choose it say i choose No1 item. Later on i replace nr1, nr2, with actions ...
0
votes
0answers
129 views

Dynamically Selecting ListBoxItem MVC

$ I have two listbox and a Grid, i am sending a ID when user clicks on Grid template column "Edit". i want to programatically select listbox item on the basis of this ID. how can ...
1
vote
3answers
57 views

C# Data Loss between windows

In order to navigate my application you are presented with the Mainwindow on load up. There is a button that you can click that opens the TeacherTools window. From here you are able to add new ...
-1
votes
2answers
96 views

Linq Query Object reference not set to an instance of an object

I have a listbox populated with entries from a table using Linq in C#. I have the DisplayMemberPath set to "Country" Which is fine, no problems there. When the country is selected from this listbox ...
-1
votes
1answer
41 views

How to start all files in Listbox?

I'm still learning C# and I need some help here.I have a listbox that includes all files that is going to be scheduled, I use DateTimePicker and DateTime for this. The problem is that the program only ...
0
votes
2answers
23 views

Listbox code from As Variant to As Long

I've learned that the As Long is much better than As Variant when it come to improving macro speed. Dim data1() As Variant data1 = Array("a", "b", "c", "d", "e") Sheet1.ListBox1.List = data1 When ...
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
1answer
63 views

Acessing a list within a different class

I've having trouble populating listbox with the information stored within a different class. This class is called TeacherTools which is where a number of methods are used to control the student ...
0
votes
2answers
106 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
66 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
49 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
1answer
27 views

Specific control for a specific DataType

I have a List which contains different types of objects: List<object> myList = new List<object>(); DateTime date = DateTime.Now; myList.Add(date); int digit = 50; ...
0
votes
0answers
29 views

WinForm System.Windows.Forms.ListBox cannot select when RPD

I saw a strange error when using ListBox in a WinForm application. In my own machine, I can select the items populated in the ListBox. But when I deploy the files in a Remote machine, and RPD to it. I ...
0
votes
1answer
81 views

Data binding to Listbox from JSON Response

This is the first time i am doing xaml so please understand that I might be slow in learning Below is my CS codes. I am trying to bind the "attributes" to listbox. public DirectionPage() { ...
0
votes
1answer
43 views

Cannot bind objects to ListBox

Cannot bind objects to ListBox. Data are there I guess it is something about Binding. Any clue? C# public sealed class Package { public Guid ID { get; set; } public string ...
1
vote
2answers
79 views

Silverlight 4 CollectionViewSource ListBox Filters Based on DataType

I have a ListBox which I am loading with objects of three types which all inherit from the same parent type. I would like to filter out the objects in the ListBox based on their type using a ...
1
vote
0answers
115 views

ListBox on change event, with one item

I am using asp.net listBox, with the attribute rows=1. I want that when I select an item in the listBox, the "onchange" method will call a javascript function. The problem is that the "onchange" ...
0
votes
0answers
113 views

Windows phone custom message box content events not firing

I have created a CustomMessageBox which contains a ListBox. For some reason my SelectionChanged event on the listbox (which is in the CustomMessageBox) is not firing. Any Suggestions? private void ...
1
vote
2answers
134 views

how to set multiple items are selected in ListBox?

i have one ListBox with selection mode of multiple. In code behind, i want to set some values are selected, which values are present in ListItems[] named as 'Names'. My code is here.. Html code: ...
0
votes
0answers
30 views

how to use one class for mauplate different data in listbox

I wrote a class for my listbox in C#, this class store different values for me. The problem is that I am binding my listbox with this class, but I dont know how I should tell listbox to use some other ...
0
votes
2answers
132 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 ...
0
votes
1answer
61 views

How to delete a registrykey when selecting on listbox?

I have added all startup programs to a listbox. How can I delete the selected registry key when I select the item and click on a button? Listbox code: private void starting() { ...
0
votes
4answers
82 views

How to open file that is shown in listbox?

I have added all startup programs to a listbox. How can I open the file when I select the item and click on a button? Listbox code: private void readfiles() { string startfolder = ...
0
votes
0answers
64 views

READ ListBox item select remove from real directory READ

Hello I have a Listbox that shows up all startup files on your computer. Is there anyway that when I click on the item and click on button disable it actually removes the startup item? I don't think ...
1
vote
1answer
107 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 ...
0
votes
3answers
64 views

Can't add files to listbox…READ

I'm using a code to show all startup items in listbox with environment variable "%appdata% There is some errors in this code that I need help with.... Check code for commented errors Is there any ...
1
vote
1answer
102 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
2answers
146 views

sending selected listbox items to controller

My scenario is here OK i have a multi-select listbox, what i want is when we select multiple records and press button, i should i have selected items list in calling method of ...
0
votes
1answer
40 views

How can I add the items from a listview to a listbox?

I want to create a receipt for items in my list view in c# which has 4 columns. The list view: I want to add the items from that view to a listbox in order to generate a receipt. Is my approach even ...
0
votes
1answer
200 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
37 views

Tkinter: Listbox please behave yourself

import Tkinter def selector(): ... selections_scroller = Tkinter.Scale(b_action, from_=0, to=len(ymls)) ... pos = int(selection.curselection()[0]) loaded = ymls[pos] ...
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
66 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 ...
0
votes
1answer
65 views

Sorting a ListBox of objects by attributes

I have a list created by: List<Song> SongList = new List<Song>(); Populated by a bunch of: SongList.Add(new Song(songID, "Dirt", "Alice in Chains", "Rooster", "Rock", "02:32")); The ...
1
vote
0answers
35 views

Streamread into a listbox and recognize new lines

I am trying to create a football league program and I am not sure how to format the list box and also how to seperate lines from a fileStream. I wanted my output to look like Team Name Team ...

1 2 3 4 5 83