Connecting Tech Pros Worldwide Help | Site Map

Control Sound Recorder from VBA

  #1  
Old May 15th, 2006, 09:55 PM
Alex
Guest
 
Posts: n/a
I would like to control the Windows Sound Recorder from Access VBA
code. I have found the sample code from the Microsoft website for the
default recorder (see below), but I could not find a way to control the
recording features from VBA. Are there any Verbs, OLE connections, or
SendKey commands that can do the trick?

Alex
astidis@aol.com

---------
Me!Message.Class = "soundrec"
Me!Message.Action = acOLECreateEmbed
Me!Message.Verb = acOLEVerbPrimary
Me!Message.Action = acOLEActivate

Closed Thread