Enter Keywords:
1 - 10 of 302(0.001 seconds)
Sort By:
 
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 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...
Zones: MS Visual BasicDate Answered: 07/20/2004 Rating: 6.8 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 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...
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. :)
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...
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...
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: ...
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
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 ...
Zones: C++ BuilderDate Answered: 06/21/2004 Rating: 8.2 Views: 0