Hello,
today I found this article (http://blogs.msdn.co...work-netmf.aspx). I try to translate it to VB, but at one point my translation will not work:
This
interIn.OnInterrupt += new NativeEventHandler(interIn_OnInterrupt);
I translate to
interIn.OnInterrupt += New NativeEventHandler(AddressOf interIn_OnInterrupt)
But it will underlined blue and says that I should use a RaiseEvent-Statement ....
Somebody here, who can help me?
VBWorld
Sorry for my bad english ...