How to implement a Service using VB???
Thanks in advance
;)
Printable View
How to implement a Service using VB???
Thanks in advance
;)
even MSDN does not reccomend that despite they give you a code sample how to do that,
Compile your vb project to DLL and call it from C++ service project.