Re: How to make arrow key move over Help button in CProperty***
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 5 Dec 2005 07:48:54 -0800
Arrow key is not going to move the focus over to next control. Its not
windows behavior and is not supported by default in Win32/MFC. If you
want this behavior(which sounds odd), you will need to implement it
yourself(PreTranslateMessage or using accelerator keys).
Keep in mind about the ambiguity this may cause when you hit an arrow
key and you are in am edit control. You would expect to move to next
character but your logic would move it to next control.
The default behavior in windows is intuitive to users and I wouldnt
mess around with arrow key.
-----------
Ajay Kalra
ajaykalra@xxxxxxxxx
.
- Follow-Ups:
- Re: How to make arrow key move over Help button in CProperty***
- From: Krish
- Re: How to make arrow key move over Help button in CProperty***
- From: Frank Hickman [MVP]
- Re: How to make arrow key move over Help button in CProperty***
- References:
- Prev by Date: Change Data of CHtmlView
- Next by Date: Re: MFC future?
- Previous by thread: How to make arrow key move over Help button in CProperty***
- Next by thread: Re: How to make arrow key move over Help button in CProperty***
- Index(es):