Click to See Complete Forum and Search --> : Sound Recorder


RSH
May 25th, 2001, 08:02 PM
The following code brings the sound recorder up on the task bar very nicely but I would like to load it onto my form at runtime and not have to hit the taskbar button. Can this be done?

Shell "c:\windows\sndrec32.exe"

73 RSH

phil m
May 25th, 2001, 11:41 PM
Perhaps you want this

Shell "c:\windows\sndrec32.exe", vbNormalFocus

Good luck

Phil

phil m
May 25th, 2001, 11:43 PM
Shell "c:\windows\sndrec32.exe", vbNormalFocus

Hope this was what you wanted

Phil

RSH
May 26th, 2001, 10:57 AM
You hit it right on the nose. That works exactly as I would like. Now my only problem
is that When I make a recording and save it as #1
Then make a second recording and save it as #2, Both recordings contain all the data in No1 and No2

RSH
May 26th, 2001, 10:59 AM
You hit it right on the nose. That works exactly as I would like. Now my only problem
is that When I make a recording and save it as #1
Then make a second recording and save it as #2, Both recordings contain all the data in No1 and No2
73 RSH

RSH
May 26th, 2001, 12:12 PM
Most humble Post
The forgoing posts by RSH were in error.
Everything works as it should. Just a case of cockpit error.
73 RSH

mynick
April 8th, 2008, 06:34 AM
r u a HAM RAS?

mynick
April 8th, 2008, 06:40 AM
it should be

Shell "c:\windows\system32\sndrec32.exe", vbNormalFocus

if i m not wrong

HanneSThEGreaT
April 8th, 2008, 07:49 AM
it should be

Shell "c:\windows\system32\sndrec32.exe", vbNormalFocus

if i m not wrong

Not if the the OP ( Which posted this question 7 years ago ) was using Windows 95 ;)