Search Results

1
vote
5answers
376 views

Timers, UI Frameworks and bad coupling - Any Ideas?

Hi, I've just written a small XBox 360 Wireless Controller managed interface that basically wraps around the low-lever …
0
votes

Timers, UI Frameworks and bad coupling - Any Ideas?

The 360 controller can only report it's current state. There is no other means to get the state without polling. Using System.Threading.Timer or opening up a new Thread that does Thread.Sleep() is …
0
votes

Timers, UI Frameworks and bad coupling - Any Ideas?

So... It appears the information / code @ http://geekswithblogs.ne …
0
votes

Timers, UI Frameworks and bad coupling - Any Ideas?

@MattValerio: I know about CCR, but this doesn't really fit the bill here since I plan to put the control on googlecode and the CCR isn't part of the framework or opensource. …