Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# with crystal report XI : deploy problems Pin
kubben18-Apr-07 8:27
kubben18-Apr-07 8:27 
AnswerRe: C# with crystal report XI : deploy problems Pin
Tarakeshwar Reddy18-Apr-07 10:17
professionalTarakeshwar Reddy18-Apr-07 10:17 
Questionsetup Pin
marwan_siala18-Apr-07 7:25
marwan_siala18-Apr-07 7:25 
AnswerRe: setup Pin
Obaid ur Rehman18-Apr-07 8:16
Obaid ur Rehman18-Apr-07 8:16 
GeneralRe: setup Pin
marwan_siala18-Apr-07 8:20
marwan_siala18-Apr-07 8:20 
AnswerRe: setup Pin
kubben18-Apr-07 8:28
kubben18-Apr-07 8:28 
GeneralRe: setup Pin
marwan_siala18-Apr-07 8:31
marwan_siala18-Apr-07 8:31 
QuestionWin Form & Web Form Control Update from a thread in Assembly Pin
zinc_z18-Apr-07 7:16
zinc_z18-Apr-07 7:16 
Hi ,

I have written an assembly in C# which uses threads, and I want to add the reference of this assembly in both Windows Form and ASP.NET Web Form.

There is a method in a thread of my assembly which should send the current status of processing to Windows Form and Web Form .

My problem is, I first used the 'invoke and delegates' mechanism from my assembly to update WindowForm control , but this technique did't work on WebForm control as I could't find any equiavalent of 'Invoke' in WebForm .

Now I tried to use the Delegates and Events , I fire events from my assembly and try to catch those events in my WIndow Form , but getting error that "cross-thread operation is not valid" as I am trying to update GUI control frm my own thread....

Is there any way around to this ? I want to use technique through which I can update my both Win Form and Web Form controls !

Please I need help I m realy very badly struck here...

Thanks in advance.

ZINK





HELLO

QuestionCreate/Open File options Pin
peterchen18-Apr-07 7:15
peterchen18-Apr-07 7:15 
AnswerRe: Create/Open File options Pin
Ed.Poore18-Apr-07 7:20
Ed.Poore18-Apr-07 7:20 
GeneralRe: Create/Open File options Pin
peterchen18-Apr-07 23:00
peterchen18-Apr-07 23:00 
QuestionProgramatic Edit of a DataGridView Pin
Pualee18-Apr-07 7:15
Pualee18-Apr-07 7:15 
AnswerRe: Programatic Edit of a DataGridView Pin
Patrick Etc.18-Apr-07 17:20
Patrick Etc.18-Apr-07 17:20 
GeneralRe: Programatic Edit of a DataGridView Pin
Pualee19-Apr-07 4:30
Pualee19-Apr-07 4:30 
QuestiontreeView Pin
mihksoft18-Apr-07 6:29
mihksoft18-Apr-07 6:29 
AnswerRe: treeView Pin
Ravi Bhavnani18-Apr-07 6:55
professionalRavi Bhavnani18-Apr-07 6:55 
GeneralRe: treeView Pin
mihksoft18-Apr-07 7:09
mihksoft18-Apr-07 7:09 
QuestionCan I create a class from a string name?? Pin
Saeed.39418-Apr-07 6:15
Saeed.39418-Apr-07 6:15 
AnswerRe: Can I create a class from a string name?? Pin
Ravi Bhavnani18-Apr-07 6:57
professionalRavi Bhavnani18-Apr-07 6:57 
GeneralRe: Can I create a class from a string name?? Pin
sarvesh.upadhyay18-Apr-07 18:33
professionalsarvesh.upadhyay18-Apr-07 18:33 
AnswerRe: Can I create a class from a string name?? Pin
Saeed.39418-Apr-07 18:40
Saeed.39418-Apr-07 18:40 
Questionworking with mouse Pin
duta18-Apr-07 6:03
duta18-Apr-07 6:03 
AnswerRe: working with mouse Pin
Ed.Poore18-Apr-07 7:20
Ed.Poore18-Apr-07 7:20 
QuestionHandling the Generic Variable in a Generic Method Pin
BradleyC18-Apr-07 5:23
BradleyC18-Apr-07 5:23 
AnswerRe: Handling the Generic Variable in a Generic Method Pin
Tarakeshwar Reddy18-Apr-07 5:52
professionalTarakeshwar Reddy18-Apr-07 5:52 

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.