cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Key board events handling on list view
Key board events handling on list view
Aug 22, 2013 at 6:20am UTC
manjut19
(65)
Hi all,
I am doing a win32 application,I created a dialog box and inside dialog box one list view control,using resource editor,Now i want to handle Cntrl+F on tthe list view.under LVN_KEYDOWN,How to identify Cntrl+F?.Please help me
Aug 23, 2013 at 9:42am UTC
plexus
(147)
I never used them, but maybe the functions GetAsyncKeyState() or GetKeyState() will help.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms646293%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/ms646301%28v=vs.85%29.aspx
Topic archived. No new replies allowed.