Forum Thread: Open Run (Windowskey + R) In C++?

Is there a way to open Run dialog through C++

2 Responses

You could make a system call to run.exe

I figured it out just use system("code");

Share Your Thoughts

  • Hot
  • Active