Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object creation Pin
Russell Jones12-Mar-07 22:25
Russell Jones12-Mar-07 22:25 
GeneralRe: Object creation Pin
SakthiSurya12-Mar-07 23:01
SakthiSurya12-Mar-07 23:01 
GeneralRe: Object creation Pin
saran27715-Mar-07 16:21
saran27715-Mar-07 16:21 
QuestionUser control is displayed but no event is fired when button used in that control is clicked Pin
yogita charhate12-Mar-07 20:55
yogita charhate12-Mar-07 20:55 
AnswerRe: User control is displayed but no event is fired when button used in that control is clicked Pin
Russell Jones12-Mar-07 22:28
Russell Jones12-Mar-07 22:28 
QuestionHow to delete some file from the ListView? Pin
Eyungwah12-Mar-07 20:36
Eyungwah12-Mar-07 20:36 
AnswerRe: How to delete some file from the ListView? Pin
CPallini12-Mar-07 22:25
mveCPallini12-Mar-07 22:25 
AnswerRe: How to delete some file from the ListView? Pin
Stefan Troschuetz12-Mar-07 22:30
Stefan Troschuetz12-Mar-07 22:30 
Well, you can use the ListView.SelectedItems property to retrieve a collection of all items that are currently selected. Iterate over the returned collection and for each item delete the respective file by using classes from System.IO namespace (if you really want to delete on the file system) and finally remove the item from the list view via ListView.Items.Remove method.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionEscape Sequence Pin
priychai12-Mar-07 20:36
priychai12-Mar-07 20:36 
AnswerRe: Escape Sequence Pin
mike montagne12-Mar-07 20:40
mike montagne12-Mar-07 20:40 
AnswerRe: Escape Sequence Pin
Guffa13-Mar-07 6:56
Guffa13-Mar-07 6:56 
Questionhow to convert value 10 into ascii value Pin
gpremkamal12-Mar-07 20:16
gpremkamal12-Mar-07 20:16 
AnswerRe: how to convert value 10 into ascii value Pin
mike montagne12-Mar-07 20:34
mike montagne12-Mar-07 20:34 
AnswerRe: how to convert value 10 into ascii value Pin
Russell Jones12-Mar-07 22:26
Russell Jones12-Mar-07 22:26 
AnswerRe: how to convert value 10 into ascii value Pin
Ennis Ray Lynch, Jr.13-Mar-07 3:14
Ennis Ray Lynch, Jr.13-Mar-07 3:14 
QuestionDisconnecting internet? Pin
Muammar©12-Mar-07 20:13
Muammar©12-Mar-07 20:13 
AnswerRe: Disconnecting internet? Pin
mike montagne12-Mar-07 20:36
mike montagne12-Mar-07 20:36 
AnswerRe: Extending List Class Pin
mike montagne12-Mar-07 20:39
mike montagne12-Mar-07 20:39 
AnswerRe: Please Help urgent!!! Pin
Muammar©12-Mar-07 19:48
Muammar©12-Mar-07 19:48 
QuestionNullable ComboBox Pin
mikker_12312-Mar-07 19:32
mikker_12312-Mar-07 19:32 
AnswerRe: Nullable ComboBox Pin
.sven12-Mar-07 20:10
.sven12-Mar-07 20:10 
GeneralRe: Nullable ComboBox Pin
mikker_12312-Mar-07 22:58
mikker_12312-Mar-07 22:58 
QuestionSimple CSV Reader Class Pin
thenamenoonehastaken12-Mar-07 19:11
thenamenoonehastaken12-Mar-07 19:11 
AnswerRe: Simple CSV Reader Class Pin
\laddie12-Mar-07 19:22
\laddie12-Mar-07 19:22 
GeneralRe: Simple CSV Reader Class Pin
thenamenoonehastaken12-Mar-07 19:48
thenamenoonehastaken12-Mar-07 19:48 

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.