Advertisement

1 - 10 of 4011 containing alltags:("closes") (0.003 seconds)
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 Grade: B Views: 9
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 Grade: A Views: 5
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 Grade: B 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 Grade: C 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 Grade: C 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 Grade: C 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 Grade: A Views: 4
I have some Xwindows/Motif programs in which we want to disable the double click close button at the upper left part of the window and the close menu item for the main window pulldown menu. I have ...
Zones: Unix Systems ProgrammingDate Answered: 12/13/1998 Grade: A 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 Grade: A 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 Grade: A Views: 0