Results 1 to 4 of 4

Thread: clear imagebox

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Location
    Netherlands
    Posts
    6

    Question clear imagebox

    The results of a calculation are shown in an imagebox as a graph.
    Before I make a new calculation I want to clear the imagebox .
    How can I do that?
    Thanks Cees.

  2. #2
    DaoK
    Guest
    set image1.picture = loadpicture()
    Something like that I think

  3. #3
    DaoK
    Guest
    You can use that :

    VB Code:
    1. Image1.Picture = Nothing

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Location
    Netherlands
    Posts
    6

    Thumbs up

    Thanks, it works fine!
    Cees

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