|
-
April 5th, 1999, 08:06 PM
#1
tabctrl
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
#2
Re: tabctrl
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
[email protected]
-
April 13th, 1999, 10:43 AM
#3
better use PropertySheet and Pages
I dont know that too but I would do it with PropertySheet and Pages
--
-=SKULK=-
-
April 13th, 1999, 12:19 PM
#4
Re: tabctrl
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-
-
April 13th, 1999, 02:50 PM
#5
Re: tabctrl
I have a very good example of how to do this.
Please include you email address so that I can send it to you.
-
April 13th, 1999, 07:07 PM
#6
Re: tabctrl
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
[email protected]
-
April 13th, 1999, 07:39 PM
#7
Re: tabctrl
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|