CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DebbieFigg

Search: Search took 0.03 seconds.

  1. PHP composer.json requires {pluginname}, it could not be found in any version, there may

    I'm trying to create a private repo on my own github account to store some paid plugins and then require them into a roots bedrock website, but I keep getting the following message for eacch of the...
  2. How to persistently assign windows function keys

    Hi,

    I've created a VB program to assign the action of printing a screenshot of the current screen to a function key of choice, but I'm having trouble trying to get the assignment to persist after...
  3. Re: How to assign function to keyboard function key in Visual Basic

    Hi 2kaud,

    Thanks for the reference, but how do I include winuser.h into my project, so I can use the constants.

    Also, could you explain what you mean by equivalence assignments, as I haven't...
  4. Re: How to assign function to keyboard function key in Visual Basic

    Hi HanneSThEGreaT,

    Thanks for the pointer. I've tried looking for RegisterHotKeyEx in Visual Studio, but I can only find RegisterHotKey. Is that the one you meant?

    Also, I've discovered this...
  5. How to assign function to keyboard function key in Visual Basic

    Hi,

    I'm trying to create a program in Visual Basic to assign a function key to print a screenshot of the current screen and another one to print a list of the files in the currently selected...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured