VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



MS Agent Control Panel

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

Rate MS Agent Control Panel

Download MS Agent Control Panel

Download MS Agent Control Panel (2 KB)

MS Agent Control Panel Comments

No comments have been posted about MS Agent Control Panel. Why not be the first to post a comment about MS Agent Control Panel.

Post your comment

Subject:
Message:
0/1000 characters