24-02-2008, 11:54 PM
OK. I logged in after changing server code that requires password to be case sensitive. And after clicking cancel under frmChars I get an error in my frmNewChar. I immediatly go wtf because it was in the timer in frmNewChar. This error only happens when I hit cancel on a seperate form. The error is an RTE 9 in:
What doesn't make sense is that this is in a different form. Any help?
(also if someone could help me in my above post it would be helpful)
Also, this only happens because for some reason, in the DestroyTCP sub it loads the frmNewChars which activates the timer which doesn't work because the frmNewChar isn't initalized yet. Yet, I see no call to load this form only:
Code:
Call BitBlt(picChar.hdc, 0, 0, 32, 32, picSprites.hdc, PIC_X * DIR_DOWN * 3, Int(Class(cmbClass.ListIndex).Sprite) * PIC_Y, SRCCOPY)
What doesn't make sense is that this is in a different form. Any help?
(also if someone could help me in my above post it would be helpful)
Also, this only happens because for some reason, in the DestroyTCP sub it loads the frmNewChars which activates the timer which doesn't work because the frmNewChar isn't initalized yet. Yet, I see no call to load this form only:
Code:
If frmNewChars.Visible Then frmNewChars.Visible = false