Hi,

I'm trying to make an activex wrapper in VB6 to simplify the use of listeners with automation bridge.

With more or less work I've been able to put them to work, but now I got a problem I can't solve by myself :(

The function "select" in XMenuListener is a reserved word in VB6 and it refuses to compile no matter how I escape it. And I need to create such a function to map the listener, and

If I understand well, the function name doesn't follow the naming convention of other listeners (eg, XActivateListener has functions like "windowActivate" and not simply "activate") I'm hoping that you, developers, can follow the same convention with XMenuListener by renaming the functions to "itemSelect", "itemActivate" and "itemDeactivate", if not too much trouble - or possible at all.

Thanks,
Carlos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to