No announcements
Found 1966136 threads
-
0 Votes
Help on Listbox focus problem
For example I have a quite nice book as WPF unhleash and I check again about the problem I met with items and nothing is mentionned about this behaviour in ...Answered | 6 Replies | 3399 Views | Created by Serge Calderara - Tuesday, July 28, 2009 8:34 PM | Last reply by Serge Calderara - Wednesday, July 29, 2009 8:03 AM -
2 Votes
ListBox Databinding Problem..
However, now you must tackle the problem of your data layer.Answered | 20 Replies | 5539 Views | Created by OZA DATT - Thursday, February 18, 2010 4:06 PM | Last reply by OZA DATT - Saturday, February 20, 2010 6:21 AM -
0 Votes
listbox Problem (visual basic 2008)
I often have problems to understand the request, so I see every comment as an usefull enrichment.Answered | 12 Replies | 4171 Views | Created by DS_Racing - Sunday, November 21, 2010 10:12 PM | Last reply by Xiong Wei, Jin - Thursday, November 25, 2010 12:49 AM -
0 Votes
multi column listbox problem
MultiColumn ListBox Alignment has two type of fixes - 1.Answered | 4 Replies | 4744 Views | Created by Aman develop - Sunday, January 13, 2008 3:10 PM | Last reply by skyW - Monday, June 23, 2008 7:32 AM -
0 Votes
how to check the state of check boxes in a listbox
CheckBox cb=new CheckBox(); cb.Content = ClassLatin.Listt[i].chapter; ListBoxLessons.Items.Add(cb); So I guess what I'm trying to do is find out ...Answered | 2 Replies | 3392 Views | Created by AlphaOne1 - Saturday, December 20, 2008 6:54 AM | Last reply by AlphaOne1 - Saturday, December 20, 2008 11:04 PM -
1 Votes
A Listbox problem
To all you experts out there, * I have a Listbox, that has been loaded correctly from a file.Answered | 1 Replies | 895 Views | Created by Kurt Blomquist - Tuesday, July 30, 2013 11:45 AM | Last reply by IronRazerz - Tuesday, July 30, 2013 12:49 PM -
0 Votes
Listbox problems
ListBox1.Items.AddRange(New String() {"This", "That", "The Other"}) End Sub Private Sub ...Answered | 8 Replies | 2427 Views | Created by hello lol - Sunday, August 1, 2010 3:38 PM | Last reply by Frank L. Smith - Sunday, August 1, 2010 4:58 PM -
0 Votes
2 Listbox Databind Problem
Hi, please try this: <ListBox Grid.Column="1" Name="lbMatches" ItemsSource="{Binding ElementName=lbUsers, ...Answered | 2 Replies | 558 Views | Created by Baellon - Sunday, April 27, 2014 3:41 PM | Last reply by Baellon - Sunday, April 27, 2014 4:07 PM -
6 Votes
Listbox display problem
Can you reproduce the problem in a fresh new project with just a ListBox?Answered | 27 Replies | 1443 Views | Created by Gina1111 - Friday, June 14, 2013 6:19 PM | Last reply by Frank L. Smith - Friday, June 14, 2013 11:09 PM -
0 Votes
Problem with ListBox and Process in C#
I've a program with three buttons and a ListBox.Answered | 3 Replies | 3923 Views | Created by ddlyProgrammer - Friday, December 30, 2011 1:11 PM | Last reply by ddlyProgrammer - Friday, December 30, 2011 3:49 PM -
2 Votes
Problem with ListBox Item Alignment
how can i solve this problem ...Answered | 10 Replies | 5402 Views | Created by salam.p.v - Monday, December 5, 2011 7:06 AM | Last reply by Bob Shen - Monday, December 12, 2011 3:41 AM -
0 Votes
Problem using ListBox
thank you very much, it solved the problem.Answered | 4 Replies | 349 Views | Created by Bigmarcos - Thursday, March 5, 2015 11:01 AM | Last reply by Mr. Monkeyboy - Thursday, March 5, 2015 2:17 PM -
2 Votes
Problem populating ListBox with Template
I've converted the Class 2 VB without problems.Answered | 9 Replies | 3742 Views | Created by Iruska from Chili - Tuesday, April 6, 2010 12:05 PM | Last reply by Iruska from Chili - Wednesday, April 7, 2010 1:09 AM -
0 Votes
UserForm ListBox Problems
You can try Syswizard's suggestion to make the listbox wider.Answered | 6 Replies | 1984 Views | Created by benjy_t - Tuesday, December 11, 2012 10:27 PM | Last reply by Quist Zhang - Friday, December 21, 2012 4:19 AM -
4 Votes
ListBox Selection Problem
hmm, did you put all the listBoxes you want to deselect into the array?Answered | 6 Replies | 2890 Views | Created by arnelgonzales - Monday, April 25, 2011 10:22 AM | Last reply by arnelgonzales - Monday, April 25, 2011 1:07 PM -
0 Votes
Visual C# 2010: displaying filepath in listbox or textbox
>But instead it is displaying with hypen across W If you want to replace specific string to a new string, you could use 'String.Replace' method: String.Replace ...Answered | 3 Replies | 504 Views | Created by yuvaforlife - Wednesday, June 29, 2016 8:49 PM | Last reply by Moonlight Sheng - Friday, July 1, 2016 5:57 AM -
0 Votes
Multiselect ListBox Problem
This forum supports Visual Basic in Visual Studio (VB 7 and later).Answered | 1 Replies | 303 Views | Created by LizzieC - Wednesday, February 3, 2016 2:11 PM | Last reply by Blackwood - Wednesday, February 3, 2016 6:27 PM -
2 Votes
listbox and datasource problem
Maybe something like this Private Function UpdateListBox(ByVal p_arraylist As Arraylist)listbox1.items.clear()Dim l_e As IEnumerator = p_arraylist .GetEnumeratorWhile ...Answered | 6 Replies | 8715 Views | Created by gibic - Monday, November 7, 2005 10:46 AM | Last reply by Ilya Tumanov - Monday, November 7, 2005 6:28 PM -
0 Votes
input listbox value to detailsview
Pleas epost your question on the al Studio and Visual Web Developer Express forum http://forums.asp.net/1213.aspxJeff Wharton MSysDev (C.Sturt), MDbDsgnMgt ...Answered | 1 Replies | 6382 Views | Created by mhh12 - Saturday, June 4, 2011 1:43 AM | Last reply by Mr. Wharty - Saturday, June 4, 2011 10:11 AM -
2 Votes
Two listboxes binding problem
Problem solved, thanks a lotAnswered | 3 Replies | 6346 Views | Created by ancogenli - Friday, January 14, 2011 10:39 PM | Last reply by ancogenli - Saturday, January 15, 2011 3:41 PM - Items 1 to 20 of 1966136 Next ›
No announcements