Results 1 to 2 of 2

Thread: Using outside application within vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Bolivar,Missori
    Posts
    2

    Question

    I would like to call up a text reader from with my game to read text from a box.
    And being very wet behind the ears at this. I can't figure it out. My vb basic one book doesn't cover it
    So if you could shed a little light on the subject. I would be most grateful. If this helps any, I am trying to evoke the program reader32, it is an exe file. My computer also has the file xvoice.dll. I'm not sure where to start and how to proceed.
    thank you so much for help .
    I have another question , but will wait for the solution of this one first.

    Atticrat.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well just do :

    Code:
    Shell "reader32"
    'or the full path if that doesnt work :
    Shell "c:\something\something\reader32.exe"
    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width