Click here to Skip to main content
15,905,679 members
Home / Discussions / C#
   

C#

 
QuestionUnable to connect: incorrect log on parameters. Pin
pbm41112-Jan-09 20:23
pbm41112-Jan-09 20:23 
AnswerRe: Unable to connect: incorrect log on parameters. Pin
thatraja10-Dec-11 17:10
professionalthatraja10-Dec-11 17:10 
QuestionTimer Class Pin
satsumatable12-Jan-09 20:06
satsumatable12-Jan-09 20:06 
AnswerRe: Timer Class Pin
Guffa12-Jan-09 20:24
Guffa12-Jan-09 20:24 
GeneralRe: Timer Class Pin
satsumatable12-Jan-09 20:28
satsumatable12-Jan-09 20:28 
GeneralRe: Timer Class Pin
N a v a n e e t h12-Jan-09 20:33
N a v a n e e t h12-Jan-09 20:33 
AnswerRe: Timer Class Pin
J a a n s12-Jan-09 20:32
professionalJ a a n s12-Jan-09 20:32 
AnswerRe: Timer Class Pin
musefan12-Jan-09 22:04
musefan12-Jan-09 22:04 
you could still use timer just store the number of minutes (or hours (or days)) elapsed by incrementing it every time the timer ticks.

i.e. if your timer interval is 60000 (60 seconds) you could increment the minute value with each tick and then process that value.

another option is you could store the scheduled time and then when the timer tick event fires every second, for example, you can check to see if the current time matches the scheduled time (or greater than). if so then do your notification code or whatever it is you plan to do.
AnswerRe: Timer Class Pin
DaveyM6912-Jan-09 23:32
professionalDaveyM6912-Jan-09 23:32 
AnswerRe: Timer Class Pin
#realJSOP12-Jan-09 23:47
professional#realJSOP12-Jan-09 23:47 
GeneralRe: Timer Class Pin
satsumatable13-Jan-09 1:19
satsumatable13-Jan-09 1:19 
GeneralRe: Timer Class Pin
#realJSOP13-Jan-09 2:43
professional#realJSOP13-Jan-09 2:43 
QuestionInheriting a class or implementing a interface... Pin
Benny_Lava12-Jan-09 19:49
Benny_Lava12-Jan-09 19:49 
AnswerRe: Inheriting a class or implementing a interface... Pin
Vikram A Punathambekar12-Jan-09 20:32
Vikram A Punathambekar12-Jan-09 20:32 
Questionequalent in c# Pin
lawrenceinba12-Jan-09 19:48
lawrenceinba12-Jan-09 19:48 
AnswerRe: equalent in c# Pin
satsumatable12-Jan-09 20:12
satsumatable12-Jan-09 20:12 
AnswerRe: equalent in c# Pin
Guffa12-Jan-09 20:21
Guffa12-Jan-09 20:21 
GeneralRe: equalent in c# Pin
Jon Rista13-Jan-09 9:44
Jon Rista13-Jan-09 9:44 
QuestionVSS Password Change in C# code.... Pin
mastermags2912-Jan-09 19:28
mastermags2912-Jan-09 19:28 
QuestionWindows Forms GUI Library WITHOUT Theming/Skinning? Pin
Uwe Keim12-Jan-09 19:09
sitebuilderUwe Keim12-Jan-09 19:09 
Questionscope operator Pin
lawrenceinba12-Jan-09 18:35
lawrenceinba12-Jan-09 18:35 
AnswerRe: scope operator Pin
dan!sh 12-Jan-09 18:51
professional dan!sh 12-Jan-09 18:51 
QuestionHow to Invoke Upgrade Method of Win32_Product. Pin
banker_kiran12-Jan-09 18:27
banker_kiran12-Jan-09 18:27 
QuestionRemoting - constructor Pin
devvvy12-Jan-09 16:27
devvvy12-Jan-09 16:27 
QuestionC# problem in playing swf file in windows application Pin
leoiser12-Jan-09 16:09
leoiser12-Jan-09 16:09 

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.