Advertisement

1 - 10 of 256 containing alltags:("handler") (0 seconds)
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...
Zones: C++Date Answered: 09/02/1997 Grade: C 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...
Zones: MS Visual BasicDate Answered: 07/20/2004 Grade: B Views: 0
My understanding is that if a user tries to quit my application by clicking on the main form's close icon, then the application.exit event is generated. Presumably I can trap this by adding a handl...
Zones: ProgrammingDate Answered: 01/23/2005 Grade: A Views: 4
I wrote an interrupt handler for modem i/o. I used setvect() to install it, and it works if i call it with "asm int 0x0C" (on com 1). All of the interrupt enable registers are set, and so is bit 3 ...
Zones: C++Date Answered: 08/15/1997 Grade: A Views: 0
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...
Zones: Windows MFCDate Answered: 07/06/2000 Grade: B 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...
Zones: OracleDate Answered: 06/17/2002 Grade: A Views: 5
How do I write an exception handler for Exception 2: NMI interrupt? I need code. :)
Zones: C++Date Answered: 02/26/2002 Grade: A 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...
Zones: Visual BasicDate Answered: 12/12/2002 Grade: B 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...
Zones: AssemblyDate Answered: 02/17/2003 Grade: A 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: ...
Zones: .NETDate Answered: 11/27/2003 Grade: A Views: 0