Click here to Skip to main content
16,012,223 members

Comments by Member 10993529 (Top 8 by date)

Member 10993529 19-Aug-14 12:48pm View    
Sergey, thanks for your input!

Your comment "Apparently, you don't have a feel what is complete code" is totally true. As a beginner in this field it seems that I am learning by trial and error... which can be very frustrating.

I will follow your last suggestion and rebuild the whole project, step by step. Hopefully I will learn some things along the way.

I need to get past this trial and error phase. Is there a good in-depth book that you could recommend? It seems like a book would be a much better way to learn this than by looking at several different sources of information via the Internet.

Thanks very much Sergey!
Member 10993529 19-Aug-14 9:06am View    
Sergey, as it doesn't seem possible to upload files, I've started a post at VBForums.net on this topic. If you have time, it would be great if you could look at it.
http://www.vbforums.com/showthread.php?773987-Having-difficulty-with-Keyboard-Hooks-Hotkeys
Member 10993529 18-Aug-14 19:55pm View    
Thanks for helping me Sergey. Tomorrow I will post the complete project file. It is clear that I'm making a mistake somewhere. If you have time, please take a look at the project file later.
Member 10993529 18-Aug-14 19:38pm View    
When the MainForm is not minimized, and the key combination occurs, the debugger stops on that line.

When the MainForm is minimized, and the key combination occurs, the debugger doesn't get to that line.
Member 10993529 18-Aug-14 19:26pm View    
Sergey, I'm very much a beginner programmer, so please bear with me :) .

With the debugger running and the MainForm NOT minimized, the following callstack info comes up when I press the Ctrl + Alt + Shift + K key combination:

Callstack
MainForm.WndProc


With the debugger running and the MainForm MINIMIZED, no callstack info comes up when I press the Ctrl + Alt + Shift + K key combination

Perhaps this information is a clue as to what the problem might be?