Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3874236
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:07:43+00:00 2026-05-19T22:07:43+00:00

I created a Win32 Console application, and hide the cmd window. So if my

  • 0

I created a Win32 Console application, and hide the cmd window. So if my application is running, it can be seen only by the running processes. If there is a way, i want to modify my applicaition in the following way:
If i define a parameter it should show the cmd window, but if i don’t use this parameter then it should running without showing the cmd window.

I have disabled showing the cmd window the following way:

#pragma comment( linker, "/SUBSYSTEM:WINDOWS" )

int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
 ...
 ...
 ...
}

Has anyone an idea how to do this?

kampi

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:07:44+00:00Added an answer on May 19, 2026 at 10:07 pm

    The lpCmdLine parameter to WinMain gives you access to the command-line for the program. You can simply read its value and then take the appropriate action based on its value.

    EDIT: The actual mechanics of displaying a console in Windows are a bit tricky. You have to create the console, then redirect the standard output streams to write to it. There’s a great discussion of this here that does a great job detailing how this works and what code you need to get the job done.

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is there a way to the hide win32 launch console from a
I am working on an application/GUI created with Win32/ATL . So there is UI
there'are these lines in the sample Win32 app created default by VS. Can you
I created win32 console application in vs2010 (without select the option of precompiled header).
How can I set the cursor position in a Win32 Console application? Preferably, I
I have created a Win32 Console Application in Visual Studio but when I start
I created a c++ Win32 console application in VS2010, and in a separated class
Using VS2010, I created a Win32 C++ console application called TfsBuildTestTarget. This is just
I have created a small WIN32 Console Application in Visual C++ in Windows 7.
I have created a dll project in VS2010 (Win32 console application>dll). I put some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.