Click here to Skip to main content
15,908,445 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Ashfield20-Oct-08 9:04
Ashfield20-Oct-08 9:04 
AnswerRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
#realJSOP20-Oct-08 4:32
professional#realJSOP20-Oct-08 4:32 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
arnold_w20-Oct-08 5:27
arnold_w20-Oct-08 5:27 
GeneralRe: Please contribute to developing a perfect ComboBox with item tooltips and enable/disable capability Pin
Dan Neely20-Oct-08 6:37
Dan Neely20-Oct-08 6:37 
Questionc# winform freeze Pin
arkiboys20-Oct-08 2:13
arkiboys20-Oct-08 2:13 
AnswerRe: c# winform freeze Pin
elektrowolf20-Oct-08 3:12
elektrowolf20-Oct-08 3:12 
GeneralRe: c# winform freeze Pin
Simon P Stevens20-Oct-08 3:17
Simon P Stevens20-Oct-08 3:17 
AnswerRe: c# winform freeze Pin
Ashfield20-Oct-08 3:13
Ashfield20-Oct-08 3:13 
arkiboys wrote:
Is this to do with threads?


Yes, your UI thread is tied up with populating your listbox

arkiboys wrote:
How do I solve this so that I can see the data as they are being added to the listbox?


It doesn't make sense to do this really, the user cannot access the listbox until its fully populated so why show them it partially done? To keep the form responsive you could use a background thread to populate a collection of some type (say a datatable) and then just bind this to your listbox, but the user will not see the listbox contents until they are fully populated.

Bob
Ashfield Consultants Ltd

GeneralRe: c# winform freeze Pin
arkiboys20-Oct-08 3:16
arkiboys20-Oct-08 3:16 
AnswerRe: c# winform freeze Pin
Simon P Stevens20-Oct-08 3:14
Simon P Stevens20-Oct-08 3:14 
GeneralRe: c# winform freeze Pin
N a v a n e e t h20-Oct-08 3:37
N a v a n e e t h20-Oct-08 3:37 
GeneralRe: c# winform freeze Pin
Simon P Stevens20-Oct-08 3:42
Simon P Stevens20-Oct-08 3:42 
Questionview data on gridview Pin
mohammadcom20-Oct-08 1:08
mohammadcom20-Oct-08 1:08 
AnswerRe: view data on gridview Pin
Ashfield20-Oct-08 1:18
Ashfield20-Oct-08 1:18 
AnswerRe: view data on gridview Pin
nelsonpaixao20-Oct-08 12:55
nelsonpaixao20-Oct-08 12:55 
Questionwhat is .pfx file Pin
wasimsharp19-Oct-08 23:49
wasimsharp19-Oct-08 23:49 
AnswerRe: what is .pfx file Pin
Pete O'Hanlon20-Oct-08 0:12
mvePete O'Hanlon20-Oct-08 0:12 
QuestionMerge List in .NET Pin
papy-boom19-Oct-08 23:37
papy-boom19-Oct-08 23:37 
AnswerRe: Merge List in .NET Pin
Simon P Stevens19-Oct-08 23:45
Simon P Stevens19-Oct-08 23:45 
AnswerRe: Merge List in .NET Pin
Guffa20-Oct-08 1:21
Guffa20-Oct-08 1:21 
QuestionListView Pin
boiDev19-Oct-08 23:25
boiDev19-Oct-08 23:25 
AnswerRe: ListView Pin
Shyam Bharath19-Oct-08 23:31
Shyam Bharath19-Oct-08 23:31 
QuestionHow to get RTC(Real time clock) time using c#? Pin
lovnin19-Oct-08 23:08
lovnin19-Oct-08 23:08 
AnswerRe: How to get RTC(Real time clock) time using c#? Pin
Simon P Stevens19-Oct-08 23:10
Simon P Stevens19-Oct-08 23:10 
GeneralRe: How to get RTC(Real time clock) time using c#? Pin
lovnin19-Oct-08 23:16
lovnin19-Oct-08 23:16 

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.