In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Active X Events

Xailer professional forum in English
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Active X Events

Mensaje por Nick Hilder »

Hi Jose or anyone who might know
Here's an ActiveX Event I'm having trouble with
EVENT EventChangedEx( @upEvent )
Does the "up" in the upEvent stand for unsigned pointer?
Here's what's in the type lib
void EventChangedEx(CalendarEvent* pEvent);
[id(0x0000000b), helpcontext(0x00001143)]
If I do ValType(upEvent) I get "P" returned
How do I get to the object that the pointer is pointing to?
I have spent ages playing with all this activex stuff and this is one of the
few things i have left.
Here's an example off the codejocj support group, I can't find much else
Private Sub CalendarControl_EventChangedEx(ByVal pEvent As
XtremeCalendarControl.CalendarEvent)
Set pEvent = CalendarControl.DataProvider.GetEvent(pEvent.Id)
Responder