>Given a handle to a PICT resource, how can I get the dimensions of the >PICT resource so that I can then calculate where I should place my >PICTURE FIELD? pictHndl& = fn getpicture(_splashpict) long if pictHndl& ' get rectangle from picture myRect;8 = @pictHndl&..picFrame% Bill