Q: Property Sheets / Property Page How to 
Author Message
 Q: Property Sheets / Property Page How to

Hi,

Can someone point me to a sample app for implementing
a property sheet, containing property page as done in
VC++. I found the Tabstrip control, but I cannot get
other controls to attach to this. I am obviously missing
something here. Any help appreciated.

-Tin
Tin Tran



Sun, 03 Jun 2001 03:00:00 GMT  
 Q: Property Sheets / Property Page How to
Try using the SSTab instead........

Lee


Quote:
> Hi,

> Can someone point me to a sample app for implementing
> a property sheet, containing property page as done in
> VC++. I found the Tabstrip control, but I cannot get
> other controls to attach to this. I am obviously missing
> something here. Any help appreciated.

> -Tin
> Tin Tran



Tue, 05 Jun 2001 03:00:00 GMT  
 Q: Property Sheets / Property Page How to

Quote:
> I found the Tabstrip control, but I cannot get
> other controls to attach to this. I am obviously missing
> something here. Any help appreciated.

The TabStrip control is rather odd in that you have to manually
build the pages, using a picture box.  Have an array of picture
boxes on the client area of the tab strip and use the ZOrder
method (or Ctrl-J at design time) to show one or the other on
top.  Then attach your controls to the picture box.

Yes, it's a pain, but it doesn't have the limitations and bugs of
the SSTab control.



Wed, 06 Jun 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. VB6: Property Sheets Bug?, Custom Controls and properties

2. Host for Property Pages or Public Property Page

3. Host for Property Pages or Public Property Page

4. * Creating Property Pages/Sheets

5. * Creating Property Pages/Sheets

6. * Creating Property Pages/Sheets

7. How control and setting Pages Per Sheet on Document Properties

8. * Creating Property Pages/Sheets

9. USE PROPERTY PAGE INSTEAD OF PROPERTY PANE!!!

10. Modify property of property page

11. Row source in property sheet does not stay cleared

12. BUG: MS Access - Calendar Control Not on Properties Sheet

 

 
Powered by phpBB® Forum Software