A question for Erel I know how to implement event procedures in a library to call B4PPC event subs without parameters. Would you be willing (if it is actually possible) to indicate how to code a library to pass one or more parameters picked from the EventArgs back to a B4PPC event sub - like the KeyPress event does for example?
You can't. You should use a variable or a property in the library as the argument. The .Net CF (at least 1.0) can't handle unknown custom events (at runtime only). Therefore Basic4ppc can only handle ErrorHandler events.