Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
QuestionUnique random numbers Pin
D i x y24-Feb-08 18:55
D i x y24-Feb-08 18:55 
GeneralRe: Unique random numbers Pin
Christian Graus24-Feb-08 19:07
protectorChristian Graus24-Feb-08 19:07 
GeneralRe: Unique random numbers Pin
D i x y24-Feb-08 19:52
D i x y24-Feb-08 19:52 
GeneralRe: Unique random numbers Pin
Christian Graus24-Feb-08 20:16
protectorChristian Graus24-Feb-08 20:16 
GeneralHold the timer tick event before processing Pin
CodingLover24-Feb-08 18:26
CodingLover24-Feb-08 18:26 
GeneralRe: Hold the timer tick event before processing Pin
Christian Graus24-Feb-08 18:29
protectorChristian Graus24-Feb-08 18:29 
GeneralRe: Hold the timer tick event before processing Pin
CodingLover24-Feb-08 18:46
CodingLover24-Feb-08 18:46 
GeneralRe: Hold the timer tick event before processing Pin
Christian Graus24-Feb-08 19:04
protectorChristian Graus24-Feb-08 19:04 
No, not even remotely.

The timer has an interval property. Inside your tick event, set the Interval property to the value you want it to be after the first time it fires.

All I am suggesting is you do something like

Timer.Interval = 2000; // 2 seconds

inside the tick event.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Hold the timer tick event before processing Pin
CodingLover24-Feb-08 19:11
CodingLover24-Feb-08 19:11 
Generalwindows TO vista!! Pin
rowdy_vc++24-Feb-08 18:01
rowdy_vc++24-Feb-08 18:01 
GeneralRe: windows TO vista!! Pin
Christian Graus24-Feb-08 18:12
protectorChristian Graus24-Feb-08 18:12 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 18:41
rowdy_vc++24-Feb-08 18:41 
GeneralRe: windows TO vista!! Pin
Christian Graus24-Feb-08 18:43
protectorChristian Graus24-Feb-08 18:43 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 19:12
rowdy_vc++24-Feb-08 19:12 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 20:00
rowdy_vc++24-Feb-08 20:00 
GeneralRe: windows TO vista!! Pin
Christian Graus24-Feb-08 20:53
protectorChristian Graus24-Feb-08 20:53 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 21:01
rowdy_vc++24-Feb-08 21:01 
GeneralRe: windows TO vista!! Pin
Christian Graus24-Feb-08 21:24
protectorChristian Graus24-Feb-08 21:24 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 21:56
rowdy_vc++24-Feb-08 21:56 
GeneralRe: windows TO vista!! Pin
Colin Angus Mackay24-Feb-08 22:53
Colin Angus Mackay24-Feb-08 22:53 
GeneralRe: windows TO vista!! Pin
Colin Angus Mackay24-Feb-08 22:50
Colin Angus Mackay24-Feb-08 22:50 
QuestionHi friends.. please help me waiting or loading pages problem Pin
G Nathan24-Feb-08 17:50
G Nathan24-Feb-08 17:50 
GeneralRe: Hi friends.. please help me waiting or loading pages problem Pin
Christian Graus24-Feb-08 18:13
protectorChristian Graus24-Feb-08 18:13 
GeneralXmlSerialize and nullable types Pin
QzRz24-Feb-08 9:54
QzRz24-Feb-08 9:54 
QuestionPlay AVI streams in Vista/Longhorn Pin
quiensabe24-Feb-08 9:12
quiensabe24-Feb-08 9:12 

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.