Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralQuestion abt service Pin
SatyaDY18-Jul-04 23:51
SatyaDY18-Jul-04 23:51 
GeneralRe: Question abt service Pin
RB@Emphasys19-Jul-04 6:44
RB@Emphasys19-Jul-04 6:44 
GeneralReferences controls created at runtime Pin
JKtracksub418-Jul-04 21:41
JKtracksub418-Jul-04 21:41 
GeneralRe: References controls created at runtime Pin
Heath Stewart19-Jul-04 2:51
protectorHeath Stewart19-Jul-04 2:51 
GeneralCast Problem Pin
Reinier van de Wetering18-Jul-04 21:28
Reinier van de Wetering18-Jul-04 21:28 
GeneralRe: Cast Problem Pin
mav.northwind18-Jul-04 21:47
mav.northwind18-Jul-04 21:47 
GeneralRe: Cast Problem Pin
Reinier van de Wetering18-Jul-04 22:16
Reinier van de Wetering18-Jul-04 22:16 
GeneralRe: Cast Problem Pin
RB@Emphasys19-Jul-04 6:48
RB@Emphasys19-Jul-04 6:48 
You must have a control inside the groupbox that is not of or inherit from WorkersCtl. You could try a couple of different things. You could either throw an if statement in there, to determine if the object is of type WorkersCtrl, and just use the object base class inside your for each decleration. Or...., you could change workersctrl to object, and set a debug statement within the foreach statement, outputing each objects .gettype().tostring() to determine which object is throwing the invalid cast error.
QuestionCrystal Reports: Bad performance on some Win2000 systems? Pin
Pain_Elemental18-Jul-04 18:05
Pain_Elemental18-Jul-04 18:05 
AnswerRe: Crystal Reports: Bad performance on some Win2000 systems? Pin
Daniel Turini19-Jul-04 6:09
Daniel Turini19-Jul-04 6:09 
GeneralRe: Crystal Reports: Bad performance on some Win2000 systems? Pin
Pain_Elemental19-Jul-04 20:57
Pain_Elemental19-Jul-04 20:57 
GeneralProblem with Stored Procedure's Return value Pin
ronin177018-Jul-04 15:23
ronin177018-Jul-04 15:23 
GeneralRe: Problem with Stored Procedure's Return value Pin
woudwijk18-Jul-04 21:19
woudwijk18-Jul-04 21:19 
GeneralRe: Problem with Stored Procedure's Return value Pin
dishanf19-Jul-04 1:19
dishanf19-Jul-04 1:19 
GeneralCalling richTextBox from other namespaces many times Pin
evdoxos18-Jul-04 13:53
evdoxos18-Jul-04 13:53 
GeneralRe: Calling richTextBox from other namespaces many times Pin
Judah Gabriel Himango18-Jul-04 14:48
sponsorJudah Gabriel Himango18-Jul-04 14:48 
GeneralRe: Calling richTextBox from other namespaces many times Pin
evdoxos18-Jul-04 23:00
evdoxos18-Jul-04 23:00 
GeneralMenu like Windows Start menu Pin
webhay18-Jul-04 10:03
webhay18-Jul-04 10:03 
GeneralRe: Menu like Windows Start menu Pin
Heath Stewart19-Jul-04 3:07
protectorHeath Stewart19-Jul-04 3:07 
GeneralRe: Menu like Windows Start menu Pin
webhay19-Jul-04 7:37
webhay19-Jul-04 7:37 
GeneralRe: Menu like Windows Start menu Pin
Heath Stewart19-Jul-04 8:34
protectorHeath Stewart19-Jul-04 8:34 
GeneralRe: Menu like Windows Start menu Pin
Anonymous19-Jul-04 13:07
Anonymous19-Jul-04 13:07 
GeneralDirect X Picturebox Pin
Wjousts18-Jul-04 9:11
Wjousts18-Jul-04 9:11 
QuestionHow we can dealing with TAPI in C# ? Pin
Wail A.Salem18-Jul-04 7:53
Wail A.Salem18-Jul-04 7:53 
AnswerRe: How we can dealing with TAPI in C# ? Pin
Nick Parker18-Jul-04 10:55
protectorNick Parker18-Jul-04 10:55 

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.