how can i find activex controls
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Amirhosein Ghenaati
il 11 Nov 2014
Commentato: Image Analyst
il 21 Nov 2014
i used wmplayer as activex in gui and can play and pause video automatically when i decide according to nex command:
handles.activex2.controls.stop ();
but i dont know other function instead of stop function
how can i find other function details in help???
0 Commenti
Risposta accettata
Image Analyst
il 11 Nov 2014
See this snippet I have for finding the methods of Excel:
% Run Yair's program http://www.mathworks.com/matlabcentral/fileexchange/17935-uiinspect-display-methods-properties-callbacks-of-an-object
% to see what methods and properties the Excel object has.
uiinspect(excelObject);
Più risposte (2)
Guillaume
il 11 Nov 2014
Personally, I use the object browser of Visual Studio for this sort of thing. That of course requires you to have visual studio installed.
0 Commenti
Vedere anche
Categorie
Scopri di più su ActiveX in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!