Animator VBX
25-Apr-94 10:50:40
Sb: #98430-Animator VBX
Fm: Brian Rudolph [Adesk] 71722,170
To: Rich Frank 73030,302
>>The only thing I wish I could do is make the control place images in a memory
bitmap as I need to overlay additional information rather than always to the
screen.
Yes, control of the animation window is very difficult. This is because the
player window is really two windows. First there is the child window, the one
you create from your application. Then there is a second borderless windows
that is carefully laid on top of the child, only its not a child window, its a
parent window of the AAPLAY.DLL. This is why it can't be controlled because it
really isn't owned by the application that is using the DLL.
-Brian