Re: About the TreeView in CF.
- From: "Alex Yakhnin" <a.yakhnin@xxxxxxxxxxxxxx>
- Date: Fri, 21 Jul 2006 08:24:49 -0400
Have you looked at the IMessageFilter in the SDF?
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=9a05b2dc-c79f-4cd8-af17-aa485fada5c7
--
Alex Yakhnin, Device Application Developer MVP
http://blog.opennetcf.org/ayakhnin
"steel" <SteelWhite@xxxxxxxxx> wrote in message
news:1153472023.179317.91040@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks for everyone who has helped me or will help me in this group.
Thanks a lot.
i am developing a app which can operated only by keyboard. (vs2003 +
ce4.2), in my app window there are several function buttons, and these
buttons can be "clicked" by Function keys at anytime. (1 function
button <-> 1 function key) , the problem is that when other control in
my app window gotfocus, the keyPressed event is operated by these
focused controls and the function button can not be "clicked". so i
let the form always be focused. And the form is the only operator of
the keyPressed event, according to the key was pressed, the form
distributes the keyPressed event to the control. at first it works
well. but when i pressed the direction key to look throwgh the
treenodes in a treeview, i can not differentiate the selected node, for
the treeview is not focused and the selectedNode's backColor is not
blue.
.
- References:
- About the TreeView in CF.
- From: steel
- About the TreeView in CF.
- Prev by Date: Re: How to tell if you're in DesignMode in Compact framework?
- Next by Date: Re: Window message for screen rotation
- Previous by thread: About the TreeView in CF.
- Next by thread: Re: How to tell if you're in DesignMode in Compact framework?
- Index(es):