ThePentiumGuy Posted October 6, 2003 Posted October 6, 2003 hi how do u set the picture of a picturebox' for instance: something like - picturebox1.picture = "image.bmp" Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted October 6, 2003 *Experts* Posted October 6, 2003 PictureBox1.Image = Image.FromFile("path to the image") :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.