Results 1 to 3 of 3

Thread: How do I go about changing a form's picture to None, codewise?

  1. #1

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    I have a Form that has it's picture property set to a specific image. Once the user click's on a command button I need to set the Form's picture property to have "NO" picture, Then I will set it to have a colored background instead.

    I appreciate your time and efforts,
    Daniel Christie

  2. #2
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    Try this:
    Me.Picture = LoadPicture()
    "It's cold gin time again ..."

    Check out my website here.

  3. #3

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245

    thankyou

    Much appreciated

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