01-10-2009, 02:14 AM
I have a problem. I moved my party menu to a separate form and anytime it updates, it steals focus. How can I stop it?
Setfocus
|
01-10-2009, 02:14 AM
I have a problem. I moved my party menu to a separate form and anytime it updates, it steals focus. How can I stop it?
01-10-2009, 02:17 AM
Make the game loop handle every input.
01-10-2009, 02:35 AM
There has to be another way. I don't wanna have to rework the gui or any systems for this.. -_-
Isn't there a way to not allow focus to a form?
01-10-2009, 02:42 AM
Private Sub frmwhatever_GotFocus()?
Make it set focus back to frmmaingame.
01-10-2009, 06:12 AM
GIAKEN Wrote:Private Sub frmwhatever_GotFocus()? I tried that, it just flickers and makes the game lag, cause every time someone in your party takes a hit or regens, it changes focus. Maybe I'll just fuck with how it's shown in the main screen. *shrugs* |
« Next Oldest | Next Newest »
|