VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MS Agent Control Panel

Andy Bretl  (1 Submission)   Miscellaneous   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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 Declarations
Private Declare Function GetWindowsDirectory Lib "kernel32" Alias _
"GetWindowsDirectoryA" (ByVal lpBuffer As String, _
ByVal nSize As Long) As Long

Rate MS Agent Control Panel (2(2 Vote))

Download MS Agent Control Panel

MS Agent Control Panel Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters