No announcements
Found 2867470 threads
-
0 Votes
Displaying Selected Images from a Listbox
grid) Select the grid On the grid's datacontext property, click the little box and select databinding Select element property, your listbox, and pick ...Answered | 4 Replies | 4325 Views | Created by mallot - Wednesday, March 10, 2010 6:39 AM | Last reply by cummings9306 - Thursday, September 6, 2012 5:52 PM -
0 Votes
show image from listbox !
is made on the ListView, display the image private async void FileDisplay_SelectionChanged(object sender, SelectionChangedEventArgs e) { var ...Answered | 8 Replies | 2127 Views | Created by Hesham Nouby - Saturday, February 23, 2013 7:05 PM | Last reply by Hesham Nouby - Monday, February 25, 2013 2:04 PM -
1 Votes
ListBox DataTemplate - Displaying Image/Not displaying Image
Since it is a completely transparent image, it will appear as if there is no image there.Answered | 6 Replies | 3554 Views | Created by ronan001 - Monday, January 14, 2013 4:55 PM | Last reply by Sheldon _Xiao - Wednesday, January 16, 2013 9:17 AM -
0 Votes
wpf listbox - selected item with image
You could add a Style to the Image and set the Width and Height properties of it to something else than 30 when the parent ListBoxItem is selected: ...Answered | 2 Replies | 2252 Views | Created by arkiboys - Friday, October 2, 2015 8:36 AM | Last reply by Magnus (MM8) - Friday, October 2, 2015 12:42 PM -
0 Votes
select an item in the listbox and display it into the textbox.
I agree with Kaymaf, but it solution will add the new selected text to the textbox, if you dont want it do the next: Private Sub ListBox1_SelectedIndexChanged(ByVal ...Answered | 5 Replies | 9808 Views | Created by ARMH - Tuesday, February 16, 2010 10:49 AM | Last reply by ARMH - Tuesday, February 16, 2010 3:53 PM -
0 Votes
javascript selects and displays selected item on listbox
I will explain my problem better: there is 2 ListBox: ListBox_one, ListBox_two; ListBox_one :: value = code; text = ...Answered | 3 Replies | 15505 Views | Created by Figueiredo, Ricardo - Wednesday, June 4, 2008 3:54 PM | Last reply by Ed Price - MSFT - Thursday, May 10, 2012 5:43 AM -
0 Votes
loading listbox images
I am a beginner in windows phone developing.So from selecting listbox item I am binding a big sized image source.I just want to know if i am ...Answered | 11 Replies | 2070 Views | Created by dj_FOX - Monday, August 19, 2013 4:44 PM | Last reply by dj_FOX - Tuesday, August 27, 2013 9:14 AM -
2 Votes
wpf : set listbox with images from selected folder
Sheldon _Xiao[MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the ...Answered | 7 Replies | 6712 Views | Created by igalep132 - Monday, April 18, 2011 6:03 AM | Last reply by Sheldon _Xiao - Tuesday, April 19, 2011 9:39 AM -
0 Votes
ListBox to display in multiLine textBox
> well its supposed to when you click on one of the options in the list box it will display the picture and the description of it in the textbox. that's why I used an if else ...Answered | 3 Replies | 2503 Views | Created by DR.Doctor - Sunday, April 10, 2016 7:02 PM | Last reply by Albert_Zhang - Monday, April 11, 2016 3:30 AM -
2 Votes
Select from listbox to picturebox
Me.PictureBox1.ImageLocation = Me.ListBox1.SelectedItem Me.PictureBox1.Load catch as InvalidOperationException End Try or you ...Answered | 2 Replies | 3987 Views | Created by Onenew - Saturday, April 4, 2009 3:34 PM | Last reply by kaymaf - Saturday, April 4, 2009 5:24 PM -
8 Votes
Couldn't delete image from the listBox.
You should also set the Source property of the ViewedPhoto Image in the showImage event handler as follows: private void showImage(object sender, ...Answered | 9 Replies | 2025 Views | Created by KrKa2022 - Wednesday, March 5, 2014 12:32 PM | Last reply by Magnus (MM8) - Thursday, March 6, 2014 2:20 PM -
0 Votes
Retrieve selected value from ListBox
Hi there, well the only thing i see ist the missing Me. infront of lstInvetory.Selected(i) So you have this listbox in a form and the form and the ...Answered | 3 Replies | 5627 Views | Created by MicheleS1 - Wednesday, June 9, 2010 2:37 PM | Last reply by MicheleS1 - Wednesday, June 9, 2010 3:51 PM -
0 Votes
Validate that all items in a multi-select listbox are selected
= CountSelected Publish the field "AllChecked" and you can trigger your workflow based on values "Yes" or ...Answered | 4 Replies | 9245 Views | Created by FesterSXS - Tuesday, September 18, 2012 10:15 AM | Last reply by wals5751 - Wednesday, February 25, 2015 4:24 PM -
0 Votes
Hide Image and textbox if Listbox selected row does not exist
What's the purpose of the listbox(es?)Answered | 5 Replies | 1532 Views | Created by jedski4 - Thursday, August 16, 2012 6:33 PM | Last reply by jedski4 - Thursday, August 16, 2012 7:16 PM -
0 Votes
unable to bind images to listbox and get the selected item in wpf
This looks like a problem: ThumbnailPanel.DataContext = Frames; Once you have set this it will be looking for the property MediaFrame on the Frames ObservableCollection not ...Answered | 2 Replies | 1961 Views | Created by somasekhar_822 - Tuesday, February 5, 2013 10:35 AM | Last reply by Sheldon _Xiao - Wednesday, February 20, 2013 5:39 AM -
0 Votes
Display Unbound Column From a ListBox
The X in ItemData(X) refers to the row number of the listbox.Answered | 4 Replies | 931 Views | Created by RichLocus - Friday, July 24, 2015 10:54 PM | Last reply by .theDBguy - Friday, July 24, 2015 11:53 PM -
1 Votes
Display listbox selected item name in a label
Yes I tried that, actually my listbox is bounded with a database, so by using the SelectedItem property, i am getting errors ...Answered | 5 Replies | 18258 Views | Created by Sid Williams - Friday, May 24, 2013 12:26 PM | Last reply by Jo Swa(K.P.Elayaraja)-MCP - Friday, May 24, 2013 12:44 PM -
0 Votes
Selecting an Item from Listbox with a double click
Hello, One method is to set the DataSource of the ListBox to a DataTable where the DataTable is loaded from using a connection and command object (i.e.Answered | 2 Replies | 5456 Views | Created by 1JRoberts - Sunday, March 30, 2014 6:29 PM | Last reply by 1JRoberts - Monday, March 31, 2014 3:32 AM -
1 Votes
Random selection from listbox
Next(i)).ToString </p><p> End Sub</p><p>Catch ex As Exception</p><p>MsgBox("There are no items in listbox", MsgBoxStyle.Exclamation, ...Answered | 8 Replies | 11907 Views | Created by suzyq9359 - Tuesday, April 27, 2010 11:36 PM | Last reply by dbasnett - Monday, November 4, 2013 2:30 PM -
0 Votes
Retrieve ValueMember from multi select listbox
You must cast back the itmes in the listbox to the actual type.Answered | 2 Replies | 3821 Views | Created by exxy - Sunday, November 18, 2012 12:10 PM | Last reply by exxy - Sunday, November 18, 2012 10:36 PM - Items 1 to 20 of 2867470 Next ›
No announcements