Results 1 to 6 of 6
  1. #1
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love

    Help With picture box.

    Hey, I'm creating an app that loads up a picture box (a lot of them) and load up
    "\game\something\somthing.jpg" and etc. It's supposed to load up, with the .jpg files loaded into it. which also makes these .jpg files editable. It's something I'm making and will release to MPGH
    I thought of this
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            PictureBox1.Picture = Load("\game\Test.jpg")
        End Sub
    But it gives me errors..
    Just wondering if there was a way to do that?
    Any help appreciated, Thanks guys
    -flames-
    No I do not make game hacks anymore, please stop asking.

  2. #2
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    I think you need a direct address.
    like C:\folder\something.jpg
    or
    http:/rwebsite.com/something.jpg

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    picturebox1.imagelocation = application.startuppath & "\images\nub.jpeg"



  4. The Following 2 Users Say Thank You to Blubb1337 For This Useful Post:

    flameswor10 (06-23-2010),wankswor10 (06-25-2010)

  5. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Ahaha, Like how you put the "nub" in it. I'm a choob btw Thanks for you help.
    Works. Thanks dude + thanks + repped
    Is there a way to show .dtx files? It'd be much easier >< (Lithtech, CA)
    Last edited by flameswor10; 06-23-2010 at 08:53 PM.
    No I do not make game hacks anymore, please stop asking.

  6. #5
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    or u can upload it to tinypic or something, get the direct link then in the ImageBox properties.

    goto

    ImageLocation

    and paste the link there

  7. #6
    wankswor10's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    5
    Lol ok. Is there a way I can open .dtx (lithtech for CA) using picturebox?
    and is there a way to set opacity for the pictureboxes?
    Last edited by wankswor10; 06-25-2010 at 01:55 PM.

Similar Threads

  1. [Solved] Help with picture...fast please !!!
    By PasterOfMuppets in forum CrossFire Help
    Replies: 2
    Last Post: 10-29-2011, 11:35 PM
  2. help with pic box
    By hopefordope in forum Visual Basic Programming
    Replies: 4
    Last Post: 05-24-2010, 01:44 AM
  3. I need help with my signature picture
    By darukam in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-11-2009, 01:36 PM
  4. I need help with my signature picture
    By darukam in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 08-11-2009, 12:43 PM
  5. Need help with my signatures and pictures.
    By JustTheWind in forum Art & Graphic Design
    Replies: 2
    Last Post: 07-17-2009, 11:25 PM