help, im an absolute beginner for opengl and i want to know where to start

i am trying to write and image manipulation program, right now it is in VB 4. the 2d is way way too slow because im not using Dx or Opengl. OpneGl sounds better, so im going to try to use it instead. i either want to rewrite my prog in c, or include a dll so i can use opengl for the 2d. either way, i need to learn Ogl.

where to start?

If your class library includes OpenGL (I suppose so) maybe there are some examples programs you can download and look at the code, otherwise, take a look at the tutorial page at OpenGL.org. Try NeHe´s tutorials, they are good, and you can download code to the examples he explains to a various of latforms…

and stay tuned to this…

Good Luck