Click here to Skip to main content
15,895,779 members
Home / Discussions / C#
   

C#

 
QuestionDynamic expression Pin
Wilson Wu21-Jun-06 20:02
Wilson Wu21-Jun-06 20:02 
AnswerRe: Dynamic expression Pin
Peter Wone21-Jun-06 20:06
Peter Wone21-Jun-06 20:06 
GeneralRe: Dynamic expression Pin
Wilson Wu21-Jun-06 20:08
Wilson Wu21-Jun-06 20:08 
AnswerRe: Dynamic expression Pin
KrunalC21-Jun-06 23:35
KrunalC21-Jun-06 23:35 
GeneralRe: Dynamic expression Pin
Wilson Wu22-Jun-06 0:39
Wilson Wu22-Jun-06 0:39 
Questionset href through java script Pin
Bibhu Sh. Panigrahi21-Jun-06 19:47
Bibhu Sh. Panigrahi21-Jun-06 19:47 
QuestionWindows Service Stop working Pin
Shajeel21-Jun-06 19:40
Shajeel21-Jun-06 19:40 
AnswerRe: Windows Service Stop working Pin
Tehnoon21-Jun-06 22:35
Tehnoon21-Jun-06 22:35 
I ran into this problem once, and never got to solve it. It has something to do with a timer being used in a windows service which is running on Windows Server 2003. What happens is that randomly, the timer events stop getting fired. I had to write my own timer then to get around this problem.

By the way, some people do report that they got the problem solved by using the System.Threading.Timer class instead of System.Timers.Timer. So if you are using System.Timers.Timer, try using System.Threading.Timer first.
GeneralRe: Windows Service Stop working Pin
Shajeel21-Jun-06 23:42
Shajeel21-Jun-06 23:42 
QuestionControl Events Pin
Tyrus18221-Jun-06 16:23
Tyrus18221-Jun-06 16:23 
AnswerRe: Control Events Pin
Stefan Troschuetz21-Jun-06 22:05
Stefan Troschuetz21-Jun-06 22:05 
AnswerRe: Control Events Pin
jjansen22-Jun-06 20:40
jjansen22-Jun-06 20:40 
QuestionHow can I hide the caret of a RichTextBox control? [modified] Pin
AngryC21-Jun-06 15:03
AngryC21-Jun-06 15:03 
QuestionDatabindings Question Pin
Drew McGhie21-Jun-06 12:08
Drew McGhie21-Jun-06 12:08 
AnswerRe: Databindings Question Pin
Edbert P21-Jun-06 14:30
Edbert P21-Jun-06 14:30 
GeneralRe: Databindings Question Pin
Drew McGhie22-Jun-06 3:30
Drew McGhie22-Jun-06 3:30 
QuestionTreeNode image question Pin
likefood21-Jun-06 11:49
likefood21-Jun-06 11:49 
GeneralRe: TreeNode image question Pin
BoneSoft21-Jun-06 11:56
BoneSoft21-Jun-06 11:56 
QuestionIConvertible Error (part deux from previous post) Pin
leckey21-Jun-06 11:39
leckey21-Jun-06 11:39 
AnswerRe: IConvertible Error (part deux from previous post) Pin
led mike21-Jun-06 19:24
led mike21-Jun-06 19:24 
QuestionForm based post with file and data [modified] Pin
Green Goblin21-Jun-06 11:09
Green Goblin21-Jun-06 11:09 
QuestionGeneric class [modified] Pin
torontomouse21-Jun-06 10:46
torontomouse21-Jun-06 10:46 
AnswerRe: Generic class Pin
Josh Smith21-Jun-06 10:52
Josh Smith21-Jun-06 10:52 
GeneralRe: Generic class Pin
torontomouse21-Jun-06 16:43
torontomouse21-Jun-06 16:43 
GeneralRe: Generic class Pin
Josh Smith24-Jun-06 15:33
Josh Smith24-Jun-06 15:33 

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.