tags:

views:

24

answers:

2

hi im new here,

I want to create a mfc window that has tabs on top. I cannot find a good tutorial or example of this. Can someone give me a link to a good tutorial of example?

please help me.

+2  A: 

You mean like this?

MFC app in VS 2010

Here is a walkthrough that should take you where you need to be: http://blogs.msdn.com/b/vcblog/archive/2009/11/23/teched-europe-demo-session-face-lifting-mfc-applications-on-windows-7.aspx

Kate Gregory
+1  A: 

Install the Visual C++ Feature Pack. It comes with newer libraries to do this.

buttercup
The Feature Pack was rolled into SP1 for VC++ 2008. And is already in VC++ 2010.
Kate Gregory