Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Ctrl + Enter key functionality in webbrowser application (win app)

Ctrl + Enter key functionality in webbrowser application (win app)

Scheduled Pinned Locked Moved C#
comtutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Krishna Varadharajan
    wrote on last edited by
    #1

    Hi, Im my webbrowser application in the url field if i type google and press ctrl+enter .com should come automatically how to enable this feature. Thankyou,

    krishna

    D 1 Reply Last reply
    0
    • K Krishna Varadharajan

      Hi, Im my webbrowser application in the url field if i type google and press ctrl+enter .com should come automatically how to enable this feature. Thankyou,

      krishna

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      You need to be more descriptive. Do you want normal enter press to behave like Ctrl + enter? You will need to write an add-in for the browsers for that AFAIK.

      L B 2 Replies Last reply
      0
      • D dan sh

        You need to be more descriptive. Do you want normal enter press to behave like Ctrl + enter? You will need to write an add-in for the browsers for that AFAIK.

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        huh? I think he wants "{CTRL/ENTER}" to behave like ".com{ENTER}" :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

        Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

        1 Reply Last reply
        0
        • D dan sh

          You need to be more descriptive. Do you want normal enter press to behave like Ctrl + enter? You will need to write an add-in for the browsers for that AFAIK.

          B Offline
          B Offline
          Bernhard Hiller
          wrote on last edited by
          #4

          Just do what the OP told: type something into the address field of Internet Explorer and hit CTRL Enter. Now the address gets changed to www.something.com. That's a feature of Internet Explorer. For doing that in his own web browser application, he will have to subscribe to some key events (e.g. key down or key pressed) of the address textbox, and handle the event arguments accordingly.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups