Click here to Skip to main content
15,907,225 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to open a file in .dll Pin
Strategic_Thinker8-Dec-07 21:53
Strategic_Thinker8-Dec-07 21:53 
GeneralRe: How to open a file in .dll Pin
Christian Graus8-Dec-07 22:34
protectorChristian Graus8-Dec-07 22:34 
AnswerRe: How to open a file in .dll Pin
Giorgi Dalakishvili8-Dec-07 21:50
mentorGiorgi Dalakishvili8-Dec-07 21:50 
AnswerRe: How to open a file in .dll Pin
Anthony Mushrow8-Dec-07 23:53
professionalAnthony Mushrow8-Dec-07 23:53 
GeneralRe: How to open a file in .dll Pin
Xmen Real 9-Dec-07 2:05
professional Xmen Real 9-Dec-07 2:05 
GeneralTimer Issue-Stack overflow exception Pin
Arun Abraham Jose8-Dec-07 21:31
Arun Abraham Jose8-Dec-07 21:31 
GeneralRe: Timer Issue-Stack overflow exception Pin
Christian Graus8-Dec-07 21:48
protectorChristian Graus8-Dec-07 21:48 
GeneralRe: Timer Issue-Stack overflow exception Pin
Arun Abraham Jose8-Dec-07 22:23
Arun Abraham Jose8-Dec-07 22:23 
Hi,


The exe is created to perform two tasks in another windows service application I created.

One to use the Timer_Tick event at particular intervals. This event calls the function(void OnTimerEvent()) defined in the class file which works as a wrapper class,

Second, this Wrapper class contains another user defined(delegate) Timer event that I created to perform some operations in Windows service appln. The issue is that OnTImerEvent() Method calls Timer event and the Enabled and Interval properties of TImer control I created in the form.

So I am forced to create the object of form in Class file, and in the form i have to create the object of wrapper class. This class is used in Windows services to define the Timer events

This is the problem I am facing, when runs This timer tick will be invoked at intervals and I get the errors I mentioned in the previous mail based on the use/removal of "new" "<constructor>"

Please help me in solving this

With Regards,

Abraham Chethuvelil

GeneralRe: Timer Issue-Stack overflow exception Pin
Christian Graus8-Dec-07 22:35
protectorChristian Graus8-Dec-07 22:35 
GeneralRe: Timer Issue-Stack overflow exception Pin
Arun Abraham Jose9-Dec-07 17:10
Arun Abraham Jose9-Dec-07 17:10 
GeneralDATA GRID VIEW BINDING Pin
sindhutiwari8-Dec-07 20:22
sindhutiwari8-Dec-07 20:22 
GeneralRe: DATA GRID VIEW BINDING Pin
Christian Graus8-Dec-07 21:51
protectorChristian Graus8-Dec-07 21:51 
GeneralRegex pattern Pin
hamidkhan8-Dec-07 20:18
hamidkhan8-Dec-07 20:18 
GeneralRe: Regex pattern Pin
hamidkhan12-Dec-07 8:13
hamidkhan12-Dec-07 8:13 
GeneralChanging the this.height at run-time causes flickering Pin
Joe Tony8-Dec-07 19:59
sussJoe Tony8-Dec-07 19:59 
GeneralRe: Changing the this.height at run-time causes flickering Pin
Xmen Real 9-Dec-07 2:01
professional Xmen Real 9-Dec-07 2:01 
QuestionHow to use resources? Pin
I'm a beginner8-Dec-07 19:09
I'm a beginner8-Dec-07 19:09 
AnswerRe: How to use resources? Pin
Christian Graus8-Dec-07 21:52
protectorChristian Graus8-Dec-07 21:52 
GeneralRe: How to use resources? Pin
I'm a beginner9-Dec-07 2:35
I'm a beginner9-Dec-07 2:35 
GeneralBar Code Pin
hadad8-Dec-07 13:27
hadad8-Dec-07 13:27 
GeneralRe: Bar Code Pin
Christian Graus8-Dec-07 14:17
protectorChristian Graus8-Dec-07 14:17 
GeneralRe: Bar Code Pin
Luis Alonso Ramos8-Dec-07 16:54
Luis Alonso Ramos8-Dec-07 16:54 
GeneralRe: Bar Code Pin
Luke Lovegrove8-Dec-07 19:39
Luke Lovegrove8-Dec-07 19:39 
GeneralCracker Barrel Peg Game Pin
randomo8-Dec-07 12:18
randomo8-Dec-07 12:18 
GeneralRe: Cracker Barrel Peg Game Pin
Anthony Mushrow8-Dec-07 12:35
professionalAnthony Mushrow8-Dec-07 12:35 

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.