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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10006984.html
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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10045715.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10055025.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10062...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10067665.html
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);
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10098699.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10101244.htm...
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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10102433.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10163431.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10195537.html