by Sanx (10 Submissions)
Category: Games
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Connects to MUDs, MUSHs, MUCKs, MOOs and any other talkers. Supports ANSI colour, triggers, colour highlighting, macros and includes various display options and a note-writer too.
It represents about 9 months work, all in all, and any and all comments are greatly appreciated.
Assumes
Almost no commenting, but the code is self-explanatory for the most part.
API DeclarationsAttribute VB_Name = "PublicFuncs"
Declare Function SetWindowPos Lib "user32" _
(ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal X As Long, ByVal Y As Long, ByVal cx As Long, _
ByVal cy As Long, ByVal wFlags As Long) As Long
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long
Public Declare Function GetTickCount Lib "kernel32.dll" () As Long
Download Sanx's MUD Client (95 KB)