Basically I'd like it to consider the mouse and keyboard focus separate. If i click somewhere on the GUI with the mouse, the user control should still keep the keyboard focus on the textbox that it was on (ie you'd still be able to see the cursor blinking in that textbox), so when I start typing again the text will still show up in the text box that the cursor is on, even though you clicked somewhere else. I don't even know if this is possible without totally revamping the code... I'm starting to think that if it was easy someone would have posted the answer by now.
Main Topics
Browse All Topics





by: deepaknetPosted on 2007-04-25 at 06:52:01ID: 18973468
It is by design right. When you cllick the mouse outside it, the focus ought to get shifted. What exactly you are trying to address at?