Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Rendering forms from resource files. Pin
Stevo Z26-Feb-08 10:40
Stevo Z26-Feb-08 10:40 
GeneralRe: Rendering forms from resource files. Pin
led mike26-Feb-08 10:41
led mike26-Feb-08 10:41 
GeneralRe: Rendering forms from resource files. Pin
Ed.Poore26-Feb-08 10:52
Ed.Poore26-Feb-08 10:52 
GeneralRe: Rendering forms from resource files. Pin
Scott Morken26-Feb-08 11:01
Scott Morken26-Feb-08 11:01 
GeneralRe: Rendering forms from resource files. Pin
led mike26-Feb-08 11:07
led mike26-Feb-08 11:07 
GeneralRe: Rendering forms from resource files. Pin
Scott Morken3-Mar-08 10:22
Scott Morken3-Mar-08 10:22 
Questionpintpreview Pin
AungPaoKung26-Feb-08 7:45
AungPaoKung26-Feb-08 7:45 
GeneralListView removes items too slow Pin
Xmen Real 26-Feb-08 6:13
professional Xmen Real 26-Feb-08 6:13 
hello,
i want to remove the selected items of listview, the code i wrote is working but too much slow

listViewEx1.BeginUpdate();
            int count = listViewEx1.SelectedItems.Count - 1;
            while (listViewEx1.SelectedItems.Count > 0)                
                listViewEx1.SelectedItems[count--].Remove();
            listViewEx1.EndUpdate();



i also tried to remove items in this way :
listViewEx1.Items.Remove(listViewEx1.SelectedItems[count--]);


but no benefit, i have about 1200 items with only one column

any solution?

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: ListView removes items too slow Pin
Giorgi Dalakishvili26-Feb-08 6:31
mentorGiorgi Dalakishvili26-Feb-08 6:31 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 6:44
professional Xmen Real 26-Feb-08 6:44 
GeneralRe: ListView removes items too slow Pin
Guffa26-Feb-08 7:18
Guffa26-Feb-08 7:18 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 14:43
professional Xmen Real 26-Feb-08 14:43 
GeneralRe: ListView removes items too slow Pin
Guffa26-Feb-08 21:15
Guffa26-Feb-08 21:15 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 21:25
professional Xmen Real 26-Feb-08 21:25 
GeneralRe: ListView removes items too slow Pin
Guffa26-Feb-08 21:58
Guffa26-Feb-08 21:58 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 22:00
professional Xmen Real 26-Feb-08 22:00 
GeneralRe: ListView removes items too slow Pin
Christian Graus26-Feb-08 9:48
protectorChristian Graus26-Feb-08 9:48 
GeneralRe: ListView removes items too slow Pin
Ed.Poore26-Feb-08 10:54
Ed.Poore26-Feb-08 10:54 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 14:24
professional Xmen Real 26-Feb-08 14:24 
GeneralRe: ListView removes items too slow Pin
Scott Dorman26-Feb-08 16:17
professionalScott Dorman26-Feb-08 16:17 
GeneralRe: ListView removes items too slow Pin
Xmen Real 26-Feb-08 16:52
professional Xmen Real 26-Feb-08 16:52 
GeneralFTP Command not implemented problem Pin
hi_siddhu26-Feb-08 6:07
hi_siddhu26-Feb-08 6:07 
GeneralRe: FTP Command not implemented problem Pin
Christian Graus26-Feb-08 9:54
protectorChristian Graus26-Feb-08 9:54 
Generalloader lock error using directX sound dll's Pin
rao raja26-Feb-08 5:55
rao raja26-Feb-08 5:55 
GeneralRe: loader lock error using directX sound dll's Pin
Judah Gabriel Himango26-Feb-08 6:29
sponsorJudah Gabriel Himango26-Feb-08 6:29 

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.