how can i find activex controls
10 ビュー (過去 30 日間)
古いコメントを表示
Amirhosein Ghenaati
2014 年 11 月 11 日
コメント済み: Image Analyst
2014 年 11 月 21 日
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 件のコメント
採用された回答
Image Analyst
2014 年 11 月 11 日
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);
その他の回答 (2 件)
Guillaume
2014 年 11 月 11 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!