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
  1. Home
  2. General Programming
  3. C#
  4. How can i perform Alt+T operation through programming in c#.net 3.5 Windows application.

How can i perform Alt+T operation through programming in c#.net 3.5 Windows application.

Scheduled Pinned Locked Moved C#
csharpquestion
5 Posts 3 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.
  • N Offline
    N Offline
    Narendra Reddy Vajrala
    wrote on last edited by
    #1

    Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren

    H L 2 Replies Last reply
    0
    • N Narendra Reddy Vajrala

      Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      That would depend on what Alt-T does in your application.

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      N 1 Reply Last reply
      0
      • N Narendra Reddy Vajrala

        Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren

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

        Hi, there are two easy ways: 1. create a menu item that does what you want ALT+T to do, then assign it ALT+T as a shortcut. or 2. handle KeyDown (or KeyPress) event, check for the right key combination, and act on it. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


        1 Reply Last reply
        0
        • H Henry Minute

          That would depend on what Alt-T does in your application.

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          N Offline
          N Offline
          Narendra Reddy Vajrala
          wrote on last edited by
          #4

          I want to open a topic using that

          H 1 Reply Last reply
          0
          • N Narendra Reddy Vajrala

            I want to open a topic using that

            H Offline
            H Offline
            Henry Minute
            wrote on last edited by
            #5

            I am sorry, but you are using terminology with which I am not familiar. What is a 'topic'?

            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

            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