Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# ListBox Justify Text [modified] Pin
DMWhiteDragon8-Jul-07 18:23
DMWhiteDragon8-Jul-07 18:23 
AnswerRe: C# ListBox Justify Text Pin
Luc Pattyn9-Jul-07 2:28
sitebuilderLuc Pattyn9-Jul-07 2:28 
Questionregarding XML Pin
praveenanand8-Jul-07 17:48
praveenanand8-Jul-07 17:48 
AnswerRe: regarding XML Pin
Sathesh Sakthivel8-Jul-07 17:51
Sathesh Sakthivel8-Jul-07 17:51 
QuestionTimer Class Help Pin
DMWhiteDragon8-Jul-07 16:14
DMWhiteDragon8-Jul-07 16:14 
AnswerRe: Timer Class Help Pin
Luc Pattyn8-Jul-07 16:48
sitebuilderLuc Pattyn8-Jul-07 16:48 
GeneralRe: Timer Class Help Pin
DMWhiteDragon8-Jul-07 17:03
DMWhiteDragon8-Jul-07 17:03 
GeneralRe: Timer Class Help Pin
Luc Pattyn8-Jul-07 17:15
sitebuilderLuc Pattyn8-Jul-07 17:15 
Hi,

1.
There is also Threading.Timer and Timers.Timer; both of them run their handler
on a separate thread, not the GUI thread. And you must keep them alive too.

2.
I fail to see how exactly your timer might be collected: if you are able
to set its Enabled property true again, that means you are holding a reference,
so I believe something else is going on. If you need more help, show us the code !

Smile | :)


GeneralRe: Timer Class Help Pin
DMWhiteDragon8-Jul-07 17:29
DMWhiteDragon8-Jul-07 17:29 
JokeRe: Timer Class Help Pin
Luc Pattyn8-Jul-07 17:31
sitebuilderLuc Pattyn8-Jul-07 17:31 
Questionwebsite Login with c# Pin
cardy18-Jul-07 15:14
cardy18-Jul-07 15:14 
AnswerRe: website Login with c# [modified] Pin
DMWhiteDragon8-Jul-07 16:30
DMWhiteDragon8-Jul-07 16:30 
AnswerRe: website Login with c# Pin
Ravi Bhavnani8-Jul-07 19:15
professionalRavi Bhavnani8-Jul-07 19:15 
QuestionGISMAP Pin
sarvenaz848-Jul-07 11:58
sarvenaz848-Jul-07 11:58 
AnswerRe: GISMAP Pin
Christian Graus8-Jul-07 16:18
protectorChristian Graus8-Jul-07 16:18 
Questionhow to connect C# application with j2me application? Pin
amna_am8-Jul-07 11:38
amna_am8-Jul-07 11:38 
AnswerRe: how to connect C# application with j2me application? Pin
Christian Graus8-Jul-07 11:41
protectorChristian Graus8-Jul-07 11:41 
GeneralRe: how to connect C# application with j2me application? Pin
Paul Conrad8-Jul-07 12:17
professionalPaul Conrad8-Jul-07 12:17 
Questionhelp me please Pin
michaelqog8-Jul-07 11:11
michaelqog8-Jul-07 11:11 
AnswerRe: help me please Pin
Judah Gabriel Himango8-Jul-07 11:42
sponsorJudah Gabriel Himango8-Jul-07 11:42 
AnswerRe: help me please Pin
Christian Graus8-Jul-07 11:43
protectorChristian Graus8-Jul-07 11:43 
AnswerRe: help me please Pin
Paul Conrad8-Jul-07 12:22
professionalPaul Conrad8-Jul-07 12:22 
QuestionHow to get the date now C# Pin
Aleksandr718-Jul-07 5:05
Aleksandr718-Jul-07 5:05 
AnswerRe: How to get the date now C# Pin
Kevin McFarlane8-Jul-07 5:07
Kevin McFarlane8-Jul-07 5:07 
GeneralRe: How to get the date now C# Pin
Aleksandr718-Jul-07 19:55
Aleksandr718-Jul-07 19: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.