L Larry Lard Aug 16, 2006 #2 Drasko said: How can I get that my form always have focus? Click to expand... What do you want to happen when the user clicks the Start button? When I click the Start button I kinda expect the Start menu to get the focus.
Drasko said: How can I get that my form always have focus? Click to expand... What do you want to happen when the user clicks the Start button? When I click the Start button I kinda expect the Start menu to get the focus.
J Jim Wooley Aug 16, 2006 #3 How can I get that my form always have focus? Set the form's TopMost property to True. Jim Wooley http://devauthority.com/blogs/jwooley/default.asp
How can I get that my form always have focus? Set the form's TopMost property to True. Jim Wooley http://devauthority.com/blogs/jwooley/default.asp
D Drasko Aug 16, 2006 #4 Unfortunately, if TopMost property is true, form can still loose focus. I disabled Start button and others like Alt-Tab. But if other program shows its form, it can steel focus from my app.
Unfortunately, if TopMost property is true, form can still loose focus. I disabled Start button and others like Alt-Tab. But if other program shows its form, it can steel focus from my app.