Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command buttons in a form with a browser in it
Message
From
20/10/2012 08:53:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Command buttons in a form with a browser in it
Miscellaneous
Thread ID:
01555394
Message ID:
01555394
Views:
73
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
Next
Reply
Map
View

Click here to load this message in the networking platform