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

C#

 
GeneralRe: How to load 100,000 list view items without application freeze? Pin
Paw Jershauge1-Feb-11 8:38
Paw Jershauge1-Feb-11 8:38 
GeneralRe: How to load 100,000 list view items without application freeze? Pin
Not Active31-Jan-11 12:18
mentorNot Active31-Jan-11 12:18 
GeneralRe: How to load 100,000 list view items without application freeze? Pin
Member 16746131-Jan-11 23:47
Member 16746131-Jan-11 23:47 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
Chesnokov Yuriy1-Feb-11 1:12
professionalChesnokov Yuriy1-Feb-11 1:12 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
Umbaraumba31-Jan-11 23:52
Umbaraumba31-Jan-11 23:52 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
vsysolts31-Jan-11 23:54
vsysolts31-Jan-11 23:54 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
reshi9991-Feb-11 0:32
reshi9991-Feb-11 0:32 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
franva1-Feb-11 0:55
franva1-Feb-11 0:55 
I met the similar problem.

Once I wrote a program for retrieving images from a website and I want that users can be notified about the downloading process, so I added a status bar on main GUI, and let the downloading process works on the other thread(let's say B), when it is retrieving the images , the B has to report its status to GUI which is on main thread(let's say A).

But B can not access the status bar which belongs to A. So there is a method call BeginInvoke(xxxx);
With this method, it enables B to access resourses on A.

So I think it should be the answer that you are looking for.

Give me reply whatever it works or not Smile | :)

cheers
AnswerRe: How to load 100,000 list view items without application freeze? Pin
Chesnokov Yuriy1-Feb-11 1:03
professionalChesnokov Yuriy1-Feb-11 1:03 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
Matthew Barnett1-Feb-11 1:17
Matthew Barnett1-Feb-11 1:17 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
Chesnokov Yuriy1-Feb-11 1:24
professionalChesnokov Yuriy1-Feb-11 1:24 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
loyal ginger1-Feb-11 2:36
loyal ginger1-Feb-11 2:36 
AnswerRe: How to load 100,000 list view items without application freeze? Pin
237412-Feb-11 7:25
237412-Feb-11 7:25 
QuestionHow to save image in folder using c# in windows application Pin
Member 368638531-Jan-11 2:37
Member 368638531-Jan-11 2:37 
AnswerRe: How to save image in folder using c# in windows application Pin
Praveen Raghuvanshi31-Jan-11 2:42
professionalPraveen Raghuvanshi31-Jan-11 2:42 
QuestionPlease Reply to me... Pin
Member 368638531-Jan-11 2:30
Member 368638531-Jan-11 2:30 
AnswerRe: Please Reply to me... Pin
Praveen Raghuvanshi31-Jan-11 2:46
professionalPraveen Raghuvanshi31-Jan-11 2:46 
AnswerRe: Please Reply to me... Pin
Not Active31-Jan-11 2:51
mentorNot Active31-Jan-11 2:51 
QuestionKeyboard Language and Settings Pin
Anubhava Dimri31-Jan-11 1:49
Anubhava Dimri31-Jan-11 1:49 
AnswerRe: Keyboard Language and Settings Pin
Eddy Vluggen31-Jan-11 7:21
professionalEddy Vluggen31-Jan-11 7:21 
GeneralRe: Keyboard Language and Settings Pin
Anubhava Dimri31-Jan-11 18:40
Anubhava Dimri31-Jan-11 18:40 
GeneralRe: Keyboard Language and Settings [modified] Pin
Eddy Vluggen31-Jan-11 20:37
professionalEddy Vluggen31-Jan-11 20:37 
GeneralRe: Keyboard Language and Settings Pin
Anubhava Dimri1-Feb-11 1:17
Anubhava Dimri1-Feb-11 1:17 
GeneralRe: Keyboard Language and Settings Pin
Eddy Vluggen1-Feb-11 1:42
professionalEddy Vluggen1-Feb-11 1:42 
GeneralRe: Keyboard Language and Settings Pin
Anubhava Dimri1-Feb-11 1:51
Anubhava Dimri1-Feb-11 1:51 

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.