Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to rotate a form in c#, or maybe just the controlls? Pin
musefan12-Jan-09 21:58
musefan12-Jan-09 21:58 
QuestionLog Into Website using WebRequest Pin
AksharRoop12-Jan-09 21:07
AksharRoop12-Jan-09 21:07 
AnswerRe: Log Into Website using WebRequest Pin
Ben Fair13-Jan-09 6:52
Ben Fair13-Jan-09 6:52 
Questiontransaction history Pin
kralece12-Jan-09 20:51
kralece12-Jan-09 20:51 
AnswerRe: transaction history Pin
Wendelius12-Jan-09 22:59
mentorWendelius12-Jan-09 22:59 
AnswerRe: transaction history Pin
kralece13-Jan-09 0:56
kralece13-Jan-09 0:56 
AnswerRe: transaction history Pin
kralece14-Jan-09 2:32
kralece14-Jan-09 2:32 
QuestionWhere windows make temprary files? Pin
sumit703412-Jan-09 20:26
sumit703412-Jan-09 20:26 
AnswerRe: Where windows make temprary files? Pin
Vikram A Punathambekar12-Jan-09 20:29
Vikram A Punathambekar12-Jan-09 20:29 
GeneralRe: Where windows make temprary files? Pin
sumit703412-Jan-09 21:02
sumit703412-Jan-09 21:02 
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 

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.