How to keep form's focus in VB.net??

Posted by phiru on Stack Overflow See other posts from Stack Overflow or by phiru
Published on 2010-04-09T05:06:26Z Indexed on 2010/04/09 5:13 UTC
Read the original article Hit count: 181

Filed under:

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.

© Stack Overflow or respective owner

Related posts about vb.net