Skip to Content
0
Former Member
Jan 26, 2009 at 03:45 PM

Setting focus outside a control when no other control can get the focus

21 Views

Hello

I'd like to know if there is a way to setfocus outside of a control even if there is no other control to receive the focus.

I have an editbox that has the focus (active) and I want to set visible to false to this control., but I cannot since it has the focus and there is no other controls that can get the focus.

As a temporary measure I've added another editbox that I moved outside of the visible interface to which I've moved the focus. But I would like to know the proper way to do this.

Thank you for your help.