How to make a Windows Mobile C++ DLL with multiple controls?

M B

New member
I am getting into C++ development, and I was wondering how would I go about making a DLL [Win32 preferably] for Windows Mobile phones [WM 6 and up] with multiple custom controls in it such that in my parent application, I can create one or two of the controls, but not the other two or three?

Does anyone know any good guides to this?

[Also, if you can point me in the direction of creating custom controls from scratch, that would be helpful :) ]

Thank You !
 
Back
Top