No announcements
Found 197504 threads
-
3 Votes
Loop through listbox items
Nevertheless, I believe I have answered your question about how to loop through a ListBox.Answered | 8 Replies | 1690 Views | Created by DustinBobbitt - Sunday, August 30, 2015 3:31 PM | Last reply by Frank L. Smith - Sunday, August 30, 2015 4:25 PM -
0 Votes
Listboxes and Loops
This is starting to go in the right direction, however I can't have a DataGridView for the third box, it can only be a listbox.Answered | 9 Replies | 873 Views | Created by mightymagi82 - Saturday, March 14, 2020 7:26 PM | Last reply by Julie Xu-MSFT - Monday, March 16, 2020 6:08 AM -
2 Votes
Factorials with Listbox and loop structure.
Thank you...now all I need to do is figure out whats wrong with the math and also why its not showing in the listbox.Answered | 7 Replies | 5499 Views | Created by Galladonsfire - Monday, December 3, 2012 5:23 PM | Last reply by John Anthony Oliver - Tuesday, December 4, 2012 12:47 AM -
1 Votes
Adding items to a listBox in a loop appears to be too slow
If you are using MFC try calling SetRedraw(false) on your listbox first.Answered | 6 Replies | 4077 Views | Created by Paprica - Sunday, February 28, 2010 11:07 AM | Last reply by davewilk - Sunday, February 28, 2010 3:28 PM -
0 Votes
How to fill in a listbox using "Do Loop" ?
So you say absolutely nothing about the first listbox and what it will containIf you want something you've never had, you need to do something you've never done.Answered | 11 Replies | 4509 Views | Created by Beatsleigher - Thursday, December 20, 2012 6:41 PM | Last reply by Paul Ishak - Thursday, December 20, 2012 8:47 PM -
1 Votes
How to loop through a listbox items and match a text from listboxitems text and if matched then select that row of listbox in window forms
It depends on the type of object that you are adding to the ListBox but it should be pretty straight-forward.Answered | 2 Replies | 744 Views | Created by vivek_kumar9 - Tuesday, November 4, 2014 1:44 PM | Last reply by Magnus (MM8) - Tuesday, November 4, 2014 2:03 PM -
1 Votes
Textbox To Listbox
without a loop ListBox1.Items.AddRange(Split(textbox1.text, vbCrLf))Success CorAnswered | 5 Replies | 11722 Views | Created by RollsRoycePhantom95 - Wednesday, July 7, 2010 3:04 PM | Last reply by Cor Ligthert - Monday, July 12, 2010 2:14 PM -
0 Votes
Looping Listbox and removing selected items.
Now the second Loop which i need to process right after listBox1.SelectedIndex = 0; (shown in your code)... lstProxy (or listbox2) so I need ...Answered | 8 Replies | 3145 Views | Created by acctman - Sunday, August 21, 2011 8:10 PM | Last reply by insigniya - Monday, August 22, 2011 9:03 AM -
2 Votes
Gradient listbox backcolor
It will become a subclassed Listbox with a gradient background.Answered | 9 Replies | 5768 Views | Created by jecht - Saturday, May 23, 2009 4:06 PM | Last reply by jecht - Tuesday, May 26, 2009 6:09 AM -
0 Votes
Two Part Loop Question
Try this in an app with a button and 2 ListBoxes. you'll see when intRandomNumber hits 10, it skips the Do While loop because intRandomNumber1 = 10 at that point.Answered | 6 Replies | 3727 Views | Created by CSharp0101 - Sunday, January 16, 2011 1:38 AM | Last reply by CSharp0101 - Sunday, January 16, 2011 10:05 PM -
0 Votes
Textbox To Two Listbox
You did half of it right by using a loop to go through the lines, but you will get the whole line.Answered | 3 Replies | 1493 Views | Created by orangelight - Sunday, June 2, 2013 3:13 PM | Last reply by IronRazerz - Friday, June 14, 2013 10:00 AM -
2 Votes
Remove item from listbox if exists in another listbox
so put on of lists in foreach loop, and read element one by one...Answered | 4 Replies | 3748 Views | Created by GudfareN20 - Friday, August 17, 2012 12:22 AM | Last reply by deadManN - Friday, August 17, 2012 12:41 PM -
1 Votes
Textbox To Two Listboxs
I have a richtextbox with text that looks like this 0*2 2*1 1*2 I want convert the textbox into two listboxs.Answered | 1 Replies | 812 Views | Created by orangelight - Sunday, June 2, 2013 3:15 PM | Last reply by Joel Engineer - Sunday, June 2, 2013 3:42 PM -
2 Votes
loop inside loop
That is because the numero() values already match the test at the start of the loop, so the inner loop will not execute.Answered | 6 Replies | 773 Views | Created by Dioghenes - Monday, January 27, 2014 9:07 PM | Last reply by Chuck Lusin III - Monday, January 27, 2014 11:27 PM -
5 Votes
How to get a running total in a listbox
Keeping with the listbox (though the others are correct in that a readonly textbox, or label, would probably be fine): Private Sub btnCalculate_Click(ByVal sender As ...Answered | 6 Replies | 3532 Views | Created by curly_joe - Thursday, May 24, 2012 8:05 AM | Last reply by Reed Kimble - Thursday, May 24, 2012 4:37 PM -
1 Votes
listbox sum
Are you trying to sum all the selected value in the ListBoxes or ComboBoxes?Answered | 7 Replies | 3058 Views | Created by johnkaragk - Sunday, March 25, 2012 3:32 PM | Last reply by Mitja Bonca - Thursday, March 29, 2012 4:29 AM -
5 Votes
multiple remove listitem in listbox
Actually it is the listbox value problem which is not unique ...Answered | 13 Replies | 4899 Views | Created by Slen - Tuesday, January 26, 2010 3:50 AM | Last reply by Cor Ligthert - Tuesday, February 2, 2010 7:40 AM -
0 Votes
do while..... loop help
imtrying do do this project where i can get the sum of every thing in my listbox You loop control variable needs to be updated ...Answered | 4 Replies | 637 Views | Created by delong12 - Friday, October 30, 2015 9:18 PM | Last reply by Mr. Monkeyboy - Saturday, October 31, 2015 6:07 PM -
0 Votes
Acess 2010 - Listbox with Checkboxes
Yes, we know we would need to loop thru that list box to gather the data.Answered | 7 Replies | 3573 Views | Created by mg30 - Thursday, August 25, 2016 9:33 PM | Last reply by .theDBguy - Friday, August 26, 2016 4:30 PM -
2 Votes
Adding Arraylist to ListBox
However my main question was how to bind the List collection to the ListBox?Answered | 8 Replies | 16227 Views | Created by Nexusfactor - Thursday, December 29, 2011 8:23 PM | Last reply by Syed Shakeer Hussain - Friday, December 30, 2011 10:34 AM - Items 1 to 20 of 197504 Next ›
No announcements