I would like to compile a normal dll file, which can be runned for example through rundll32.exe.
Is any way how to do it (VB5)?
Printable View
I would like to compile a normal dll file, which can be runned for example through rundll32.exe.
Is any way how to do it (VB5)?
By normal you mean not an ActiveX DLL? Unfortunately you would need to use C++ to do that.
:(
(no better ideas?)
Perhaps I could seek some knowledge here for myself...
What is the difference between a normal DLL and an ActiveX dll?