View orientations - VB5

My application uses an orthograhic window rather than perspective and needs to view images constructed in 3D wire frame from various view points. If we consider an isometric view should I create the view by using GLrotatef or should I some how change the window to adopt an isometric orientation. Thank for any help.

The orthographic projection is just fine for isometric rendering, you can use glRotate in orthographic mode.