Mirage Engine
Clear chat box on log out - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+------ Forum: Bugs Reports (https://mirage-engine.uk/forums/forumdisplay.php?fid=9)
+------ Thread: Clear chat box on log out (/showthread.php?tid=2628)



Clear chat box on log out - Anthony - 18-03-2009

Currently MS4 doesn't clear the chat box when you log out. So if you log out then back in right away you'll see all the pervious things that were in the chat box. Even when logging in with a different character.

All I did was in frmMirage in the Sub picQuitButton_Click() I added this:

Code:
Me.txtChat.Text = vbNullString

That's it, easy fix.