Can you create an IMAGE dynamically in VBScript? I know it can be done in Java ( MyImage= New Image(213,36) ).

Thanks.