C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 05-20-2005, 03:33 AM   #1
Registered User
 
Join Date: May 2005
Posts: 4
Keyboard input in a Dialog

I am making a fully dialog based application wherein my application has a dialog with a few buttons. I want to move one of the buttons at runtime through keyboard left and right keys. I have added the control WM_KEYDOWN and written the code there. But my problem is that whenever I click on the left or right keys the focus keeps shifting between the buttons on the dialog but the button doesn't move. I am at my wits end as to why keyboard input is not going to the dialog. Please help

regards,
KSarkar
ksarkar is offline   Reply With Quote
Old 05-20-2005, 05:39 AM   #2
Registered User
 
Codeplug's Avatar
 
Join Date: Mar 2003
Posts: 3,898
Dialog Box Programming Considerations -> Keyboard Interface

gg
Codeplug is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some help with C program writing The_PC_Gamer C Programming 9 02-12-2008 09:12 PM
Using low-level keyboard for input hdragon C++ Programming 25 12-24-2007 02:13 PM
Stealing Keyboard input zort15 C++ Programming 2 04-16-2007 02:22 PM
Need help with keyboard input wiramu C++ Programming 2 11-28-2003 02:44 PM


All times are GMT -6. The time now is 08:59 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22