How to I enable browser bar with Shell.Explorer.2.

조회 수: 3 (최근 30일)
Michal Kotze
Michal Kotze 2013년 7월 26일
How to I enable browser bar with Shell.Explorer.2
main_WEB = actxcontrol('Shell.Explorer.2' ,'Position',[650 120 1220 780],... 'Parent',ws_MainFigure); Navigate(main_WEB,'http://www.deme.be/');
ShowBrowserBar(main_WEB,logical(1))
I get this error. Invoke Error, Dispatch Exception: Type mismatch.
ShowBrowserBar = HRESULT ShowBrowserBar(handle, Variant, Variant(Optional))
How do i deal with variant data type?
Thank you in advance
  댓글 수: 1
Michal Kotze
Michal Kotze 2013년 7월 26일
set(main_WEB,'AddressBar',logical(1)) i tried to set the property to logical one, but nothing happens. when I call property inspector and change properties on there nothing happens. I can only change the width and the length of all the properties.
main_WEB.inspect
I have the same problem trying change the properties of other actxcontrols such as windows media player? Am i missing somthing simple?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by