No announcements
Found 3860007 threads
-
0 Votes
How to select listitems from listbox control which is hidden because of listbox control in Coded UI for Automation Testing
Hi, I assume that you did coded UI test by hand coding.Answered | 1 Replies | 1341 Views | Created by Kumari Aarti - Monday, February 17, 2014 10:30 AM | Last reply by Amanda Zhu - Tuesday, February 18, 2014 5:21 AM -
0 Votes
Listbox scrolling in Coded UI
My WPF app has ListBox control this list box control having a button, List box control Displays a Image of Person and Button show the name and when user click on ...Answered | 6 Replies | 8611 Views | Created by Horen Kirazyan - Wednesday, January 20, 2010 4:34 PM | Last reply by Anonymous Test Engineer - Saturday, June 9, 2012 11:33 AM -
6 Votes
How to Remove ListItem from a ListBox
Your method never occurred to me because it will always be 0 or 1 selected!Answered | 12 Replies | 81482 Views | Created by ranadheer mac - Thursday, January 18, 2007 10:10 AM | Last reply by MagpieDorset - Monday, October 7, 2019 10:59 AM -
5 Votes
multiple remove listitem in listbox
Slen, There is a known problem (not a bug) with removing multiple selections from a listbox.Answered | 13 Replies | 5043 Views | Created by Slen - Tuesday, January 26, 2010 3:50 AM | Last reply by Cor Ligthert - Tuesday, February 2, 2010 7:40 AM -
1 Votes
WPF Control Automation Using Coded UI Test
For more information about how to use Coded UI test API, please take a look at Gautam's blogs ...Answered | 4 Replies | 4963 Views | Created by Vijay Motagi - Friday, February 10, 2012 7:03 AM | Last reply by Vicky Song - Thursday, February 16, 2012 10:42 AM -
0 Votes
WPF ListBox Control - Get Selected Index of control Selected
public void change(object sender, SelectionChangedEventArgs e) { // Get the currently selected item in the ListBox.Answered | 3 Replies | 8041 Views | Created by Bob Johnston - Sunday, August 19, 2012 3:42 AM | Last reply by Sathi_NAGA - Monday, August 20, 2012 5:36 AM -
2 Votes
Code to check which Listbox is selected
This is a kind of programming style done in VB4, VB5 and VB6 and also in VBS where often the click on the listbox was used.Answered | 2 Replies | 3253 Views | Created by Wednesday61 - Monday, June 6, 2011 7:35 AM | Last reply by Wednesday61 - Monday, June 6, 2011 9:08 AM -
1 Votes
ListBox getting hidden by textbox
But initially the listbox is hidden.Answered | 22 Replies | 2094 Views | Created by ifti24 - Tuesday, May 19, 2015 4:15 AM | Last reply by Andy ONeill - Tuesday, May 19, 2015 7:00 PM -
1 Votes
Testing whether a Multi-Select ListBox Item is selected
The first point that I'd like to make is this: While it's typical that you'll use a ListBox with strings for the .Items collection, that's not what the control ...Answered | 4 Replies | 5432 Views | Created by dw80916 - Wednesday, May 25, 2016 7:11 PM | Last reply by Frank L. Smith - Thursday, May 26, 2016 6:34 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 | 885 Views | Created by Obber - Thursday, June 18, 2015 11:52 AM | Last reply by Obber - Monday, June 22, 2015 1:54 PM -
0 Votes
Retriving values from a listbox
If you don't set that property (or can't because the object in the listbox doesn't have a property you want to use), you should use ...Answered | 6 Replies | 5610 Views | Created by Dukenathan - Tuesday, June 15, 2010 7:33 AM | Last reply by Helen Zhou - Monday, June 21, 2010 7:52 AM -
1 Votes
How can i disable highlighting on selected listbox items?
Suppose there is one item in the list for every letter of the alphabet, and the current selection is "A" and the user wants to change to "Z".Answered | 3 Replies | 3887 Views | Created by CSharpProtogeeInTraining - Sunday, October 4, 2015 8:30 PM | Last reply by Viorel_ - Tuesday, October 6, 2015 5:22 AM -
0 Votes
Cannot perform Click on the hidden control error returned
Hi Stefzoom, I did not used scrolling option yet,i have no idea about it, But i have faced such situation,especially when we are working on CustomControls( Speacifically AJAX ...Answered | 5 Replies | 2708 Views | Created by stefzoom - Monday, September 24, 2012 9:30 PM | Last reply by RajendraC - Wednesday, September 26, 2012 4:41 AM -
4 Votes
How to detect subitems of Listview in Coded UI Automation Testing .NET 2010 ?
I am new at VSTS 2010, i have to use coded UI test on my own application , but i have no idea to automate (i.e or what is the actual automate ...Answered | 19 Replies | 14325 Views | Created by wahab shaikh - Thursday, July 22, 2010 10:08 AM | Last reply by Anonymous Test Engineer - Friday, September 16, 2011 5:38 AM -
1 Votes
Get selected values from Listbox control
You have to cast to listboxitem, it has a content property which you cast to whatever you put in there originally.Answered | 1 Replies | 1168 Views | Created by meckeard - Monday, March 9, 2015 4:06 PM | Last reply by Andy ONeill - Monday, March 9, 2015 7:22 PM -
0 Votes
double click on listbox control
If you delete the Add, Edit, and Delete buttons from the List Command Bar (don't just make the buttons "Not Visible") the List is no longer editable with a double-click.Answered | 6 Replies | 3254 Views | Created by Kivito - Tuesday, August 2, 2011 9:23 AM | Last reply by 4tuneate - Wednesday, December 21, 2011 6:42 PM -
1 Votes
Anyone know of a dual listbox mover type control?
instead of using buttons i have a project on my website which will show you how to drag and drop items from one listbox to another.Answered | 5 Replies | 5275 Views | Created by Me Dan - Friday, October 30, 2009 2:33 PM | Last reply by _-Steve-_ - Saturday, October 31, 2009 4:14 AM -
1 Votes
ListBox control issue
Which error do you have?Answered | 10 Replies | 2681 Views | Created by blattiebla - Monday, January 4, 2010 8:08 AM | Last reply by Louis.fr - Monday, January 4, 2010 2:24 PM -
0 Votes
Using a Listbox control name in a variable
Since the code snippet postes does not show additional SQL construction or how you use the constructed SQL String (I cannot see how the txtSQL is ...Answered | 5 Replies | 850 Views | Created by RLN_SQL - Tuesday, August 5, 2014 2:22 PM | Last reply by RLN_SQL - Tuesday, August 5, 2014 3:45 PM -
7 Votes
how to copy all the listbox items to another listbox
the fastest copy from list to List i have seen !!!.Answered | 6 Replies | 32290 Views | Created by prabhakar78 - Monday, May 21, 2012 3:59 AM | Last reply by philipds431 - Tuesday, August 27, 2013 7:00 PM - Items 1 to 20 of 3860007 Next ›
No announcements