Creating window with menu in ATL using VS2008

S

SM

Hi,
I'm new to ATL.
I would like to create a window with menu in ATL project using
VS2008.Basically i'm trying to create an activex control, that have
separate window and menus
I'm unable to find an samples, all samples are in VC++6.0.
When I tried to find the menus like "Insert Full Control" as mentioned
in VC++6.0 tutorials, but no luck in VS2008.
Any link for tutorials based on VS2008?
Is it worth to develop an Activex control using ATL or any other new
options available in VS2008?

Thanks,
Sony
 
B

Brian Muth

You are posting in the .NET C++ newsgroup. In future consider posting in
microsoft.public.vc.atl, which is dedicated to ATL issues.

The samples in VC6 should work just fine in VS2008.

To insert a full control, create an ATL project in the usual manner.
Right-click over the project name in the Solution Explorer panel, and "Add",
"Class...". Choose "ATL Control".

Brian
 

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