So I've got a picture on the screen. I'd like to now clear the picture.
I tried this:
ezDICOMX1.Filename = "" but that results in an error.
I found an undocumented property:
ezDICOMX1.DCMunloadImages but I can't seem to make it work - the program just complains saying "Invalid use of property".
Any ideas?
Many thanks for your help.
Darkbob
Dooh!!
Might help if you use the right property.
It should be:
ezDICOMX1.DCMFilename = ""
Not
ezDICOMX1.Filename = ""
Log in to post a comment.
So I've got a picture on the screen. I'd like to now clear the picture.
I tried this:
ezDICOMX1.Filename = "" but that results in an error.
I found an undocumented property:
ezDICOMX1.DCMunloadImages but I can't seem to make it work - the program just complains saying "Invalid use of property".
Any ideas?
Many thanks for your help.
Darkbob
Dooh!!
Might help if you use the right property.
It should be:
ezDICOMX1.DCMFilename = ""
Not
ezDICOMX1.Filename = ""