User Profile

Collapse

Profile Sidebar

Collapse
blazingmavrick
blazingmavrick
Last Activity: Mar 1 '07, 12:51 PM
Joined: Feb 28 '07
Location: Lancashire
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blazingmavrick
    started a topic HELP ! Picture Box problems

    HELP ! Picture Box problems

    My problem consits of the following:-

    i am creating mulitple picturebox's, when the user double clicks on the picture box it opens the opendialog box to load a picture (jpeg only) into the picture box.

    using this code:-

    Code:
    'opens file dialog box to load selected jpeg into picture box
            OpenFD.InitialDirectory = "C:\My Documents\My Pictures"
            OpenFD.Title = "Open
    ...
    See more | Go to post

  • blazingmavrick
    replied to HELP ! Picture box problems
    in .NET
    thanks for the help but i think i may of post this thread in the wrong place im developing a form in vb 2005.

    not sure what you mean by ID sessions.

    sorry to be a pain but i am really new to this.

    here is the problem code:-

    Code:
    Try
                If PictureBox1.Enabled = True Then
                    PictureBox1.Image.Save(FilePic1)
                End If
            Catch ex As
    ...
    See more | Go to post

    Leave a comment:


  • blazingmavrick
    started a topic HELP ! Picture box problems
    in .NET

    HELP ! Picture box problems

    Hi

    My problem consits of the following:-

    i am creating mulitple picturebox's, when the user double clicks on the picture box it opens the opendialog box to load a picture (jpeg only) into the picture box.

    When they have finished they press a button to save the picture's into certain files called Module1.jpeg, Module2.jpeg and so on. These files are created and saved automatically (i.e. not using the save...
    See more | Go to post
No activity results to display
Show More
Working...