blah blah blah is here! blah blah » Close

1
votes
2 answers

Accuracy of Timer in C#

Dear All, Anybody knows how much is the accuracy of the timer component in the C# toolbox? It says it is 1ms. From what I did is I am using 2 timers. Timer1 and Timer2. Timer1 is 1ms each tick, and Timer2 is 1000ms or 1 sec. Each tick of ...

1
votes
1 answers

An Event to Click a button 5 times

Dear all, I am new in CS, and what I know is basically an event is triggered when we click a button or do something in the form. I have a button, called [b]number[/b] that will generate random number. Lets call it number_btn. I want t ...

1
votes
1 answers

Advice on the best way to learn python?

salman
510

So I want to branch out and from my M$ background and get into python (it seems to be all the rage these days). I basically want to branch out into lamp a little, and python really seems to have picked up some [url=http://www.joestump.ne ...

Feedback