I'm trying to get a DOS session to close automatically in Win95, without having to set anything special in Win95 itself. Other programs do this very nicely but I haven't been able to find out how t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10028691.htm...
Zones:
Windows MFCDate Answered: 11/29/1997 Rating: 6.8 Views: 0
My program launches the default Web browser and quits itself when the users press a button.
::ShellExecute(NULL, NULL, lpszUrl, NULL, NULL, SW_SHOWNORMAL);
this->PostMessage(WM_CLOSE); // I am us...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10061008.html
The following code below works fine with Delphi 3...it calls up a Web page. However, when the very same code is run from Delphi 1, nothing at all happens. Same machine (NT 4), same user.
The Ins...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10112718.html
My program uses the ShellExecute() function since more than one year. The code was then written with VC++ 4.2 running under Windows NT 4.0 and it worked just fine.
I upgraded from VC++ 4.2 to VC+...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10130542.htm...
Zones:
Windows MFCDate Answered: 02/19/1999 Rating: 7.4 Views: 0
In my program I have to launch a DOS application and wait for it's completion (I need the output it generates). I launch the program using the ShellExecute API call, which returns an instance handl...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10137426.html
I'm trying to open another application using the ShellExecute function. When you run this application it loads script files. But when I use the ShellExecute function the application doesn't load th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10140781.html
Zones:
Visual BasicDate Answered: 04/29/1999 Rating: 7.2 Views: 0
I have an application that contains the ability to use (launch) other applications I create. InstallShield will place a string value indicating where the user installed the application to; so that ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10164227.html
I presume ShellExecute is similar to double-clicking within Explorer??? However when I attempt ShellExecute on a document template it opens the template rather than a new document based upon the te...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10165790.html
Zones:
Visual BasicDate Answered: 07/11/1999 Rating: 6.6 Views: 0
I presume ShellExecute is similar to double-clicking within Explorer??? However when I attempt ShellExecute on a document template it opens the template rather than a new document based upon the te...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10165796.html
Zones:
Visual BasicDate Answered: 05/28/1999 Rating: 7.4 Views: 0
Dear Sir.........
IN my program,using plain c++,not MFC:
I use ShellExecute() to open my.html...
However, the HTML file is exhibited in windows explorer, but I want to exhibit it in my window ,l...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10202192.html