ocx Control Events
Publicado: Mié Oct 24, 2007 8:23 pm
Hello Ignacio , Jose , Josi
I have an ocx control with the following events defined in the contol class:
/* Fired when right mouse button is clicked */
EVENT RClick()
/* Fired when the browsed date is changed. */
EVENT DateChanged()
/* Fired when the selection is changed. */
EVENT SelectionChanged()
/* Fired when the focused date is changed. */
EVENT FocusChanged()
/* Occurs when the user is about to change the browsed date. */
EVENT DateChanging( uHeaderArrow, vCancel )
How can i conrol those events to make them working? I try all known ways
but nothing happens.
Any help would be apreciated.
Regards
Dionisis
I have an ocx control with the following events defined in the contol class:
/* Fired when right mouse button is clicked */
EVENT RClick()
/* Fired when the browsed date is changed. */
EVENT DateChanged()
/* Fired when the selection is changed. */
EVENT SelectionChanged()
/* Fired when the focused date is changed. */
EVENT FocusChanged()
/* Occurs when the user is about to change the browsed date. */
EVENT DateChanging( uHeaderArrow, vCancel )
How can i conrol those events to make them working? I try all known ways
but nothing happens.
Any help would be apreciated.
Regards
Dionisis