Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8805983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:00:11+00:00 2026-06-14T02:00:11+00:00

It seems like it’s impossible to disable printing in a webBrowser control. Here’s what

  • 0

It seems like it’s impossible to disable printing in a webBrowser control.

Here’s what I’ve tried:

  • Setting WebBrowserShortcutsEnabled to FALSE

    • This still shows a print dialog when pressing ctrl+p. The behavior seems strange, but from my testing, you can trigger the dialog while the webbrowser control still has focus. If you click on another control so the webbrowser loses focus, and click on the webbrowser again, you are unable to trigger the print dialog.
  • Overriding Ctrl+P in the Form’s KeyDown event

    • This doesn’t seem to do anything at all.
  • Using Webbrowser’s PreviewKeyDown

    • This doesn’t seem to be intended to intercept keys, merely preview them as you can’t cancel out keypresses with it.

It would be optimal if ALL keyboard shortcuts are disabled.

There must be some way to achieve this? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:00:12+00:00Added an answer on June 14, 2026 at 2:00 am

    working example..

    $(document).ready(function(e){
        $('body').keydown(function(event) {
           // alert('this');
            if (event.which == 80 && event.ctrlKey) {
                return false;
                 //alert('me');   
            }
        });
    });
    

    http://jsfiddle.net/rhPxU/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems like it should be simple. Here is my data store declaration: var
Seems like this should be obvious, but how do I send arrow key presses
Seems like this should be simple, but powershell is winning another battle with me.
Seems like just yesterday I had this same problem with Play! v1. After trying
Seems like this should be simple enough but for whatever reason I am unable
Seems like this should be easy or at least documented somewhere, I just cant
Seems like this might be easy, but from reading other SO answers there are
Seems like an obvious question but I'm still confused. I have an asp FileUpload
Seems like the problem with this is the PHP syntax, but no luck in
Seems like I've ran into a wall here. I want some datasource to be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.