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.
Printable View
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.
set image1.picture = loadpicture()
Something like that I think
You can use that :
VB Code:
Image1.Picture = Nothing
Thanks, it works fine!
Cees