Search Result

Collapse
4 results in 0.0013 seconds.
Keywords
Members
Tags
shortcut
  •  

  • Create a shortcut for your application automatically

    In my install application found at:
    Access Application Installer with Shortcut Creation


    I use this code to generate shortcuts for the user. In my installer application I have it setup to create a shortcut both on the users desktop, as well as in the users Programs Folder (the one you get to by Clicking Start->Programs)


    Code:
    Public Sub Create_ShortCut(ByVal TargetPath As String, ByVal ShortCutPath As String,
    ...
    See more | Go to post

  • How to Requery query result window by keyboard shortcut?

    While debugging I often find myself looking at a query or table in datasheet view, while performing other operations in code or form. My problem is that I need to requery the query to see any new records. However atm, I need to close and reopen the query to do so.


    Is there any keyboard shortcut to requery a select query or table? (Im thinking something like F5 refreshing page in most browsers)
    See more | Go to post

  • nicstel
    started a topic Python Editor Shortcut

    Python Editor Shortcut

    Hi,

    I'm trying to find a way to switching code in the python editor with a shortcut on keybord or with the mouse, like if I select Window in the toolbar and select the code on which I want to working on. I'm not sure if my question is clear but I tried.

    Thanks

    Nicolas
    See more | Go to post

  • NitinSawant
    started a topic Shortcut In My Computer
    in .NET

    Shortcut In My Computer

    Dear friends,
    I'm using C#.net. What i'm trying to do is to add shortcut in "My Computer" to run my application when user double clicks on it.

    I searched a lot on net but didn't got the desired results.

    pls help
    See more | Go to post
Working...