Hi All..
We are using VB .Net 2005 for implementing an API. API needs to
generate events. For this client wants us to use Windows Callback
(delegate implementation) . The intention of using Windows Callback is
to generalise our API so that it can be compatible with any other
language e.g. C++.
Using normal delegates will not help us since delegates is a VB.Net
feature and any other language cant make a use of it. Could please
someone suggest us how to write a Windows Callback function in VB.Net?
Any help will be appreciated :)
Regards
-AlertAdmin
We are using VB .Net 2005 for implementing an API. API needs to
generate events. For this client wants us to use Windows Callback
(delegate implementation) . The intention of using Windows Callback is
to generalise our API so that it can be compatible with any other
language e.g. C++.
Using normal delegates will not help us since delegates is a VB.Net
feature and any other language cant make a use of it. Could please
someone suggest us how to write a Windows Callback function in VB.Net?
Any help will be appreciated :)
Regards
-AlertAdmin
Comment