How to keep form's focus in VB.net??
- by phiru
In VB, i use SetWindowPos API. It makes form on top of other windows, but the form lost focus. so, i use mouse_event API. I force the position of mouse to click somewhere in the form.
Anyways, I need any help to keep form on top and its focus of other windows.