I would like like to create my own control class like an EDIT, STATIC, etc. I don't want it to be derived from an MFC. In short, I want to do something to this effect:

MYCLASS i;
RegisterClassEx(&i);
CreateWindow(...);

As you can do with other things. Is this possible?


VC++ 6.0 SP5