Results 1 to 4 of 4

Thread: Pictures???!!!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    249

    Unhappy 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.

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Pictures???!!!!!

    You show us yours (code) and we'll show you ours (code)....

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    249

    Angry Re: Pictures???!!!!!

    Hello!!! Wake Up! Im New!!!

  4. #4
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Pictures???!!!!!

    Add a picturebox to your Form, find it in the VB Toolbox.
    You can load pictures with something like:
    VB Code:
    1. 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
  •  



Click Here to Expand Forum to Full Width