How to Disable Short Cut Keys in WebBrowser Control -
Hi all,
I am designing my own Webbrowser by using WebBrowser Control. i want to Disable all the Shortcut keys in WebBrowser Control. and i want to replace same with other Functionalities...
How to Disable the Shortcut Keys in WebBrowser Control.
eg. i want to call a form designed by me when pressed "ctrl + f" which will highlight all occurances of the Search text in webbrowser control.
and for that i want to disable the shortcut key of Webbrowser which opens its own search window..
How to Disable Short Cut Keys in WebBrowser Control -
Hi all,
I am designing my own Webbrowser by using WebBrowser Control. i want to Disable all the Shortcut keys in WebBrowser Control. and i want to replace same with other Functionalities...
How to Disable the Shortcut Keys in WebBrowser Control.
eg. i want to call a form desi
Disable NewWindow of IE (WebBrowser) in VB6 -
Dear All,
I have a form with IE (WebBrowser).
If we press CONTROL + N keys, the same web page is opened in a new window in Micorosft Inernet Explorer out of my project.
I want to disable to open this new window of the web page when a user press CONTROL + N keys.
ie. user could not
Disable Desktop Windows Alt-F4 keys -
Can you help me find an API call I can use to
disable from VB the Desktop Windows Short-Cut Alt-F4 keys to prevent unauthorized users from closing Windows?
I am able to disable Ctrl-Alt-Del and Alt-Esc.
Thanks!
[2008] Disable flash in WebBrowser control -
I would like to disable flash in a WebBrowser control. I have disabled it in my IE7 options but the WebBrowser control is not taking notice of this option.
disable ctrl+n in webbrowser -
Hi,
Can we disable the opening of a new instance of IE when ctrl+n is pressed on the webbrowser control?
I want to disable it since i don't want to show the user the navigation paths (urls) i m navigating to for various oprations...
Can it be done?
I ahve disabled the right click o
Images in Webbrowser Control -
Is it possible to disable the load of images in a Webbrowser control?
And is it possible to disable the popup screens that some site's have in a Webbrowser control?
Thanks in advance.
[2005] WebBrowser control - is it possible to disable image loading -
Hi
does anyone know if it's possible to disable image loading on the webBrowser control? - so that pages load faster.
I just want the HTML of the page to work with in my code - i don't wish for the page to be displayed.
and I know that using httpwebrequest or webclient would
disabling or trapping short cut keys in Excel -
any body has an idea how to disable shortcut keys in Excel by code in macro .. or reset them .. or one can take its own action on Existing hot/shortcut keys.. for example i want when i press Ctrl+F , find dialog box comes , i dont want that dialog box to come i want to over ride this
Disable cookies for webbrowser -
Is there a simple way to disable cookies for pages loaded inside the vb webbrowser control, while not affecting any other instances of explorer? Or do I just have to do it through the registry before I load the webbrowser controls? I know there are easy ways to do this in ASP, if anyon
Disable right click in Webbrowser control -
How can I disable right clicks and scroll bars from webbrowser component in VB 6 ?
swf context menu -
Does anyone know a way to disable the context menu which appears when you right click on a swf? In the control's properties, you can disable everything except for the last selection.....which is a link to Macromedia's website. My goal is preventing users from opening up I.E.
I've
Questions for gurus, Webbrowser control -
Hi, I have a few questions about the webBrowser control.
1) How can I make a webbroser control transperent?
2) How can I Disable the right click -- (remember I am using VB5.0)
I have been searching for days, on how to disable right-click,
but every piece of code I get, has an e
Disabling Keyboard keys -
hello everybody
i have developed an activex control for taking quiz for students.what i want is that when the control is loaded in internet explorer i want to disable all the keys of the keyboard except the numeric keys.and once the quiz is over and control is unloaded i
[2005] Menu item shortcut keys and webbrowser -
I have some menu items that are assigned some shortcut keys.
I also have a webbrowser control.
When i load the form, the shortcut keys work very well.
But after i load the webbrowser with a webpage, the shortcut keys no longer works (the webpage has a java applet, i don't know if th
a vb problem very important for me -
hello sir/madam,
I am doing a coin slotting machine interface program using vb that uses the COM port to good effect. Now the objective is to disable the taskkeys and the mouse from working thru a vb program until a coin is slotted. The whole setup is to control internet usage. Eventh
Disable Windows Function/Hot Keys -
I am looking for a way to disable hot-keys in a webpage.
Is it possible to do this with a visual-basic script?
The keys I want to disable are:
CTRL+C
CTRL+V
SHIFT+F10
Please help me out
Disable BackSpace Key In WebBrowser Control -
Is there a way I can disable the BackSpace key (which takes the user back) in the webbrowser control?
Thanks in advance!
Can any one help me to disable the windows key -
Can any one help me, I'm trying to disable the windows key on my keyboard using a VB.Net application with out using the registry, is there away I can do this? I also need to know how to disable the short cut keys for Ctrl+Esc, Ctrl-Alt-Delete and Alt-Tab in VB.Net.
I would appreciate
[2005] how to disable/enable activex in webbrowser control -
Is it possible to disable/enable activex in webbrowser control? I mean using program, not manually select the option in 'tools' in IE.
thanks
bear
disable the CTRL ALT DELETE key in visual basic.net -
Good day.
I'm creating a simple form that could capture keystrokes. How can i capture CTRL-ALT-DELETE key when pressed together so as not to go to the task manager, in short I want to disable any function when the three keys is pressed. I tried to use the keydown event , detecting t
Disable javascript in webbrowser control -
Is it possible to disable javascript inside of a visual basic webbrowser control?
disabling < > keys -
hey
i know this has been posted a few times but none really help me
i am looking for a way to disable the < > keys. I dont like them for what im using. And if i disable the keys will it be disabled in other apps to?
Thanks
Disable Javascript from VB -
I want my program to disable all javascript in IE,
here is my issue... basically I am using the webbrowser control to fill out some forms on web hosts, to stop the 'friendly' alert boxes caused by java scripts on these pages I would like to disable javascript in IE, load the form,
WebBrowser control takes too much memory.. how to save rams -
I have a program with a WebBrowser control on it.
the program works all the time but the webBrowser isn't. even
when not working the webBrowser uses a lot of ram.
is there a way to disable it so that it doesn't take up so much rams?
thanks
disable keys while sendkeys -
Is it possible to disable all, or most keys out for a short time(1 sec)?
I am using a sendkeys statement, and wonder if disabling key strokes, will disable the sendkeys too.
I overcame the pesky focus problem with a simple do event.
I want to disable key input, during this
Webbrowser control don't save to histroy -
I use webbrowser control to load some pages in my program. Now I visit some pages (inportant information for the program) But the webbrowser control saves the pages into the history of the 'real' internet explorer. How can I disable it?
disable the scrollbar for webbrowser -
does anyone know how to disable the scrollbar for the webbrowser control? I can't seem to find the settings for it
Webbrowser accelerator keys -
Using the Webbbrowser control and microsoft's Web browser customizer wbcustomizer.dll how can I turn off the control and alt keys (particularly ctrl-P) but still allow the shift key to work.
WebBrowser , How To Disable Errors <RESOLVED> -
i made a little program using WebBrowser
how to disable the Errors?
like , internet explorer script Error <---
wanna view the non-secure items <----
these popup msg`s are not good in an application
how to disable them?
Disable Cntrl+Alt+Del -
Hello there! I am wondering how to disable the Control+alt+delete key sequence. The application is a simple sample to ask the user if he/she wants the PC restarted after the control+alt+del keys have been pressed. How am I to stop this?
'cancel' pop up alerts in the webbrowser control -
Hello...
I have a webbrowser control integrated into my program that must connect to a remote server which is located on host that uses a variety of advertising methods, including recently automatically popping up the 'add to favorites' box - the webbrowser I am using has its silent
The WebBrowser Control in VB***UNRESOLVED*** -
Hi
I have used a WebBrowser control in a VB form, now my problem is, I want to Disable the WebBrowser to prevent any changes to be made on documents during run-time.
The property (Enable) is not available, how can I (WebBrowser1.Enable = False). I do not want any changes to be ma
Help! Disable Right-click on... -
How do I disable all right-clicks on my Webbrowser control (the one from microsoft) ? I want to disable all right-clicks so they cannot view the source code or properties of the URL they are at. Thank you!
P.S. Please e-mail me if you can!
Disable JavaScrip in WebBrowser Control !! -
can any 1 help me to Disable JavaScript in Web Browser Control !!
[2005] Can't use access/shortcut keys when viewing Word doc in webbrowser -
I have a button that when click, loads a .doc word file into a webbrowser control. My problem is that when I do this, the focus is inside the word document and therefore my shortcut keys will not work, such as Alt+X to exit.
Any suggestions on a way around this?
thanks
Disable right click in a webbrowser control -
How can i disable the right click of the mouse in a webbrowser control?
Disable Keys -
Hello Everybody,
How can I disable CTRL Keys and also enable CTRL Keys and SHIFT keys.
Thanks a lot
Reggie
want to know abou CTRL+ESC in win200 -
hello everybody...
I have a trouble about disable Ctrl+ESC keys in win2000.
I have found some VB programing to work in win9x.
But It can't active in win2K.
I know win2K seems can't be disable CTRl+ESC keys by VB code.
but I still think that win2k could be disable function key
Disable webbrowser images -
Is there a way to disable all images from being loaded in the webbrowser control?
disable a key combination -
hello,
I'm looking for a quick way to disable at will a certain key combination:
'Ctrl+C'
..not just in a form but system-wide until I choose to re-enable it. I've seen in another thread that you can register some keys as "Hot Keys" and then set them to just do nothi