|
-
Nov 12th, 1999, 10:02 PM
#1
Thread Starter
Hyperactive Member
Where can I get a list of things to use with WebBrowser1.ExecWB?
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer
-
Nov 13th, 1999, 02:53 AM
#2
If you use press space bar when you use this method, VB will show you a list of constants which you can use. They're pretty self explanatory. For example if you want to print from the WebBrowser control, you would use:
WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER
The second parameter as you can see tells WebBrowser if the user should get the Print Dialog Box.
For the rest of the things of ExecWB mentod, you can search the MSDN library.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 13th, 1999, 06:04 AM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|