Where is LoadPicture in Visual Studio .Net?
imgBox1.Picture = LoadPicture("Blah\Blah.jpg")
But, in Visual Studio .Net, it first of all doesn't recognize.Picture (it wants.Image), and says thatName 'LoadPicture' is not declared. How do I load an image from a file in VB .net?

