What is the best way when I use the OnProcess eventhandler to move my stuff around without it becoming dependant on the framerate? Right now I am checking using GetTickCount and storing it in a variable... but I am not sure if it is the best way (especially while using powerdraw)?

Thanks