Ricky D Well-Known Member Licensed User Longtime User Oct 25, 2008 #1 I would like to create a dll that would raise an event back to Basic4PPC and pass a value with the event. Does anyone know how to do this in VB.net or C# ? And what would the Basic4PPC side look like? regards, Ricky
I would like to create a dll that would raise an event back to Basic4PPC and pass a value with the event. Does anyone know how to do this in VB.net or C# ? And what would the Basic4PPC side look like? regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2008 #2 It is not possible to directly return a value from a library event. Instead you will need to use a different property that holds the required data.
It is not possible to directly return a value from a library event. Instead you will need to use a different property that holds the required data.
Ricky D Well-Known Member Licensed User Longtime User Oct 25, 2008 #3 Thanks Erel ok mate. No worries. Now I'll write my sip library. it won't replace the inbuilt sip but will put a panel where the sip would be. I want to show an alphabetic sip or a numeric one depending on what kind of field is being typed into. regards, Ricky
Thanks Erel ok mate. No worries. Now I'll write my sip library. it won't replace the inbuilt sip but will put a panel where the sip would be. I want to show an alphabetic sip or a numeric one depending on what kind of field is being typed into. regards, Ricky