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???

 채택된 답변

Image Analyst
Image Analyst 2014년 11월 11일

0 개 추천

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

Amirhosein Ghenaati
Amirhosein Ghenaati 2014년 11월 20일
i applaid mentioned program but this programs is not able to determine wmp controls for this object and some properties are fixed like Position and this function apply fake changes on properties
Image Analyst
Image Analyst 2014년 11월 21일
Try asking Yair directly on his web site: http://undocumentedmatlab.com/

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Guillaume
Guillaume 2014년 11월 11일

0 개 추천

Personally, I use the object browser of Visual Studio for this sort of thing. That of course requires you to have visual studio installed.
However, nothing beats having a look at the reference documentation.
Amirhosein Ghenaati
Amirhosein Ghenaati 2014년 11월 20일

0 개 추천

unfortunately both ways aren't comfortable to solve my problem and i have volume control problem yet

질문:

2014년 11월 11일

댓글:

2014년 11월 21일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by