If im gonna be drawing stuff once every 3 seconds then should I just create the object at the beginning and leave it to be disposed when the user quits the program or should I keep creating and disposing it every 3 secs.

Oh and the code works well except I put Dim drawBrush As New SolidBrush(Color.Black) and put drawBrush in instead of SystemBrushes.Bold