Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: a question about WebBrowser Pin
Guffa28-Apr-06 3:21
Guffa28-Apr-06 3:21 
GeneralRe: a question about WebBrowser Pin
ylw6628-Apr-06 15:01
ylw6628-Apr-06 15:01 
AnswerRe: a question about WebBrowser Pin
J4amieC26-Apr-06 22:24
J4amieC26-Apr-06 22:24 
GeneralRe: a question about WebBrowser Pin
ylw6626-Apr-06 23:18
ylw6626-Apr-06 23:18 
GeneralRe: a question about WebBrowser Pin
J4amieC26-Apr-06 23:59
J4amieC26-Apr-06 23:59 
QuestionHow to decode Octal email encode Pin
kiachik26-Apr-06 14:51
kiachik26-Apr-06 14:51 
AnswerRe: How to decode Octal email encode Pin
kiachik26-Apr-06 23:46
kiachik26-Apr-06 23:46 
QuestionGetting data from listview Pin
teejayem26-Apr-06 14:38
teejayem26-Apr-06 14:38 
Hi i am having an issue about getting data from list view. I am wanting to get data from a listview and place it in 3 textboxes.

Here is the code i have to place it from the 3 textboxes to the listview but i am wanting to reverse this.

string[] myItems = new string[]
    {
        textBox1.Text,
        textBox2.Text,
        textBox3.Text
    };
ListViewItem lvi = new ListViewItem(myItems);

listView1.Items.Add(lvi);

thanks for you help in advance

Don't be overcome by evil, but overcome evil with good
AnswerRe: Getting data from listview Pin
Sean8926-Apr-06 15:13
Sean8926-Apr-06 15:13 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 15:58
teejayem26-Apr-06 15:58 
GeneralRe: Getting data from listview Pin
Sean8926-Apr-06 16:01
Sean8926-Apr-06 16:01 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 16:11
teejayem26-Apr-06 16:11 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 16:16
teejayem26-Apr-06 16:16 
GeneralRe: Getting data from listview Pin
Sean8927-Apr-06 9:52
Sean8927-Apr-06 9:52 
AnswerRe: Getting data from listview Pin
Kuira26-Apr-06 21:38
Kuira26-Apr-06 21:38 
QuestionData Query 2 Pin
Sean8926-Apr-06 14:26
Sean8926-Apr-06 14:26 
AnswerRe: Data Query 2 Pin
Gerald Schwab26-Apr-06 17:20
Gerald Schwab26-Apr-06 17:20 
GeneralRe: Data Query 2 Pin
Sean8927-Apr-06 8:59
Sean8927-Apr-06 8:59 
QuestionDrag Image in Win RichTextBox Pin
amin_behzadi26-Apr-06 12:26
professionalamin_behzadi26-Apr-06 12:26 
QuestionCreating text file from SQL / XML in C# Pin
BusgGuy26-Apr-06 12:07
BusgGuy26-Apr-06 12:07 
AnswerRe: Creating text file from SQL / XML in C# Pin
HakunaMatada26-Apr-06 17:51
HakunaMatada26-Apr-06 17:51 
QuestionData Query Pin
Sean8926-Apr-06 11:33
Sean8926-Apr-06 11:33 
AnswerRe: Data Query Pin
Kayess Tech26-Apr-06 11:42
professionalKayess Tech26-Apr-06 11:42 
GeneralRe: Data Query Pin
Sean8926-Apr-06 11:48
Sean8926-Apr-06 11:48 
GeneralRe: Data Query Pin
Rob Graham26-Apr-06 12:32
Rob Graham26-Apr-06 12:32 

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.