Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setfocus
#1
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?
Reply
#2
Make the game loop handle every input.
Reply
#3
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?
Reply
#4
Private Sub frmwhatever_GotFocus()?

Make it set focus back to frmmaingame.
Reply
#5
GIAKEN Wrote:Private Sub frmwhatever_GotFocus()?

Make it set focus back to frmmaingame.

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*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)