Hi,
I am trying to write a control that i can add to the ToolBox in my MFC (C++ in VS2010 - unmanaged code) project. Due to limitations on the computers, our projects are not supposed to use any .NET. I have searched and investigated this online for
a couple of days now and have found documentation for .NET using templates but nothing on the C++ VS2010 unmanaged code. I know i can create the control dynamically but i want to be able to make a dll that other developers can load up into their VS
toolbox who are working on other parts of the project.
Thanks,
ilikecoding
ilikecoding