Does it possible to access microphone or Webcam using Visual Basic Scripting ?
i tried searching on google but didn’t find the good answer .
I just need to ask if there is any easy method to achieve this ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the product supplies a COM object which you can load via VBScript this can be done, otherwise not. Some webcams can be viewed at with an IP address if the cam can also be controlled this way you could in theory load this page with VBScript and interact with it. You would, however, best use a language that is better suited for this kind of work like eg Ruby.