Click here to Skip to main content
15,883,749 members
Home / Discussions / C#
   

C#

 
QuestionUsing .rar/.zip documents Pin
QzRz20-Apr-06 20:37
QzRz20-Apr-06 20:37 
AnswerRe: Using .rar/.zip documents Pin
Robin Panther20-Apr-06 23:57
Robin Panther20-Apr-06 23:57 
QuestionMicrosoft controls Tree View control problem Pin
smadan20-Apr-06 20:11
smadan20-Apr-06 20:11 
QuestionHow to send the e-mail? Pin
Vasya - dragon20-Apr-06 20:09
Vasya - dragon20-Apr-06 20:09 
Questionthreading and progressbar in windows form Pin
karande2320-Apr-06 19:59
karande2320-Apr-06 19:59 
AnswerRe: threading and progressbar in windows form Pin
g00fyman20-Apr-06 21:05
g00fyman20-Apr-06 21:05 
GeneralRe: threading and progressbar in windows form Pin
karande2320-Apr-06 21:46
karande2320-Apr-06 21:46 
AnswerRe: threading and progressbar in windows form Pin
Robert Rohde20-Apr-06 22:28
Robert Rohde20-Apr-06 22:28 
If the operation is really done in a separate thread and the GUI thread isn't blocked otherwise this shouldn't occur. You should first check if you are really using your threads correctly and if the main thread is working on something.
Other than that (as already suggested) you can use Application.DoEvents() to make your form redraw. But be careful not to call this too often (with 'often' I mean many times per second) as it might reduce performance.
GeneralThanks Pin
karande2320-Apr-06 23:02
karande2320-Apr-06 23:02 
Questionreading a remote file Pin
DeepsG20-Apr-06 19:26
DeepsG20-Apr-06 19:26 
AnswerRe: reading a remote file Pin
alexey N20-Apr-06 19:37
alexey N20-Apr-06 19:37 
GeneralRe: reading a remote file Pin
DeepsG20-Apr-06 20:27
DeepsG20-Apr-06 20:27 
AnswerRe: reading a remote file Pin
Guffa20-Apr-06 20:38
Guffa20-Apr-06 20:38 
GeneralRe: reading a remote file Pin
DeepsG20-Apr-06 20:55
DeepsG20-Apr-06 20:55 
AnswerRe: reading a remote file Pin
Guffa20-Apr-06 21:47
Guffa20-Apr-06 21:47 
AnswerRe: reading a remote file Pin
DeepsG20-Apr-06 21:26
DeepsG20-Apr-06 21:26 
GeneralRe: reading a remote file Pin
Guffa20-Apr-06 23:22
Guffa20-Apr-06 23:22 
Questionregarding the coding Pin
siddharth2write20-Apr-06 18:20
siddharth2write20-Apr-06 18:20 
AnswerRe: regarding the coding Pin
Stefan Troschuetz20-Apr-06 22:36
Stefan Troschuetz20-Apr-06 22:36 
AnswerRe: regarding the coding Pin
Robert Rohde20-Apr-06 22:38
Robert Rohde20-Apr-06 22:38 
Questionschedulling Pin
g00fyman20-Apr-06 18:17
g00fyman20-Apr-06 18:17 
AnswerRe: schedulling Pin
Robert Rohde20-Apr-06 22:44
Robert Rohde20-Apr-06 22:44 
QuestionCheck box in a Listview column header possible? Pin
Diana Fernandez20-Apr-06 17:59
Diana Fernandez20-Apr-06 17:59 
AnswerRe: Check box in a Listview column header possible? Pin
gubber21-Apr-06 3:16
gubber21-Apr-06 3:16 
Questiongetting hyperlink Pin
genx_code20-Apr-06 17:16
genx_code20-Apr-06 17: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.