how can i find activex controls
조회 수: 6 (최근 30일)
이전 댓글 표시
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!