In a vb 6 program I wrote, I stored many bitmap images in a res file. I used the picture1.picture = LoadResPicture(101, 0) code snippet to add picture 101 into a picture box. It worked great-----HOWEVER --when I upgraded to VB.Net I the code didn't work any suggestions.

Thanks