Probably easy move activex function problem
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi,
I am trying to hide the activex control in my GUI by moving it out of sight. I am new to this and have been searching with no avail. I have tried:
g = actxcontrol('WMPlayer.OCX.7', [16 242 714 321]); g.move([20,160,100,100]) %I know this location isn't out of sight but I wanted to see where it was moved....
but it just creates another inactive wmv looking file and places it in that position and doesn't move the actual activex that I am trying to move. I am not sure what I am doing wrong. I don't know know if I need to use a handle, or even what that would be since it doesn't let me create a function...its Tag is activex6 by the way if that helps.
any help would be GREAT!
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!