Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
QuestionMEB download Link! Help.... Pin
Rajdeep.NET is BACK3-Apr-09 2:09
Rajdeep.NET is BACK3-Apr-09 2:09 
AnswerRe: MEB download Link! Help.... Pin
Mirko19803-Apr-09 2:15
Mirko19803-Apr-09 2:15 
QuestionHelp required in comparing an image file with a text file Pin
ADIDADPU3-Apr-09 2:03
ADIDADPU3-Apr-09 2:03 
AnswerRe: Help required in comparing an image file with a text file Pin
King Julien3-Apr-09 2:19
King Julien3-Apr-09 2:19 
GeneralRe: Help required in comparing an image file with a text file Pin
mrithula86-Apr-09 3:37
mrithula86-Apr-09 3:37 
QuestionRetrieving multiple items from listview Pin
mrithula83-Apr-09 1:23
mrithula83-Apr-09 1:23 
AnswerRe: Retrieving multiple items from listview Pin
King Julien3-Apr-09 1:49
King Julien3-Apr-09 1:49 
GeneralRe: Retrieving multiple items from listview Pin
mrithula83-Apr-09 4:39
mrithula83-Apr-09 4:39 
Hi I used the following code
foreach (ListViewItem ltv in listView1.SelectedItems)
            {
                lb4.Text = ltv.Text;
listView1.SelectedItems gets all the selected items from the listview.The first item that i select from the listview gets displayed in the lb4.I want the next selected item from the listview to get displayed in lb5.I believe that ltv contains the list of all selected items but i do not know how to add it to label.Can you tell me how to do this?
GeneralRe: Retrieving multiple items from listview Pin
King Julien6-Apr-09 4:29
King Julien6-Apr-09 4:29 
GeneralRe: Retrieving multiple items from listview Pin
mrithula86-Apr-09 5:27
mrithula86-Apr-09 5:27 
GeneralRe: Retrieving multiple items from listview Pin
mrithula86-Apr-09 5:28
mrithula86-Apr-09 5:28 
GeneralRe: Retrieving multiple items from listview Pin
mrithula87-Apr-09 18:35
mrithula87-Apr-09 18:35 
GeneralRe: Retrieving multiple items from listview Pin
King Julien7-Apr-09 19:56
King Julien7-Apr-09 19:56 
GeneralRe: Retrieving multiple items from listview [modified] Pin
mrithula87-Apr-09 20:10
mrithula87-Apr-09 20:10 
GeneralRe: Retrieving multiple items from listview Pin
King Julien7-Apr-09 20:21
King Julien7-Apr-09 20:21 
GeneralRe: Retrieving multiple items from listview Pin
mrithula87-Apr-09 20:50
mrithula87-Apr-09 20:50 
GeneralRe: Retrieving multiple items from listview Pin
King Julien7-Apr-09 20:58
King Julien7-Apr-09 20:58 
GeneralRe: Retrieving multiple items from listview [modified] Pin
mrithula87-Apr-09 21:05
mrithula87-Apr-09 21:05 
GeneralRe: Retrieving multiple items from listview Pin
King Julien7-Apr-09 23:32
King Julien7-Apr-09 23:32 
GeneralRe: Retrieving multiple items from listview Pin
mrithula88-Apr-09 0:04
mrithula88-Apr-09 0:04 
GeneralRe: Retrieving multiple items from listview Pin
King Julien8-Apr-09 0:12
King Julien8-Apr-09 0:12 
GeneralRe: Retrieving multiple items from listview Pin
mrithula88-Apr-09 1:12
mrithula88-Apr-09 1:12 
GeneralRe: Retrieving multiple items from listview Pin
King Julien8-Apr-09 1:14
King Julien8-Apr-09 1:14 
GeneralRe: Retrieving multiple items from listview Pin
mrithula88-Apr-09 1:30
mrithula88-Apr-09 1:30 
GeneralRe: Retrieving multiple items from listview Pin
King Julien8-Apr-09 2:45
King Julien8-Apr-09 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.