Quote Originally Posted by PGBSoft View Post
Hello,

Yes, that's totally possible, if you consider the events of speech object. Just raise your own event at the completion of speaking and unload the UC in the event handler with its index and update the counter. I didn't consider such stuff since this is just a demo.

However, I suggest you to try yourself first. If you can't, just let me know; I will try to give you an update.
I think it's in the DoSpeak function. I've placed
Code:
Unload Form1.UserControl11
before it Exits the Sub, but I'm not sure how I would know if it actually unloaded it or not or if that's even what I should be doing. I've never created my own control before and haven't a clue where to even begin raising an event to unload the specific array.