Click here to Skip to main content
15,886,362 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Addition in textbox Pin
Luc Pattyn19-Feb-10 0:49
sitebuilderLuc Pattyn19-Feb-10 0:49 
GeneralRe: Addition in textbox Pin
Nandan Basak20-Feb-10 9:00
Nandan Basak20-Feb-10 9:00 
AnswerRe: Addition in textbox Pin
jaypatel51222-Mar-10 16:28
jaypatel51222-Mar-10 16:28 
QuestionTimer Time question [modified] Pin
Bob Beaubien18-Feb-10 11:22
Bob Beaubien18-Feb-10 11:22 
AnswerRe: Timer Time question Pin
Phil J Pearson18-Feb-10 11:54
Phil J Pearson18-Feb-10 11:54 
AnswerRe: Timer Time question Pin
Dave Kreskowiak18-Feb-10 12:17
mveDave Kreskowiak18-Feb-10 12:17 
GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 12:19
Bob Beaubien18-Feb-10 12:19 
AnswerRe: Timer Time question Pin
Luc Pattyn18-Feb-10 12:34
sitebuilderLuc Pattyn18-Feb-10 12:34 
textboxes don't use timers, all they use is some real estate on some form.

you can tell what code should get executed when a particular timer event fires, so tell the one you choose to update the GUI and show current time. You'd better use a System.Windows.Forms.Timer for that, as that one ticks on the GUI thread!

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

modified on Thursday, February 18, 2010 6:40 PM

GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 13:33
Bob Beaubien18-Feb-10 13:33 
GeneralRe: Timer Time question Pin
Luc Pattyn18-Feb-10 13:53
sitebuilderLuc Pattyn18-Feb-10 13:53 
GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 13:59
Bob Beaubien18-Feb-10 13:59 
GeneralRe: Timer Time question Pin
Luc Pattyn18-Feb-10 14:07
sitebuilderLuc Pattyn18-Feb-10 14:07 
GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 14:09
Bob Beaubien18-Feb-10 14:09 
GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 15:01
Bob Beaubien18-Feb-10 15:01 
GeneralRe: Timer Time question Pin
Luc Pattyn18-Feb-10 15:23
sitebuilderLuc Pattyn18-Feb-10 15:23 
QuestionMessage Removed Pin
18-Feb-10 5:34
professionalN_tro_P18-Feb-10 5:34 
AnswerRe: Installer Prerequisites... Pin
Ennis Ray Lynch, Jr.18-Feb-10 6:33
Ennis Ray Lynch, Jr.18-Feb-10 6:33 
AnswerRe: Installer Prerequisites... Pin
dan!sh 18-Feb-10 6:38
professional dan!sh 18-Feb-10 6:38 
AnswerRe: Installer Prerequisites... Pin
William Winner18-Feb-10 8:35
William Winner18-Feb-10 8:35 
AnswerRe: Installer Prerequisites... Pin
Abhinav S18-Feb-10 9:00
Abhinav S18-Feb-10 9:00 
Questionhow to call stored procedure that return values from multible tables using entity framework ?? Pin
gold_killer17-Feb-10 23:38
gold_killer17-Feb-10 23:38 
AnswerRe: how to call stored procedure that return values from multible tables using entity framework ?? Pin
Hardik P Patel18-Feb-10 21:55
Hardik P Patel18-Feb-10 21:55 
QuestionDatagridview sorting and Database. Pin
Johnkokk17-Feb-10 20:26
Johnkokk17-Feb-10 20:26 
AnswerRe: Datagridview sorting and Database. Pin
Ashfield18-Feb-10 3:15
Ashfield18-Feb-10 3:15 
GeneralRe: Datagridview sorting and Database. Pin
Johnkokk18-Feb-10 5:00
Johnkokk18-Feb-10 5:00 

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.