Please help: How do I get an MS Agent read my items in the List Box?

Does anyone know how to make an MS Agent read items in a List Box? Please help. Thanks.

Comments

  • : Does anyone know how to make an MS Agent read items in a List Box? Please help. Thanks.
    [grey]I'm not sure about the method in the msAgent, but I think it is something like this:
    [code]
    Dim stTmp As String
    For Each stTmp In myList.Item
    msAgent.Say stTmp
    Next
    [/code]

    DjSpirit, I'm not at all sure about this code, you could say that it is somewhat in the grey.[/grey]

  • Thank you very much, DjSpirit. I'll try this code.

    : : Does anyone know how to make an MS Agent read items in a List Box? Please help. Thanks.
    : [grey]I'm not sure about the method in the msAgent, but I think it is something like this:
    : [code]
    : Dim stTmp As String
    : For Each stTmp In myList.Item
    : msAgent.Say stTmp
    : Next
    : [/code]
    :
    : DjSpirit, I'm not at all sure about this code, you could say that it is somewhat in the grey.[/grey]
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories