Hi,
Anyone familiar with structure EventLogRecord?
Visual C++ SDK help files for structure EventLogRecord has details on values on Event type:
EVENTLOG_ERROR_TYPE
EVENTLOG_WARNING_TYPE
EVE...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10016575.html
I have a slideShow applet and i want to animate it.
I think to simulate this animation by looping towards a "nextimage()" method.
In fact, i have two methods:
nextImage()
previousImage()
Those met...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10036190.html
I'd like the user to be able to drag a label and drop it anywhere within a picture box. The problem I'm having is that of when the user drops the label on itself. In this case, the drop event will ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10038172.html
Zones:
Visual BasicDate Answered: 03/05/1998 Grade: C Views: 0
HI,
If you compare TButton and TSpeedButton you can see that TButton fires it's click event after it has been redrawn, and TSpeedButton fires it's event before it's redrawn. I mean if you press TB...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10045336.html
I receive a message saying "Data has changed;Operation stopped !" when I execute the ON DELETE property. I've written an event procedure to the ON DELETE property and this is the code:
Sub Form_De...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10052687.html
Zones:
MS AccessDate Answered: 06/06/1998 Grade: C Views: 0
I have made an ActiveX control, and i have put a command button onto it, Now as the user presses the command button i want the control to get hide, and i want to do it from the code of control itse...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10061694.html
Zones:
Visual BasicDate Answered: 07/26/1998 Grade: C Views: 0
I need to perform some actions when my MDIChild is resized (move controls and so on). But, if I write it in its OnResize event, it is called three times until the window stops resizing. It doesn't ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10071575.html
Hi:
I have textbox on a form. On Enter Event of textbox check the input of textbox which must be between 1 and 35 .Default is empty. But when I open this form , On Enter Event of textbox is automa...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10080312.html
Zones:
MS AccessDate Answered: 10/25/1998 Grade: C Views: 0
How do youdetect a mouse double click on a row and allows the user to edit the row also after clicking the mouse.
And further more, if the user click once another event is
suppose to happen.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10080541.html
Zones:
JavaDate Answered: 09/14/1998 Grade: B Views: 0
Hey there !
Everything ( almost ) has its "Onclick" event..
but... what about "On right click " ?
( I mean, mouse right click )
bryan
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10090478.html