Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
AnswerRe: Zooming a group of controls Pin
Paul Conrad12-Oct-07 13:33
professionalPaul Conrad12-Oct-07 13:33 
GeneralRe: Zooming a group of controls Pin
wolfshad312-Oct-07 13:39
wolfshad312-Oct-07 13:39 
QuestionAccess to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 12:56
Patricio Tapia11-Oct-07 12:56 
AnswerRe: Access to Object (TextBox or ListBox) from a Thread Pin
Luc Pattyn11-Oct-07 13:25
sitebuilderLuc Pattyn11-Oct-07 13:25 
QuestionRe: Access to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 15:34
Patricio Tapia11-Oct-07 15:34 
AnswerRe: Access to Object (TextBox or ListBox) from a Thread Pin
Luc Pattyn11-Oct-07 15:50
sitebuilderLuc Pattyn11-Oct-07 15:50 
GeneralRe: Access to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 19:41
Patricio Tapia11-Oct-07 19:41 
Questionc# calling unmanaged C Pin
j10000_18611-Oct-07 12:53
j10000_18611-Oct-07 12:53 
GeneralRe: c# calling unmanaged C [modified] Pin
j10000_18611-Oct-07 13:03
j10000_18611-Oct-07 13:03 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 13:27
sitebuilderLuc Pattyn11-Oct-07 13:27 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 13:41
j10000_18611-Oct-07 13:41 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 14:03
sitebuilderLuc Pattyn11-Oct-07 14:03 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 14:52
j10000_18611-Oct-07 14:52 
GeneralRe: c# calling unmanaged C Pin
j10000_18612-Oct-07 0:51
j10000_18612-Oct-07 0:51 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn12-Oct-07 2:48
sitebuilderLuc Pattyn12-Oct-07 2:48 
QuestionGridView Bound column Pin
ss.mmm11-Oct-07 11:16
ss.mmm11-Oct-07 11:16 
QuestionSome kind of timer.. Pin
Joplinazz11-Oct-07 10:59
Joplinazz11-Oct-07 10:59 
AnswerRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:08
mvePete O'Hanlon11-Oct-07 11:08 
AnswerRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:11
Justin Perez11-Oct-07 11:11 
GeneralRe: Some kind of timer.. Pin
Joplinazz11-Oct-07 11:16
Joplinazz11-Oct-07 11:16 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:19
Justin Perez11-Oct-07 11:19 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:28
mvePete O'Hanlon11-Oct-07 11:28 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:36
Justin Perez11-Oct-07 11:36 
Pete O`Hanlon wrote:
Why do you actually need to do this? It seems a lot more complicated than getting the difference between two datetime objects. It's certainly a lot more code - which while not always a bad thing, certainly doesn't adhere to the KISS principal.


I understand what you are saying about the K.I.S.S. principal. From his short explanation he mentioned a while loop. I assumed that he was wanting to preform an operation multiple times within the timer, until a certain condition had been met. The most simple way to do that to me seemed to be a timer preforming the operations, and when the condition was met, do a timer.Stop().

Maybe I am missing something though, is it as efficent to do the above with a TimeSpan object?



I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:46
mvePete O'Hanlon11-Oct-07 11:46 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:51
Justin Perez11-Oct-07 11:51 

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.