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
Printable View
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
Perhaps you want this
Shell "c:\windows\sndrec32.exe", vbNormalFocus
Good luck
Phil
Shell "c:\windows\sndrec32.exe", vbNormalFocus
Hope this was what you wanted
Phil
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
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
Most humble Post
The forgoing posts by RSH were in error.
Everything works as it should. Just a case of cockpit error.
73 RSH
r u a HAM RAS?
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 ;)Quote:
Originally Posted by mynick