I was able to draw my graphics using e.Graphics in Paint event handler. But my problem is that I need to update the graphics every millisecond using a timer. How can I do this? In VB6 I simply would place the code in the timer event handler. However, VB.Net 2008 graphics sounds a little more difficult.