Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Michal Kotze
Michal Kotze le 26 Juil 2013
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 commentaire
Michal Kotze
Michal Kotze le 26 Juil 2013
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?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by