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

C#

 
QuestionHow to append the text in listbox or listview ? Pin
Sri harini27-Aug-06 22:09
Sri harini27-Aug-06 22:09 
AnswerRe: How to append the text in listbox or listview ? Pin
X'Nork27-Aug-06 22:22
X'Nork27-Aug-06 22:22 
GeneralRe: How to append the text in listbox or listview ? Pin
Sri harini27-Aug-06 22:49
Sri harini27-Aug-06 22:49 
QuestionSuggestion required Pin
<color>Aljechin 27-Aug-06 22:02
<color>Aljechin 27-Aug-06 22:02 
AnswerRe: Suggestion required Pin
Ed.Poore27-Aug-06 22:03
Ed.Poore27-Aug-06 22:03 
QuestionC# Datagrid painting Pin
Ashish_Sood27-Aug-06 21:48
Ashish_Sood27-Aug-06 21:48 
Questioncheck if user (by sid) is member of group (by sid) Pin
Goerlandt27-Aug-06 21:14
Goerlandt27-Aug-06 21:14 
QuestionListview.SelectedItems Pin
Sri harini27-Aug-06 21:07
Sri harini27-Aug-06 21:07 
private void btnRemove_Click(object sender, EventArgs e)
{
ListViewItem item = listView1.SelectedItems[0];

if (item != null)
{
string fileid = item.Tag.ToString();
mcaller.removeShare(fileid);
}

btnRemove.Enabled = false;

}

that one i tried in windows application. successfull

But, now i am doing windows mobile application, the listview.SelectedItems
option not in.Any alternate option??

please give me the solution.

In windows mobile how to create columns in listview?

Anybody help me...

AnswerRe: Listview.SelectedItems Pin
Nader Elshehabi28-Aug-06 2:48
Nader Elshehabi28-Aug-06 2:48 
GeneralRe: Listview.SelectedItems Pin
Sri harini28-Aug-06 16:51
Sri harini28-Aug-06 16:51 
GeneralRe: Listview.SelectedItems Pin
Nader Elshehabi28-Aug-06 19:13
Nader Elshehabi28-Aug-06 19:13 
GeneralRe: Listview.SelectedItems Pin
Sri harini28-Aug-06 21:30
Sri harini28-Aug-06 21:30 
AnswerRe: Listview.SelectedItems Pin
Nader Elshehabi29-Aug-06 3:37
Nader Elshehabi29-Aug-06 3:37 
QuestionAdding a file to solution explorer using Add-Ins [modified] Pin
Phanindra Kumar27-Aug-06 20:28
Phanindra Kumar27-Aug-06 20:28 
AnswerRe: Adding a file to solution explorer using Add-Ins Pin
Nader Elshehabi28-Aug-06 2:52
Nader Elshehabi28-Aug-06 2:52 
QuestionMetafile (wmf/emf) manipulation help needed Pin
kunaalmalhotra27-Aug-06 20:02
kunaalmalhotra27-Aug-06 20:02 
QuestionAbout Webpage Setting Pin
Ahmad Zia Quaiser27-Aug-06 19:19
Ahmad Zia Quaiser27-Aug-06 19:19 
AnswerRe: About Webpage Setting Pin
Guffa27-Aug-06 23:24
Guffa27-Aug-06 23:24 
AnswerRe: About Webpage Setting Pin
Nader Elshehabi28-Aug-06 1:25
Nader Elshehabi28-Aug-06 1:25 
QuestionAbout Webpage Setting Pin
Ahmad Zia Quaiser27-Aug-06 19:18
Ahmad Zia Quaiser27-Aug-06 19:18 
AnswerRe: About Webpage Setting Pin
jithen_dt28-Aug-06 1:28
jithen_dt28-Aug-06 1:28 
QuestionA question about maskedTextBox control Pin
mariodai36527-Aug-06 15:17
mariodai36527-Aug-06 15:17 
AnswerRe: A question about maskedTextBox control Pin
Nader Elshehabi27-Aug-06 15:27
Nader Elshehabi27-Aug-06 15:27 
GeneralRe: A question about maskedTextBox control Pin
mariodai36527-Aug-06 15:40
mariodai36527-Aug-06 15:40 
GeneralRe: A question about maskedTextBox control Pin
Nader Elshehabi27-Aug-06 16:12
Nader Elshehabi27-Aug-06 16:12 

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.