Jump to content

A few questions about embedding IE


Recommended Posts

Just a few questions I had....

  • What version of IE does Autoit embed?
  • How do I disable right-click on every page navigated to?
  • How do I disable the normal browsing shortcuts? (backspace, ctrl+f, etc)
Thanks in advance! Edited by motionman95
Link to comment
Share on other sites

I did not yet find a version that i cannot embed and for the keys i would just capture them by hotkeyset (do nothing)

Thanks for help with the shortcut thing, but that is ALOT of keys to register as HotKeys.

Plus, I still need to know how to disable right-click.

Link to comment
Share on other sites

I'm guessing that you are being very impatient. Geez...

If the page that you navigate to doesn't already contain the code to disable right click then you would have to write the reqired code into the page when you display it.

BTW: Preventing right-click action on a page doesn't protect anything on that page, almost anyone with a couple of weeks of browser use can get by that one. and get any text, images, code or other specified file very quickly.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

  • Moderators

Refrain bumps to 24 hours. If that doesn't work for you, I will make it work.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

I have written on this subject several times. Search the forum for the keyword: oncontextmenu

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...