|
-
Aug 7th, 2007, 02:13 PM
#1
Thread Starter
Member
[2005] Creating a Hotkey.
I need to create somewhat of a hotkey so that whenever that key is pressed it will trigger the action, but I also what the user to be able to choose their own hotkey. I would like it so when you press a button then the next keys pressed will be the hotkeys and the keys names turned into text and go on the button, ex: "On (*key pressed here*)".
-
Aug 7th, 2007, 02:35 PM
#2
Re: [2005] Creating a Hotkey.
You can use hte CreateHotKey API call and just place a variable where needed to designate the key to use. Then before creating it you prompt the user to select a key either from a dropdown list or ?? and filter out any keys that will create issues.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 7th, 2007, 02:47 PM
#3
Thread Starter
Member
Re: [2005] Creating a Hotkey.
-
Aug 7th, 2007, 02:48 PM
#4
Re: [2005] Creating a Hotkey.
-
Aug 7th, 2007, 02:52 PM
#5
Re: [2005] Creating a Hotkey.
There are code examples on our Forums
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|