c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

Last post 10-21-2009 9:07 AM by gerrylowry. 4 replies.

Sort Posts:

  • c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

    10-17-2009, 12:40 PM
    • Contributor
      6,181 point Contributor
    • gerrylowry
    • Member since 07-02-2008, 9:46 PM
    • alliston ontario canada
    • Posts 2,189

    When developing with VBA in the Microsoft Access IDE, there is a very useful pair of keysboard shortcuts:

    Ctrl+PageUp         goes to start (first line) of current procedure/function.

    Ctrl+PageDown    goes to end (last line) of current procedure/function.


    in c#/VS2008, Ctrl+PageUp only goes to top of current screen (no further) while
    Ctrl+PageDown only goes to bottom of current screen (no further).


    QUESTION:  are there equivalent keyboard shortcuts in c#/vs2008 for the same behaviour that one gets from Ctrl+PageUp and Ctrl+PageDown in Microsoft Access VBA IDE?


    Thank you.

    Regards,
    Gerry (Lowry)

    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
  • Re: c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

    10-17-2009, 2:26 PM
    Answer
    • Member
      228 point Member
    • MikeRamsey
    • Member since 10-06-2009, 11:20 PM
    • PA
    • Posts 36

    i don't know if there is a shortcut exactly like that but CTRL + ]  will take you from the starting or ending bracket of the current procedure or function, but it requires that you be on either the starting or ending bracket first, so its probably not what you are looking for. The shortcut you are asking about would come in handy for sure. 



    Best Regards,
    Mike
  • Re: c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

    10-17-2009, 4:04 PM
    • Contributor
      6,181 point Contributor
    • gerrylowry
    • Member since 07-02-2008, 9:46 PM
    • alliston ontario canada
    • Posts 2,189

    @ mikeramsey

    Hi Mike, thank you for your input.

    MikeRamsey:
    ... CTRL + ]  will take you from the starting or ending bracket of the current procedure or function, but it requires that you be on either the starting or ending bracket first, so its probably not what you are looking for.

    yes, I use Crtl+] frequently.  Sadly, it does not replace the msAccess VBA feature.

    MikeRamsey:
    The shortcut you are asking about would come in handy for sure.

    Agreed.  It literally saves the developer substantial time.

    VS has many features and many are less than well documented.  Hence, I'm hoping there is some way to achieve this.  I so totally miss it as a super quick way of leaping through source code.


    Gerry

    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
  • Re: c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

    10-21-2009, 4:40 AM
    Answer
    • Participant
      844 point Participant
    • Nowall
    • Member since 12-19-2007, 9:53 AM
    • Posts 108

    See VS shortcut http://forums.asp.net/t/1442794.aspx

    Please make the reply as answer if it helps!
  • Re: c# + vs2008 -- are there equivalent keyboard shortcuts to CtrL+PageUp/Down in Microsoft Access?

    10-21-2009, 9:07 AM
    • Contributor
      6,181 point Contributor
    • gerrylowry
    • Member since 07-02-2008, 9:46 PM
    • alliston ontario canada
    • Posts 2,189

    @ Nowall

    that is a great list ... I know many of them including  Ctrl+T for character transpose.

    I found that byaccident recently.  I've wanted it forever ... I used it with the editor Ed from the ancient (in computer years) days of CP\M (Control Program for Microprocessors).


    I wish the would be an equivalent for the way Ctrl+PageUp/PageDown is using in Microsoft Access VBA IDE.



    Gerry

    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
Page 1 of 1 (5 items)