Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to display the strength of the sound recorded from the microphone? Pin
Weiwei.Fang28-Jul-08 21:42
Weiwei.Fang28-Jul-08 21:42 
AnswerRe: How to display the strength of the sound recorded from the microphone? Pin
Mark Salsbery29-Jul-08 6:52
Mark Salsbery29-Jul-08 6:52 
QuestionHow to do... Pin
john563228-Jul-08 21:39
john563228-Jul-08 21:39 
AnswerRe: How to do... Pin
sudhir_Kumar28-Jul-08 21:47
sudhir_Kumar28-Jul-08 21:47 
AnswerRe: How to do... Pin
Maximilien29-Jul-08 2:28
Maximilien29-Jul-08 2:28 
AnswerRe: How to do... Pin
enhzflep29-Jul-08 2:35
enhzflep29-Jul-08 2:35 
GeneralRe: How to do... Pin
David Crow1-Aug-08 3:44
David Crow1-Aug-08 3:44 
GeneralRe: How to do... Pin
enhzflep1-Aug-08 19:33
enhzflep1-Aug-08 19:33 
DavidCrow wrote:
Actually they are not even necessary since the \Windows\System32 folder is part of the search path.


Yeah, that's what I figured, except removing the absolute path from the code I already had wouldn't work. Just now it dawned on me - why bother to use explorer.exe to open up something that will run from the command line?

So, I just tried this code & found it do do the job:
ShellExecute(NULL, "open", "diskmgmt.msc", NULL, NULL, SW_SHOWNORMAL);

It also has the addd benefit of doing away with the "File download - Security Warning" dialog box that appears when using the code I presented in a previous post.
Much thanks David.
QuestionMSVCP80.dll Pin
T.RATHA KRISHNAN28-Jul-08 21:12
T.RATHA KRISHNAN28-Jul-08 21:12 
QuestionRe: MSVCP80.dll Pin
Rajesh R Subramanian28-Jul-08 21:21
professionalRajesh R Subramanian28-Jul-08 21:21 
AnswerRe: MSVCP80.dll Pin
T.RATHA KRISHNAN28-Jul-08 21:24
T.RATHA KRISHNAN28-Jul-08 21:24 
GeneralRe: MSVCP80.dll Pin
Rajesh R Subramanian28-Jul-08 21:39
professionalRajesh R Subramanian28-Jul-08 21:39 
QuestionRe: MSVCP80.dll Pin
T.RATHA KRISHNAN28-Jul-08 22:30
T.RATHA KRISHNAN28-Jul-08 22:30 
AnswerRe: MSVCP80.dll Pin
ThatsAlok29-Jul-08 0:15
ThatsAlok29-Jul-08 0:15 
GeneralRe: MSVCP80.dll Pin
ThatsAlok29-Jul-08 0:19
ThatsAlok29-Jul-08 0:19 
GeneralRe: MSVCP80.dll Pin
Rajesh R Subramanian29-Jul-08 0:22
professionalRajesh R Subramanian29-Jul-08 0:22 
QuestionSystem File Access Pin
john563228-Jul-08 19:55
john563228-Jul-08 19:55 
AnswerRe: System File Access Pin
Rajesh R Subramanian28-Jul-08 20:59
professionalRajesh R Subramanian28-Jul-08 20:59 
GeneralRe: System File Access Pin
john563228-Jul-08 21:07
john563228-Jul-08 21:07 
QuestionRe: System File Access Pin
john563228-Jul-08 23:50
john563228-Jul-08 23:50 
QuestionFix extension for CFileDialog for file saving !!! Pin
Le@rner28-Jul-08 19:54
Le@rner28-Jul-08 19:54 
AnswerRe: Fix extension for CFileDialog for file saving !!! Pin
ThatsAlok29-Jul-08 0:14
ThatsAlok29-Jul-08 0:14 
GeneralRe: Fix extension for CFileDialog for file saving !!! Pin
Le@rner29-Jul-08 0:39
Le@rner29-Jul-08 0:39 
GeneralRe: Fix extension for CFileDialog for file saving !!! Pin
ThatsAlok29-Jul-08 1:13
ThatsAlok29-Jul-08 1:13 
AnswerRe: Fix extension for CFileDialog for file saving !!! Pin
krmed29-Jul-08 0:46
krmed29-Jul-08 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.