Click to See Complete Forum and Search --> : tabctrl


Bill Quigg
April 5th, 1999, 08:06 PM
I have figured out how to create the pages in a tab control. Now I need to figure out how to place edit boxes and button controls on each individual page. Any advice will be appreciated. I cannot seem to find much on the topic in all the literature that I have checked
thanks
bq

April 13th, 1999, 09:50 AM
Same to me, I didn't find much on this topic, and I'm interested in knowing, how that works! So if anyone has a solution or sample,
please let me know! Thanks ... Thomas

tNimphy@nis-net.de

-=SKULK=-
April 13th, 1999, 10:43 AM
I dont know that too but I would do it with PropertySheet and Pages

--
-=SKULK=-

Masaaki
April 13th, 1999, 12:19 PM
Hi.

When you check MSDN help by tab control, you will find PSView.exe
generated tab control inside CView.

1)Create Tab control in Dialog or Formview.
2)Create Modless dialog in Tab control
3)When we click tab, use Reflection message.
That is, write the code to change the page the parent of Tab-Dialog
or Tab control -itslef(need Tab control subclasses).
4) Two ways to make modeless.
a) Each time, destory the modeless dialog and generate it.
b) Create all modeless dialog and hide or show it.

Hope for help.
-Masaaki Onishi-

Michael Decker
April 13th, 1999, 02:50 PM
I have a very good example of how to do this.
Please include you email address so that I can send it to you.

Bill Quigg
April 13th, 1999, 07:07 PM
i'LL wait with great anticipation for the sample code explainning tabCtrls. The topic is very frustrating for a beginner to understand.
Thankyou very much
quigg@penn.com

Fabian
April 13th, 1999, 07:39 PM
Hi, there are a lot of good examples about this topic in http://www.codeguru.com/propertysheet/index.shtml
I'm pretty sure you'll find there all the answers.

Fabian