Enter Keywords:
1 - 10 of 402(0.01 seconds)
Sort By:
 
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...
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...
Zones: Windows ProgrammingDate Answered: 07/02/1998 Rating: 6.8 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 12/30/1998 Rating: 5.2 Views: 0
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+...
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...
Zones: Delphi ProgrammingDate Answered: 03/11/1999 Rating: 7.6 Views: 0
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...
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 ...
Zones: Delphi ProgrammingDate Answered: 05/24/1999 Rating: 7.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...
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...
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...
Zones: Windows ProgrammingDate Answered: 09/08/1999 Rating: 8.4 Views: 0