Computing.Net > Forums > Programming > Adding a tab control (MFC VC++)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Adding a tab control (MFC VC++)

Reply to Message Icon

Name: MFC SEEKER
Date: September 4, 2002 at 11:56:29 Pacific
OS: 98
CPU/Ram: PIII 128MB
Comment:

I am trying to add a simple tab control to my program. I got to the
point where I created a member variable but then I stopped there, I
have no idea what to do next in order to edit the tab (i.e: provide
names, and attach button and dialogs to it)

Anyone knows a good online tutorial about that? Or send me a code to
explain it.

Thank you



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff J
Date: September 4, 2002 at 17:49:18 Pacific
Reply:

There is a lot of stuff out there on MFC via google. However, the VC help files are often good enough; just lookup the control in the index (CTabCtrl). That will give you links on how to do all sorts of things with it.

If for some reason your help files are "not working" right now, everything is duplicated on the MSDN site. I find searching the easiest way around those terrabytes, via:

"http://search.microsoft.com/advanced_search.asp"

You could search for the exact phrase "using ctabctrl". The trick to programming is not programming, but how to navigate the morass of info out there ;)

Cheers


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Adding a tab control (MFC VC++)

c++ tab controls www.computing.net/answers/programming/c-tab-controls/4932.html

Pass data from tab Controls vb.net? www.computing.net/answers/programming/pass-data-from-tab-controls-vbnet/14360.html

Tab Controls www.computing.net/answers/programming/tab-controls/6466.html