Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command buttons in a form with a browser in it
Message
De
20/10/2012 08:53:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Command buttons in a form with a browser in it
Divers
Thread ID:
01555394
Message ID:
01555394
Vues:
70
Hi,

I have a form that activates a browser in it. It works just fine.
Add Object oleBrowserWin  as oleControl  with Top      =   0                , ;
                                              Left     =   0                , ;
                                              Height   = 380                , ;
                                              Width    = 800                , ;
                                              Name     = "oleBrowserWin"    , ;
                                              OLEClass = "Shell.Explorer.2"
The question is: I would like to put command buttons in the lower part of the form in order to execute some of the browser's functions, like when I press the right mouse button over the browser area, or ctrl+p to print etc. Think it would make life easier for some users.

How could that be done?

TIA

Fernando
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform