Textbox lost focus event
Textbox lost focus event
Does LBB provide a way to trap a "lost focus" event in a textbox in a window of type "window" ... such as when TAB is pressed?
Re: Textbox lost focus event
Does this Liberty BASIC solution (easily found in a Google search) work?
Re: Textbox lost focus event
Thanks. I thought about this, and even played around with it some, however I am already using the Timer in a [sort of] critical timing section of the program. I'm really looking for a Win API with a callback when the focus for a given textbox moves to the next control. I'll post here if I find anything. Meanwhile, I will revisit the Timer solution to see if I can fit it into the existing code