can anyone help me with techniques on how 2 write Layered Service Provider in vb6.
i am developing an application that will restrict site visited buy students in school library.
please i need algorithms, maybe code or tutorial. am already well grounded in winsock.
am developing on windows os first, maybe later unix or linus etc
can anyone help me with techniques on how 2 write Layered Service Provider in
Share
A low-level system component such as an LSP would be quite difficult to write in a legacy langauge like VB6. Maybe you should consider switching to C++ or C#?
However, Komodia seems to have a lot of information and examples about this subject.