Questions when building an ActiveX control in C++.NET

R

Robert Hanson

Hello All,

I am in the process of building an ActiveX control in VC++.NET using a
MFC Control Project derived from a Tab Control. Since this is my first
time building such a control, would it be best for me to specify a new
class for myTabControl's specific properties? Another question is can I
use the derived tab control as a container for other controls (static
text, buttons, edit boxes, etc.)?

Thanks for your help,

Bob Hanson
Centare Group Ltd.
 
W

Willy Denoyette [MVP]

I guess you will get better answers when posting C++ questions to the
microsoft.public.dotnet.languages.vc.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top