Hi,
has anyone written a timeout handler in C++? What i want is something using the UNIX signal() and alarm() mechanism. I tried the following, but got problems, can someone help me? ([..] denote o...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10022113.html
Zones:
C++Date Answered: 09/02/1997 Rating: 6.4 Views: 0
I think that vb.net can handle multiple handlers, can it not?
For example, you could have a LostFocus for field txtWall:
Private Sub txtWall_LostFocus(...) Handles txtWall.LostFocus
...
End...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21053834.htm...
I'm using VC++ 6.0 and MFC ActiveX Control Wizard
I have created a textbox in the control as follows:
CEdit *pEdit = new CEdit;
pEdit->Create( ... );
How can I now write a message handler...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10612802.htm...
Zones:
Windows MFCDate Answered: 07/06/2000 Rating: 6.8 Views: 0
I recently installed a version of Oracle 8i Personal Edition on my desktop. When I try to establish a connection via SQLPlus, I get the following error:
ORA-12500 TNS: listener failed to start...
http://www.experts-exchange.com/Database/Oracle/Q_20135664.html
Zones:
OracleDate Answered: 06/17/2002 Rating: 6.6 Views: 0
How do I write an exception handler for Exception 2: NMI interrupt? I need code.
:)
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20268477.html
Zones:
C++Date Answered: 02/26/2002 Rating: 7.6 Views: 0
I wish to implement a central error handler, as part of an ocx control of 'utilities' that I can drop on to my MDI form, or as a DLL. This central Error Handler would act like a message box, but a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20357217.html
Zones:
Visual BasicDate Answered: 12/12/2002 Rating: 9.2 Views: 0
All the code below exept the call to interupt 21h (al = 25h) between 'Start' and 'End' is working correctly. What's wrong?
.model small
.stack
.data
org_08 dw 2 dup(0)
timer dd...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20515960.html
Zones:
AssemblyDate Answered: 02/17/2003 Rating: 9.0 Views: 0
I create 2 user controls- one simply has a dropdown list with the event hander doing this:
Response.Redirect("http://site1");
The 2nd user control's (a button) event handler has this line:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20807804.html
Zones:
.NETDate Answered: 11/27/2003 Rating: 6.6 Views: 0
Hi,
Can i use
"On Error Goto ErrorHandler" in VBscript like in VB, if so
send me one example
Advance Thanks
bye
kiran kumar s.v.m
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20889059.html
Zones:
Visual BasicDate Answered: 06/15/2004 Rating: 7.6 Views: 34
I want one of my applications to be able to block web browser sites that contain specific words or have a specific address (http://www.restrictedsite.com), but don't know how to do this. Do I have ...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_20978949.h...
Zones:
C++ BuilderDate Answered: 06/21/2004 Rating: 8.2 Views: 0