Results 1 to 4 of 4

Thread: Pictures....

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Portland, Oregon
    Posts
    7

    Unhappy Pictures....

    In VB how can you change the picture(bitmap) that is assigned to an imagebox without making another imagebox?

    Example: You have alot of pictures you can pick from on form a and only that you picked to apear on the next form...?

    I alredy tried this:

    Private Sub Command1_Click()
    'This is the bitmap that VB put into frmPickCards.frx and this the
    'location in the .frx where the bitmap exsist.....
    Image1.Picture = "frmPickCards.frx": DCDD4
    End Sub



    even if the way I tried is wrong is there any way to do it?
    Any help would be Helpful thanks


    -Randy
    Theres many ways to do something... But theres only one best way... I'm here to find that way out

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Portland, Oregon
    Posts
    7
    Never mind a friend of mine on the other board help me out =) thanks anyways
    Theres many ways to do something... But theres only one best way... I'm here to find that way out

  3. #3
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    np

    So i'm a friend ehh :P

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Well I can provide an alternate solution. Reference the form and voila, you can access it like any other form. Or is there any particular reason you'd like to do it this way?

    [EDIT]: Whoops, I thought you said "Not a friend on the board to help me out"
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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