Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run Time Error on Slow Computers
#1
If a person is playing a MS game on a slow computer (probably around 128RAM). Then they will have a error when entering the game.

The cause of that error is this line of code:
Code:
' Set the focus
    frmMirage.picScreen.SetFocus

So remove that if you wish.
Reply
#2
Why does this cause an error on slow computers?
Reply
#3
Cause a slow computer wants to run that line of code, but it can't make it happen.

At least I had that problem when I tested logging in on a sucky computer.
Reply
#4
If I could explain all aspects about a computer, I wouldn't be hanging on this forum.

That line caused a error to me. Therefore I informed it here.
Reply
#5
Why would you want that there anyway?

If people can't seem to move, they will click the screen.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#6
My guess is the handle of the form never had time to be created. If you want to keep that line, maybe make sure you load the form like:

Code:
Load frmMirage
frmMirage.Show
DoEvents
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)