Click here to Skip to main content
15,909,614 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 10:04
kubben18-Apr-07 10:04 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 10:11
dancelicious18-Apr-07 10:11 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 12:52
kubben18-Apr-07 12:52 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 13:25
dancelicious18-Apr-07 13:25 
AnswerRe: C# Web Service not running Pin
mav.northwind18-Apr-07 10:30
mav.northwind18-Apr-07 10:30 
QuestionRe: C# Web Service not running Pin
dancelicious18-Apr-07 10:33
dancelicious18-Apr-07 10:33 
QuestionSelect TreeView Pin
mihksoft18-Apr-07 8:42
mihksoft18-Apr-07 8:42 
AnswerRe: Select TreeView Pin
dancelicious18-Apr-07 9:03
dancelicious18-Apr-07 9:03 
AnswerRe: Select TreeView Pin
Tarakeshwar Reddy18-Apr-07 10:15
professionalTarakeshwar Reddy18-Apr-07 10:15 
QuestionSend VB6 COM object To MSMQ from C# Pin
ABSD21341231212312318-Apr-07 8:24
ABSD21341231212312318-Apr-07 8:24 
Questionudf executing an sql statement Pin
Lordveralix18-Apr-07 8:13
Lordveralix18-Apr-07 8:13 
AnswerRe: udf executing an sql statement Pin
Not Active18-Apr-07 8:18
mentorNot Active18-Apr-07 8:18 
GeneralRe: udf executing an sql statement Pin
Lordveralix18-Apr-07 8:45
Lordveralix18-Apr-07 8:45 
Questionhow to manage "Security" tab in windows server 2003! Pin
Adeel Chaudhry18-Apr-07 8:13
Adeel Chaudhry18-Apr-07 8:13 
AnswerRe: how to manage "Security" tab in windows server 2003! Pin
kubben18-Apr-07 8:22
kubben18-Apr-07 8:22 
GeneralRe: how to manage "Security" tab in windows server 2003! Pin
Adeel Chaudhry18-Apr-07 8:28
Adeel Chaudhry18-Apr-07 8:28 
QuestionC# with crystal report XI : deploy problems Pin
Newbie_Toy18-Apr-07 8:12
Newbie_Toy18-Apr-07 8:12 
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

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.