Loading bitmap images

Hello all please could you help. I am creating a game using C# and OpenGL. The game is called “protect the pie” so basically its a bunch of bugs trying to eat the pie lol. Anyway I was just wondering how I go about loading multiple images? I got the background sorted, I just don’t know how to draw a bug(image) onto my background.

Much Appreciated
Ren

Use blending to additively blend a textured quad onto the background.

Thank you for your help much appreciated! It worked thanks :smiley: