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

We have to use delayed_job (or some other background-job processor) to run jobs in
I have a web application that I want to run some system tests on,
I have a .Net 2.0 application written in C# that monitors other Windows XP
I have run into some trouble with the gd library's imagefilledpolygon() . For some
I have to run some mysql update queries and they take quite a long
So I have to run some python scripts on a cluster with machines for
I am creating a small Yahtzee game and i have run into some regex
I am trying to build a responsive email template but have run into some
Im trying to learn a bit about c++ and have run in to some
I'm just starting to learn Xcode, and have run in to some problems... I've

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.