nopers, just a database program. Takes XML from a website of ppl who signed up and sticks em in an Access DB. But the speed it's going now it loops about 50 times per second so that's almost the screen's refresh rate in label refreshes. So hopefully another computer can render that. Mine's a 4400+ X2 and this could be run on just about anything. Mostly old, slow laptops in the field.
Now I figure that the label's text change event invalidates the graphics so if I don't do a me.refresh to invalidate everything, I can just do a me.update and it will only redraw the label and anything else that's been invalidated which should be more efficient. I'll have to try that later