Hi Carlos,

Message de Carlos Rocha  date 2008-09-18 22:42 :
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.

Did you try the CallByName function of VBA ?

CallByName oMenuListener, "select", vbMethod, oMenuEvent

______
Bernard

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

Reply via email to