16-02-2008, 07:13 PM
Currently for displaying my characters (2) sprite on the character select form I am using BltToDC and blting directly to the form. It works nicely and everything until I delete a character. After the character is deleted it all goes fine except when it sends me back to the login screen and I log back in the lstChars displays a "0" where the name used to be which is correct but it is still blting the sprite. If I close the game right out and reload it again and login then the character isn't blted anymore. Does anybody have any ideas as to why this is happening? The characters data is sent every time when you login so shouldn't it recognize it's not there anymore and blt nothing?