Click here to Skip to main content
15,915,676 members
Home / Discussions / C#
   

C#

 
GeneralSelection Color Pin
Radgar3-Mar-05 7:39
Radgar3-Mar-05 7:39 
GeneralCalculations on Dataset Urgent Please help Pin
nishant.gogia3-Mar-05 7:37
nishant.gogia3-Mar-05 7:37 
GeneralRe: Calculations on Dataset Urgent Please help Pin
Kodanda Pani3-Mar-05 16:17
Kodanda Pani3-Mar-05 16:17 
GeneralRe: Calculations on Dataset Urgent Please help Pin
nishant.gogia3-Mar-05 17:07
nishant.gogia3-Mar-05 17:07 
GeneralProblems when going from framework 1.1 to 2.0 beta Pin
Talal Sultan3-Mar-05 7:23
Talal Sultan3-Mar-05 7:23 
GeneralRe: Problems when going from framework 1.1 to 2.0 beta Pin
Judah Gabriel Himango3-Mar-05 7:55
sponsorJudah Gabriel Himango3-Mar-05 7:55 
GeneralRe: Problems when going from framework 1.1 to 2.0 beta Pin
Talal Sultan3-Mar-05 11:24
Talal Sultan3-Mar-05 11:24 
GeneralRe: Problems when going from framework 1.1 to 2.0 beta Pin
S. Senthil Kumar3-Mar-05 7:59
S. Senthil Kumar3-Mar-05 7:59 
You've broken one of the basic rules of Windows UI programming. Only the thread that created the UI can modify the UI. .NET 1.1 doesn't report any exception but I bet you wouldn't have achieved the effect you wanted. .NET 2.0 immediately throws an exception if you try to modify the UI from some other thread.

You'll have to use Invoke/BeginInvoke to marshal the method call on the UI thread.

Regards
Senthil
My Blog
GeneralRe: Problems when going from framework 1.1 to 2.0 beta Pin
Talal Sultan3-Mar-05 11:30
Talal Sultan3-Mar-05 11:30 
GeneralDateTime problem Pin
Anonymous3-Mar-05 6:34
Anonymous3-Mar-05 6:34 
GeneralRe: DateTime problem Pin
sreejith ss nair3-Mar-05 9:22
sreejith ss nair3-Mar-05 9:22 
GeneralRe: DateTime problem Pin
Anonymous3-Mar-05 10:30
Anonymous3-Mar-05 10:30 
Questionenybody Know...??? Pin
ABBASI_RA3-Mar-05 3:55
ABBASI_RA3-Mar-05 3:55 
General,.net security related problem Pin
montu33773-Mar-05 3:46
montu33773-Mar-05 3:46 
GeneralRe: ,.net security related problem Pin
Judah Gabriel Himango3-Mar-05 6:39
sponsorJudah Gabriel Himango3-Mar-05 6:39 
Questionis there a concept of const function parameters? Pin
feline_dracoform3-Mar-05 3:33
feline_dracoform3-Mar-05 3:33 
AnswerRe: is there a concept of const function parameters? Pin
S. Senthil Kumar3-Mar-05 7:17
S. Senthil Kumar3-Mar-05 7:17 
GeneralDll Import ( C++ Dll) and the result array Pin
Anonymous3-Mar-05 3:03
Anonymous3-Mar-05 3:03 
GeneralGet fusing of two pixels Pin
Anonymous3-Mar-05 2:11
Anonymous3-Mar-05 2:11 
GeneralRe: Get fusing of two pixels Pin
leppie3-Mar-05 9:01
leppie3-Mar-05 9:01 
GeneralRe: Get fusing of two pixels Pin
Sasuko3-Mar-05 11:53
Sasuko3-Mar-05 11:53 
QuestionWhere to store data? Pin
chilberto3-Mar-05 0:40
chilberto3-Mar-05 0:40 
AnswerRe: Where to store data? Pin
S. Senthil Kumar3-Mar-05 7:19
S. Senthil Kumar3-Mar-05 7:19 
GeneralP/Invoke memory leakage Pin
ting6683-Mar-05 0:36
ting6683-Mar-05 0:36 
GeneralRe: P/Invoke memory leakage Pin
mav.northwind3-Mar-05 1:36
mav.northwind3-Mar-05 1:36 

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.