Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try
- {
- Bitmap bmp = new Bitmap(System.Reflection.Assembly.GetEntryAssembly().GetManifestResourceStream("Build.res.ii"));
- pictureBox1.BackgroundImage = bmp;
- }
- catch {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement