Probably easy move activex function problem
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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!
Respuestas (0)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!