by Andy Bretl (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

Displays a combo-box containing all MS Agents currently installed on your system (retrieved by API call).
Selecting an Agent first loads the desired creature, displays it and fills a second combo-box with all possible actions they can perform. Choosing from that list lets the creature do whatever you have selected.
Additionally you can enter phrases and let them say what you have entered.
Thanks for some really good inspirations ;) on this site
API DeclarationsPrivate Declare Function GetWindowsDirectory Lib "kernel32" Alias _
"GetWindowsDirectoryA" (ByVal lpBuffer As String, _
ByVal nSize As Long) As Long