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 9222037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:43:12+00:00 2026-06-18T03:43:12+00:00

I’m currently creating some reports in BIDS (SQL Server 2008 R2, VS2008). I feel

  • 0

I’m currently creating some reports in BIDS (SQL Server 2008 R2, VS2008).

I feel that I constantly need to access the dialogs Expression... and Textbox properties... in the designer

textbox context menu

but it slows me down to use the mouse and context menu all the time. (They are not even the top items in the menu!) It is even worse with the keypad on my laptop which unfortunately does not have the context menu button.

Is there a way to assign keyboard shortcuts (like CTRL1 & CTRL2) to these dialogs?

I have tried to find them in the keyboard customization dialog and even tried to record a macro but nothing works.

The closest I got is ShiftF10E and ShiftF10P but for that I need both hands.

I got it to work the last time I worked with reports some years ago in VS2005.

  • 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-18T03:43:14+00:00Added an answer on June 18, 2026 at 3:43 am

    Usually with shortcuts in Visual Studio (BIDS), you can go
    Tools –> Options –> Environment –> Keyboard

    If you filter the list of commands to make the list shorter, you can find the command you want and click into the “Press shortcut keys:” text box and then press the shortcut combination you want.

    I tried that and everything related to Expression didn’t work 🙁 . Basically it’s pretty hard to know what all those commands are and hard to find the one you want.

    But there’s another option. It’s a bit round-a-bout but it works fine.
    It basically involves creating a macro which will send shift-F10-E to your active context and then binding that macro to your shortcut keys of choice, e.g. CTRL-1. I’m using Visual Studio 2008 (installed from SQL Server 2008R2 disk)

    1) Show the macro window by selecting View–> Other windows –> Macro Explorer

    2) Create a new module under “MyMacros”

    3) Enter this VB.NET code:

    Imports System
    Imports EnvDTE
    Imports EnvDTE80
    Imports EnvDTE90
    Imports System.Diagnostics
    
    Public Module UserShortcuts
        Public Sub ShowExpression()
            System.Windows.Forms.SendKeys.SendWait("+{F10}E")
        End Sub
    End Module
    

    4) Go to Tools –> Options –> Environment –> Keyboard

    5) Type “macros” into the “Show commands containing:” textbox and the sub as defined in the module in the code above will appear and you can highlight it.

    6) You can then select the “Press shortcut keys” textbox and type [CTRL] + 1 or whatever you like and then click the [Assign] button.

    7) This MSDN page shows all the key options you can choose for the SendWait method. If you want to add more keyboard shortcuts, just add more Sub() entries in the module for each one and then map them as per steps 4 to 6.

    I’ve written an expanded version of this solution here.

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I need a function that will clean a strings' special characters. I do NOT
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I
I want use html5's new tag to play a wav file (currently only supported
I have a French site that I want to parse, but am running into

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.