Here's where I'm a little confused. Could someone please explain these scenario's?
If you have a problem that calls for basic MFC Controls (edit boxes, buttons, etc) but it needs to be an ActiveX control then which route do you take:
1. Build the application (dialog based) and then embed it into an ActiveX control making it Web-able?
2. Just make the entire thing an ActiveX control and do all the MFC control stuff via the respective MFC Control Create() member function?
Also, how do you embed an entire application in an ActiveX control anyway? I've just heard it can be done!?
bitwise