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

  • SEARCH
  • Home
  • 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 676843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:58:25+00:00 2026-05-14T00:58:25+00:00

I have to run some other application from my program and hide it’s form.

  • 0

I have to run some other application from my program and hide it’s form. In Windows XP it was easy:

  ShellExecute(Handle, 'open', 'foo.exe', nil, nil,SW_HIDE);

But it seems that it doesn’t work anymore in Vista and win7.

  • 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-14T00:58:25+00:00Added an answer on May 14, 2026 at 12:58 am

    Well, at least

    ShellExecute(Handle, nil, 'C:\WINDOWS\notepad.exe', nil, nil, SW_SHOWMINIMIZED);
    

    appears to work as one would expect. I do not have a Windows XP machine available, but exactly what happened on XP? If i run

    ShellExecute(Handle, nil, 'C:\WINDOWS\notepad.exe', nil, nil, SW_HIDE);
    

    in Windows 7, a notepad.exe process is created, but no window is shown. I guess that the window is created but now shown, as is what one might expect, actually. You can probably show the window later on by using the FindWindow and ShowWindow functions.

    Update:

    I just confirmed my hypothesis:

      var
        h: hWnd;
    
      ShellExecute(Handle, nil, 'C:\WINDOWS\notepad.exe', nil, nil, SW_HIDE);
      sleep(100);
      h := FindWindow(nil, 'Namnlös - Anteckningar');
      if IsWindow(h) then
        ShowWindow(h, SW_SHOW)
    

    displays the newly created window (with title “Namnlös – Anteckningar”, i.e. “New file – Notepad” in Swedish).

    Update 2:

    Notice that

    • I could have used ‘open’ as verb instead of nil.
    • My code does not work if I replace the full path of notepad.exe with simply ‘notepad.exe’.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just wanted some opinions from people that have run Selenium ( http://selenium.openqa.org )
I'm trying to build my first generic list and have run into some problems.
I'm trying to create a Textmate snippet, but have run into some difficulties. Basically,
I have run into a bit of a tricky problem in some C++ code,
So I have run up against this problem a few times: I have some
I am writing unit tests for some of my code and have run into
I am modifying a Nant build script to run some unit tests. I have
Here's an interesting question. I have a system that attempts to run some initialization
I have some ksh scripts which I'd like to convert to run with bash
I have some update or something that tries to run every night, and ends

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.