In C++, I know you use a main game loop to go through all the code constantly. But I want to know if Visual basic games usually use something like that or not, or if it all gets put on a real fast timer.

If it IS done with a loop, please tell me how.