13-03-2008, 03:49 PM
Fast fix in frmMirage:
I will add it later on, but just now. Bhenur fixed a bug in k2h which allows me to work on it again
I changed the frmMirage scalemode from Pixel to Twip cause it makes the moving of frmMirage better. But it also messed up a lot of other things with the gfx. And he found the problem
I would never have thought of reverting that back.
Code:
Private Sub picScreen_GotFocus()
On Error Resume Next
txtMyChat.SetFocus
End Sub
I will add it later on, but just now. Bhenur fixed a bug in k2h which allows me to work on it again

