how do you keep focus on a particular form...
like i have playagain.focus()
but if i click on my other form it playagain goes behind it
Printable View
how do you keep focus on a particular form...
like i have playagain.focus()
but if i click on my other form it playagain goes behind it
you can set the form TopMost property to true
ok thxs