Click here to Skip to main content
15,894,646 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionFile lock problem with Image.FromFile() Pin
Stefan Spenz10-May-06 21:19
Stefan Spenz10-May-06 21:19 
GeneralRe: File lock problem with Image.FromFile() Pin
Guffa10-May-06 21:35
Guffa10-May-06 21:35 
QuestionDataGrid Problem Pin
jaded_angel10-May-06 10:26
jaded_angel10-May-06 10:26 
AnswerRe: DataGrid Problem Pin
Guffa12-May-06 20:07
Guffa12-May-06 20:07 
QuestionProblem importing Excel reference to VS2005 Pin
siliconesoul10-May-06 9:08
siliconesoul10-May-06 9:08 
QuestionNeed some guidance on cross-paltform encryption Pin
He is Cool10-May-06 5:56
He is Cool10-May-06 5:56 
QuestionBlocks Aplicattion Pin
korrea8010-May-06 3:48
korrea8010-May-06 3:48 
AnswerRe: Blocks Aplicattion Pin
lmoelleb10-May-06 4:08
lmoelleb10-May-06 4:08 
You are probably better of capturing your information on a worker thread. Notice you can't update the GUI from this worker thread, so you would have to get the data to the GUI thread somehow.

Some of the options are:
1) Share the data, do a lock when it is updated/read
2) Clone the data and send the data to the GUI though BeginInvoke

I can't say which one (or something completely different) is best, it comes down to the data and - not least - your personal taste.




GeneralRe: Blocks Aplicattion Pin
korrea8010-May-06 4:56
korrea8010-May-06 4:56 
GeneralRe: Blocks Aplicattion Pin
Ruth Ivimey-Cook12-May-06 0:14
Ruth Ivimey-Cook12-May-06 0:14 
QuestionHow to Impersonate from Credential Pin
Saravanakumar.K10-May-06 3:21
Saravanakumar.K10-May-06 3:21 
QuestionString allocations Pin
analytiks9-May-06 19:54
analytiks9-May-06 19:54 
AnswerRe: String allocations Pin
Guffa9-May-06 21:12
Guffa9-May-06 21:12 
GeneralRe: String allocations Pin
_mubashir10-May-06 1:03
_mubashir10-May-06 1:03 
AnswerRe: String allocations Pin
Guffa10-May-06 2:34
Guffa10-May-06 2:34 
Questiondefinition of .net programming building blocks Pin
damo2759-May-06 13:46
damo2759-May-06 13:46 
AnswerRe: definition of .net programming building blocks Pin
chinnasrihari10-May-06 1:59
chinnasrihari10-May-06 1:59 
GeneralRe: definition of .net programming building blocks Pin
damo27510-May-06 15:14
damo27510-May-06 15:14 
GeneralRe: definition of .net programming building blocks Pin
Ruth Ivimey-Cook12-May-06 0:33
Ruth Ivimey-Cook12-May-06 0:33 
AnswerRe: definition of .net programming building blocks Pin
Saravanakumar.K10-May-06 4:03
Saravanakumar.K10-May-06 4:03 
GeneralRe: definition of .net programming building blocks Pin
damo27510-May-06 15:16
damo27510-May-06 15:16 
GeneralRe: definition of .net programming building blocks Pin
Saravanakumar.K10-May-06 22:06
Saravanakumar.K10-May-06 22:06 
QuestionBiztalk - Message leaves in file but never appears in outfile Pin
HeatherMack9-May-06 6:20
HeatherMack9-May-06 6:20 
QuestionIntegrating vc++ and c# Pin
Ashraj19828-May-06 20:55
Ashraj19828-May-06 20:55 
AnswerRe: Integrating vc++ and c# Pin
Fu Manchu9-May-06 3:56
Fu Manchu9-May-06 3:56 

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.