RomanDA

RomanDA

Joined Last seen Member # 789112
3 Posts 43 Replies 1,971 Reputation

ok, worked out the basic code.. [code="vbscript"] TimerVal = 2 '2 minutes for the countdown TStart = Time() ' Get current time TEnd = DateAdd("n",TimerVal,Time()) 'Add the timerval to the current time [/code] This is the basic info. Get the timervalue = 2 mins to countdown Then hold the current time, and the time + this timervalue From here you can setup a timer to check to see if the current time

19 Replies 62,409 Views

sViz is correct on all the above. Making 1 object for each wather icon is the best and easiest way to go (see post #21). Again, it is much easier to take existing code and just change the images, and then your done.

32 Replies 77,482 Views

I am working on a few new gadgets, or possbily a dxpack. its nothing special, but i have not done a whole lot in a while, and wanted to see what people though

5 Replies 2,810 Views