|
-
Sep 11th, 2003, 11:26 AM
#1
Thread Starter
Sleep mode
Timer in 'Components' toolbox ?
What's the difference between the timer in 'Components' toolbox and the other timer in 'Window Forms' ?
-
Sep 11th, 2003, 11:48 AM
#2
as far as i'm aware nothing, basically most of the other controls in the toolbox ( if not all of them ) are also available under 'Window Forms'
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Sep 11th, 2003, 11:55 AM
#3
Thread Starter
Sleep mode
Well , I was reading about "creating windows service" , it requires to add a timer from 'Components' section , not from 'Windows Forms' . It doesn't explain why I should use that over the other one . So , there must be a difference I don't know .
-
Sep 11th, 2003, 11:59 AM
#4
Thread Starter
Sleep mode
BTW, Components Timer has two more properties : a"AutoReset" and "SynchronizingObject" , Windows Forms' doesn't have these . So this is the first difference I see . Any other ones ?
-
Sep 11th, 2003, 12:03 PM
#5
PowerPoster
The timer component is optimized for use in Windows Forms applications and must be used in a window, where as the timer in the System.Timers namespace can be used anywhere.
-
Sep 11th, 2003, 06:54 PM
#6
Thread Starter
Sleep mode
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|