Enter Keywords:
1 - 10 of 4213(0.018 seconds)
Sort By:
 
Hi, How do you close programmatically all the dialog boxes?  Using ShellExecute I print a file, e.g. "c:\temp\test.xls".  If this is not a valid Excel file, Excel will bring up a dialog box compla...
Zones: Windows ProgrammingDate Answered: 04/02/1997 Rating: 6.0 Views: 0
Hi,    In a close dialog box, how do you get the modal result? For example, I want to get a result if the user hits cancel, so that I can exit the current procedure. Cheers.
Zones: Delphi ProgrammingDate Answered: 04/04/1998 Rating: 6.6 Views: 0
I have a very basic question: how can I test a Socket to determine whether or not it is open? I know I receive an exception if the socket is unexpectedly closed.  I also know I receive a known ret...
Zones: JavaDate Answered: 05/30/1998 Rating: 7.2 Views: 0
What's the thing with this popup-window SOMETIMES appearing when I run a batchfile from W95? It says to press Ctrl-C to close it! Where does it come from?  It doesn't happen everytime. How do I dis...
Zones: Windows 95Date Answered: 08/18/1998 Rating: 3.8 Views: 0
Using the mciSendString API call, I am trying to play several avi files, one after another.  However, when I close  the first one, and open the next, there is a short period during which the screen...
Zones: Visual BasicDate Answered: 08/14/1998 Rating: 6.0 Views: 0
Hi everyone.. I have a problem to use CreatProcess function My code is ============================== STARTUPINFO si; PROCESS_INFORMATION pi;   ZeroMemory( &si, sizeof(si) ); si.cb = sizeof(si); ...
Zones: Windows MFCDate Answered: 12/20/1998 Rating: 6.4 Views: 0
Hi all, My project is base on MDI style. I want to ask can I disable /enable the close button at the right upper corner of the window at any time after displaying the window eg. clicking the butt...
Zones: Windows MFCDate Answered: 11/23/1998 Rating: 7.6 Views: 0
How can I capture the close event of a toolbar when is dragged out of the form, so I can change the check in my menu options? With example, please.
Zones: Delphi ProgrammingDate Answered: 12/01/1998 Rating: 7.8 Views: 0
I have an Access report which has an Excel chart embedded as a link.  The information in the Access table is refreshed monthly.  When this data is refreshed, the data needs to be transferred to Exc...
Zones: MS Access, Access ReportsDate Answered: 06/02/1999 Rating: 7.6 Views: 0
Currently I'm running a page on how to protect your CDs. (The url is: http:://come.to/cdprotection) At this very moment I'm writing a utility that does protect your CDs in delphi. I know a way to m...
Zones: Delphi ProgrammingDate Answered: 08/19/1999 Rating: 5.6 Views: 0