help please :-(

I am not really sure why you need dlls. But they are usually needed when code is required on several modules or applications. So in order to avoid recompiling the same code for each executable, the DLL would provide it.

DLLs are native of C++ and Windows API.

But you could try using other frame works such as QT which covers not just windows but also some mobile devices , Linux and Mac.
 
Interesting point, however this is a different style of code and language all of its own and not the easiest to learn by far I am ok at coding learning but can get by I can code on my own without help most of the time but for some one new they will need lots of advice on this subject which does appear to have as many tutorials as vb.net to be fair so there is your choice.
Kind Regards
 
Back
Top Bottom