No announcements
Found 3103728 threads
-
0 Votes
Populating listbox based on another listbox in Propertygrid
I am using C# and moreover the listbox in propertygrid is getting populated based on the click of the down-arrow in the propertygrid.Answered | 3 Replies | 11530 Views | Created by Sudarshan Belur - Thursday, September 18, 2008 9:43 AM | Last reply by Shrikant Maske - Friday, October 24, 2008 8:48 AM -
0 Votes
Populate listbox with multiple selected values
Selection will probably involve setting isSelected or Selected properties for the items.Answered | 2 Replies | 1447 Views | Created by rushelp - Monday, January 28, 2013 2:55 AM | Last reply by RohitArora - Monday, January 28, 2013 6:15 AM -
1 Votes
Listbox not populating from Dataset.
Based off of your code, this is what I am now seeing when running my application: As you can see, it looks like the data is ...Answered | 5 Replies | 2239 Views | Created by 5801ptbac - Thursday, December 20, 2012 10:15 PM | Last reply by Frank L. Smith - Friday, December 21, 2012 4:14 PM -
0 Votes
Populate listbox with an sql query
How are you populating the 1st listbox.Answered | 2 Replies | 4617 Views | Created by hemisphere - Tuesday, May 5, 2009 2:14 PM | Last reply by A.m.a.L Hashim - Tuesday, May 5, 2009 6:11 PM -
3 Votes
Deleting row based on listbox selected item
is the listbox populated only or is it bound to a datatable.Answered | 7 Replies | 6167 Views | Created by meef - Friday, July 3, 2009 1:38 PM | Last reply by meef - Friday, July 3, 2009 5:09 PM -
1 Votes
ListBox columns, headers and population
<ScrollViewer Grid.Row="0" Name="sv" ...Answered | 2 Replies | 596 Views | Created by KyleBriggs - Wednesday, February 3, 2016 1:01 PM | Last reply by Andy ONeill - Wednesday, February 3, 2016 1:54 PM -
0 Votes
Outlook 2013 - Populating a textbox from the selection in a listbox
This can be useful when you need to display information in other controls based on the current selection in the ListBox.Answered | 5 Replies | 808 Views | Created by Obber - Thursday, June 18, 2015 11:52 AM | Last reply by Obber - Monday, June 22, 2015 1:54 PM -
1 Votes
Populate listbox from SQL query
Since the Items of a Listbox are just objects meaning that they do not associate themselves with any kind of events.Answered | 5 Replies | 5403 Views | Created by Ptiwstp1 - Thursday, January 12, 2012 2:56 AM | Last reply by Spartan_578 - Thursday, January 12, 2012 6:48 AM -
0 Votes
need help with listbox selections
Listbox1 populates the running processes on the computer through a module when a button is pressed or the auto watch mode is selected.Answered | 5 Replies | 1675 Views | Created by Ignyose - Sunday, December 25, 2011 8:16 PM | Last reply by Ignyose - Monday, December 26, 2011 6:02 PM -
0 Votes
Adding Items to the other listbox from the first listbox
Hello, Looks like you are using a CheckedListBox not a ListBox.Answered | 1 Replies | 1235 Views | Created by Sid Williams - Monday, August 12, 2013 8:40 PM | Last reply by Kareninstructor - Monday, August 12, 2013 10:00 PM -
1 Votes
populate wpf textbox from listbox selected item - MVVM
How was Thomas ( or anyone ) supposed to know you hadn't got the address from the database?Answered | 3 Replies | 4372 Views | Created by arkiboys - Wednesday, September 2, 2015 4:15 PM | Last reply by Andy ONeill - Thursday, September 3, 2015 8:59 AM -
1 Votes
Populating the ListBox in WPF
Best regards, Sheldon _Xiao[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample ...Answered | 2 Replies | 2404 Views | Created by haris.sami - Friday, October 28, 2011 5:34 AM | Last reply by Sheldon _Xiao - Wednesday, November 9, 2011 8:32 AM -
0 Votes
Splitting ListBox Items into other ListBoxes
Tried to use that somehow and all it did was spam the first number into the listbox...Answered | 3 Replies | 3291 Views | Created by Bsk8r - Tuesday, November 16, 2010 9:58 AM | Last reply by jtorrecilla - Tuesday, November 16, 2010 11:03 AM -
0 Votes
Populating a ListBox with values from an object ??????
The MultiColumn property of a ListBox allows you to "wrap" a single field into multiple columns.Answered | 4 Replies | 3324 Views | Created by Ksor - Thursday, November 4, 2010 12:37 PM | Last reply by Ksor - Thursday, November 4, 2010 3:59 PM -
0 Votes
Listbox to populate text box
I'm not sure exactly what you're trying to accomplish here but to put the value of any column from the currently selected row into a text box use the ...Answered | 2 Replies | 739 Views | Created by Soin IT - Friday, February 6, 2015 9:01 PM | Last reply by Soin IT - Saturday, February 7, 2015 2:28 PM -
0 Votes
Retrieve ValueMember from multi select listbox
Based on your tip and with 5 minutes of configuring, I came up with the following which works perfectly.Answered | 2 Replies | 3712 Views | Created by exxy - Sunday, November 18, 2012 12:10 PM | Last reply by exxy - Sunday, November 18, 2012 10:36 PM -
0 Votes
How a ListBox is populated from a data table?
// in reality your DataTable would be populated from somewhere?Answered | 2 Replies | 8602 Views | Created by Arun87 - Friday, February 25, 2011 12:34 PM | Last reply by Arun87 - Tuesday, March 1, 2011 6:01 AM -
0 Votes
MVVM: Populate a view (with listbox) when an item from another view (with listbox) is selected
Once you have that you can bind the topics list to the listBox on the view.Answered | 2 Replies | 1141 Views | Created by oiledor - Tuesday, May 14, 2013 5:12 AM | Last reply by Miguel A. González - Tuesday, May 14, 2013 7:35 AM -
0 Votes
Populating listbox from xml file
Hello, The following shows a complete example which reads an xml file from disk, shows Company name in the ListBox and has three properties set in a class.Answered | 3 Replies | 2097 Views | Created by Jacket113 - Tuesday, January 17, 2017 7:56 AM | Last reply by Kareninstructor - Tuesday, January 17, 2017 1:47 PM -
0 Votes
Displaying Selected Images from a Listbox
You can make it work the other way as well.Answered | 4 Replies | 4167 Views | Created by mallot - Wednesday, March 10, 2010 6:39 AM | Last reply by cummings9306 - Thursday, September 6, 2012 5:52 PM - Items 1 to 20 of 3103728 Next ›
No announcements