Bill,

This is sort of reversed from the approach you want to take, as I start
with tab pages and use this mechanic for pages I want to be able to
"tear off" into separate forms during runtime. Sort of similar. 

Basically, I use a simple 'tab_container' class as the base for
individual tab page classes (each page is a class that is sub-classed on
tab_container, which provides dimensions, background color, etc). For
those pages that I want to be able to "tear off" the pageframe into
separate forms during runtime, I use a double-click method on the page's
background to launche a ("page_to_form") form for this purpose, passing
it the class name. Page_to_form then uses ADDOBJECT to add the class to
the form. 


Bill

 
> I have a stand-alone program which I would like add to a page 
> in a tabbed 
> form.  But I would still like to still be able to run the stand-alone 
> program separately and any changes made to it to trickle down 
> to the tabbed 
> version.  I assume that a class is needed.  While I have some 
> experience at 
> making some individual controls into classes I've never done 
> it with a whole 
> program.  How do I do it?
> 
> Bill
> 
> 
> 
> 
> 
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to