Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: Formatting DateTime Pin
Tyler458-Jan-07 23:18
Tyler458-Jan-07 23:18 
AnswerRe: Formatting DateTime Pin
Fedor Hajdu9-Jan-07 0:14
professionalFedor Hajdu9-Jan-07 0:14 
GeneralRe: Formatting DateTime Pin
J4amieC8-Jan-07 23:48
J4amieC8-Jan-07 23:48 
QuestionSQL-DMO. How to use JobFilter in EnumJobs method Pin
Member 6972548-Jan-07 22:05
Member 6972548-Jan-07 22:05 
QuestionManipulating controls in C#2005 Pin
Mr.Sam8-Jan-07 21:50
Mr.Sam8-Jan-07 21:50 
AnswerRe: Manipulating controls in C#2005 Pin
Stefan Troschuetz8-Jan-07 22:25
Stefan Troschuetz8-Jan-07 22:25 
GeneralRe: Manipulating controls in C#2005 Pin
Mr.Sam8-Jan-07 23:42
Mr.Sam8-Jan-07 23:42 
GeneralRe: Manipulating controls in C#2005 Pin
Stefan Troschuetz9-Jan-07 0:13
Stefan Troschuetz9-Jan-07 0:13 
Mr.Sam wrote:
so do i've to call begininvoke() for every control im using.


As said you should always use Invoke or BeginInvoke when accessing an UI control from a thread other than the one it was created on. In case you access many controls from your worker thread you could maybe encapsulate all manipulations of the UI in one method and invoke it whenever you want to update the user interface.

Mr.Sam wrote:
isnt there a possible way out like in VS2003.


Take a look at Christian's answer.


"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

AnswerRe: Manipulating controls in C#2005 Pin
V.8-Jan-07 22:32
professionalV.8-Jan-07 22:32 
AnswerRe: Manipulating controls in C#2005 Pin
Christian Graus8-Jan-07 23:31
protectorChristian Graus8-Jan-07 23:31 
AnswerRe: Manipulating controls in C#2005 Pin
Bekjong9-Jan-07 1:40
Bekjong9-Jan-07 1:40 
GeneralRe: Manipulating controls in C#2005 Pin
Mr.Sam9-Jan-07 2:13
Mr.Sam9-Jan-07 2:13 
GeneralRe: Manipulating controls in C#2005 Pin
Bekjong9-Jan-07 2:23
Bekjong9-Jan-07 2:23 
GeneralRe: Manipulating controls in C#2005 Pin
Mr.Sam9-Jan-07 2:49
Mr.Sam9-Jan-07 2:49 
GeneralRe: Manipulating controls in C#2005 Pin
Bekjong9-Jan-07 2:59
Bekjong9-Jan-07 2:59 
AnswerRe: Manipulating controls in C#2005 Pin
Luc Pattyn9-Jan-07 2:12
sitebuilderLuc Pattyn9-Jan-07 2:12 
GeneralRe: Manipulating controls in C#2005 Pin
Mr.Sam9-Jan-07 2:19
Mr.Sam9-Jan-07 2:19 
GeneralRe: Manipulating controls in C#2005 Pin
Luc Pattyn9-Jan-07 2:38
sitebuilderLuc Pattyn9-Jan-07 2:38 
GeneralRe: Manipulating controls in C#2005 Pin
Mr.Sam9-Jan-07 2:51
Mr.Sam9-Jan-07 2:51 
GeneralRe: Manipulating controls in C#2005 Pin
Luc Pattyn9-Jan-07 4:05
sitebuilderLuc Pattyn9-Jan-07 4:05 
QuestionContextSwitchDeadlock Pin
Nooie8-Jan-07 21:46
Nooie8-Jan-07 21:46 
AnswerRe: ContextSwitchDeadlock Pin
Stefan Troschuetz8-Jan-07 22:29
Stefan Troschuetz8-Jan-07 22:29 
GeneralRe: ContextSwitchDeadlock Pin
Nooie8-Jan-07 22:38
Nooie8-Jan-07 22:38 
AnswerRe: ContextSwitchDeadlock Pin
Nooie9-Jan-07 17:41
Nooie9-Jan-07 17:41 
QuestionDevExpress ApplicationMenu - Status Ba Pin
John S Mangam8-Jan-07 21:32
John S Mangam8-Jan-07 21:32 

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.