|
-
Aug 25th, 2006, 12:33 AM
#1
Thread Starter
Addicted Member
Pictures???!!!!!
yes, im new to vb and i need to know how to create a space on a form to load a picture in that certain space/area and being able to save it so that the next time you start the program you can see it. Or you can change the picture if you want as many times as you want. please send tutorials, examples, steps, and codes. thank you.
-
Aug 25th, 2006, 12:59 AM
#2
Re: Pictures???!!!!!
You show us yours (code) and we'll show you ours (code)....
-
Aug 25th, 2006, 12:59 AM
#3
Thread Starter
Addicted Member
Re: Pictures???!!!!!
Hello!!! Wake Up! Im New!!!
-
Aug 25th, 2006, 01:11 AM
#4
Re: Pictures???!!!!!
Add a picturebox to your Form, find it in the VB Toolbox.
You can load pictures with something like:
VB Code:
Picture1.Picture = LoadPicture("C:\YourPicture.Jpg")
If you want to show Open and Save dialogs use Common dialog control, add it to your project in Project/Components/Microsoft Common Dialog Control 6.0.
Search the forum to see how to use it, there are many examples.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|