Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
GeneralRe: Post an ad Pin
Pete O'Hanlon21-May-08 9:38
mvePete O'Hanlon21-May-08 9:38 
QuestionNew Wondering Pin
hokeesm0kes21-May-08 8:21
hokeesm0kes21-May-08 8:21 
QuestionRe: New Wondering Pin
Spacix One21-May-08 8:31
Spacix One21-May-08 8:31 
AnswerRe: New Wondering Pin
Gareth H21-May-08 8:47
Gareth H21-May-08 8:47 
GeneralRe: New Wondering Pin
hokeesm0kes21-May-08 9:17
hokeesm0kes21-May-08 9:17 
AnswerRe: New Wondering Pin
Spacix One21-May-08 9:50
Spacix One21-May-08 9:50 
GeneralRe: New Wondering Pin
hokeesm0kes21-May-08 10:34
hokeesm0kes21-May-08 10:34 
GeneralRe: New Wondering [modified] Pin
Spacix One21-May-08 11:11
Spacix One21-May-08 11:11 
cap = capture

If the input box is named "inputBox1" then to grab the text inside it use inputBox1.Text which is a property of the input box control class that will return the text contained within it as a System.String object.

Same goes if you named your List view control "listView1" then to add the item would be listView1.Items.Add(new ListViewItem("string of the item contents"); that is if your listView1 was setup with one column of information...


-Spacix
All your skynet questions[^] belong to solved

I dislike the black-and-white voting system on questions/answers. Dead | X|

modified on Wednesday, May 21, 2008 5:17 PM

GeneralRe: New Wondering Pin
hokeesm0kes21-May-08 11:45
hokeesm0kes21-May-08 11:45 
JokeRe: New Wondering Pin
Spacix One22-May-08 11:45
Spacix One22-May-08 11:45 
Questionjpg is not deleted Pin
netJP12L21-May-08 7:43
netJP12L21-May-08 7:43 
AnswerRe: jpg is not deleted Pin
User 665821-May-08 8:04
User 665821-May-08 8:04 
GeneralRe: jpg is not deleted Pin
netJP12L21-May-08 8:13
netJP12L21-May-08 8:13 
GeneralRe: jpg is not deleted Pin
Spacix One21-May-08 8:19
Spacix One21-May-08 8:19 
GeneralRe: jpg is not deleted Pin
netJP12L21-May-08 8:52
netJP12L21-May-08 8:52 
AnswerRe: jpg is not deleted Pin
Spacix One21-May-08 9:56
Spacix One21-May-08 9:56 
AnswerRe: jpg is not deleted Pin
Pete O'Hanlon21-May-08 9:06
mvePete O'Hanlon21-May-08 9:06 
GeneralRe: jpg is not deleted Pin
netJP12L21-May-08 9:56
netJP12L21-May-08 9:56 
GeneralRe: jpg is not deleted Pin
The Nightcoder21-May-08 12:42
The Nightcoder21-May-08 12:42 
QuestionImage.equals() not working. Pin
ctoma200521-May-08 6:38
ctoma200521-May-08 6:38 
AnswerRe: Image.equals() not working. Pin
carbon_golem21-May-08 7:08
carbon_golem21-May-08 7:08 
QuestionDateTime.TryParse Pin
Kjetil Svendsen21-May-08 6:06
Kjetil Svendsen21-May-08 6:06 
AnswerRe: DateTime.TryParse Pin
Giorgi Dalakishvili21-May-08 6:15
mentorGiorgi Dalakishvili21-May-08 6:15 
QuestionRe: DateTime.TryParse Pin
Kjetil Svendsen21-May-08 22:41
Kjetil Svendsen21-May-08 22:41 
AnswerRe: DateTime.TryParse Pin
DaveyM6922-May-08 11:08
professionalDaveyM6922-May-08 11:08 

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.