Click here to Skip to main content
16,008,719 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: reference and this in .net Pin
Richard MacCutchan13-Dec-11 22:04
mveRichard MacCutchan13-Dec-11 22:04 
AnswerRe: reference and this in .net Pin
Abhinav S14-Dec-11 6:32
Abhinav S14-Dec-11 6:32 
QuestionThread sync Pin
columbos1492712-Dec-11 21:52
columbos1492712-Dec-11 21:52 
AnswerRe: Thread sync Pin
Pete O'Hanlon12-Dec-11 22:16
mvePete O'Hanlon12-Dec-11 22:16 
GeneralRe: Thread sync Pin
columbos1492712-Dec-11 22:25
columbos1492712-Dec-11 22:25 
GeneralRe: Thread sync Pin
Pete O'Hanlon12-Dec-11 22:32
mvePete O'Hanlon12-Dec-11 22:32 
GeneralRe: Thread sync Pin
Albert Holguin13-Dec-11 3:21
professionalAlbert Holguin13-Dec-11 3:21 
AnswerRe: Thread sync Pin
Shameel21-Dec-11 2:47
professionalShameel21-Dec-11 2:47 
As Pete has already pointed out, your processing code is being run on the UI thread that "holds up" the application from refreshing the UI. You should move your processing code to a new thread and send the result back to the main thread when it's done. You may also want to consider processing each frame in a new thread and displaying the results in a new window.
QuestionVisual Studio 2010 Pin
Gagnon Claude11-Dec-11 7:17
Gagnon Claude11-Dec-11 7:17 
AnswerRe: Visual Studio 2010 Pin
Pete O'Hanlon11-Dec-11 7:51
mvePete O'Hanlon11-Dec-11 7:51 
AnswerRe: Visual Studio 2010 Pin
Abhinav S11-Dec-11 18:30
Abhinav S11-Dec-11 18:30 
GeneralRe: Visual Studio 2010 Pin
Albert Holguin13-Dec-11 5:27
professionalAlbert Holguin13-Dec-11 5:27 
AnswerRe: Visual Studio 2010 Pin
Nolan Sunico15-Dec-11 15:42
Nolan Sunico15-Dec-11 15:42 
QuestionProblem with configuration reading Pin
Łukasz Nowakowski10-Dec-11 13:47
Łukasz Nowakowski10-Dec-11 13:47 
Questiontest question Pin
infobeena9-Dec-11 17:52
infobeena9-Dec-11 17:52 
AnswerRe: test question Pin
clientSurfer9-Dec-11 18:10
professionalclientSurfer9-Dec-11 18:10 
AnswerRe: test question Pin
Dave Kreskowiak9-Dec-11 19:05
mveDave Kreskowiak9-Dec-11 19:05 
GeneralRe: test question Pin
Rajesh Anuhya11-Dec-11 21:18
professionalRajesh Anuhya11-Dec-11 21:18 
AnswerRe: test question Pin
Luc Pattyn10-Dec-11 0:17
sitebuilderLuc Pattyn10-Dec-11 0:17 
AnswerRe: test question Pin
thatraja11-Dec-11 23:10
professionalthatraja11-Dec-11 23:10 
QuestionConverting ASP.Net to .Net 4.0 throws MSDTC error Pin
Melanie Peterson8-Dec-11 7:26
Melanie Peterson8-Dec-11 7:26 
AnswerRe: Converting ASP.Net to .Net 4.0 throws MSDTC error Pin
Brisingr Aerowing9-Dec-11 10:28
professionalBrisingr Aerowing9-Dec-11 10:28 
GeneralRe: Converting ASP.Net to .Net 4.0 throws MSDTC error Pin
Melanie Peterson13-Dec-11 6:34
Melanie Peterson13-Dec-11 6:34 
GeneralRe: Converting ASP.Net to .Net 4.0 throws MSDTC error Pin
Melanie Peterson14-Dec-11 5:21
Melanie Peterson14-Dec-11 5:21 
GeneralRe: Converting ASP.Net to .Net 4.0 throws MSDTC error Pin
Brisingr Aerowing14-Dec-11 5:41
professionalBrisingr Aerowing14-Dec-11 5:41 

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.