Originally posted by: Brian Sokolnicki
The Source code can be found at:
http://www.scasoftware.com/KnowledgeBase/TabbedWindow.htm
Originally posted by: swamy k.m.s
where can i get this class, please give me the site name.
Originally posted by: bmh
ok?
http://www.scasoftware.com/KnowledgeBase/TabbedWindow.htm
Originally posted by: Pedro Lopez Alvarez
Where can I find and download
the TVisualTabInSplitterClass and other
related classes ?
I've been looking for it in www.scasoftware.com but
I didn'f find it.
Could someone send it to me or tell me an URL where
I could find it ?
Thanks !
Pedro Lopez Alvarez
plopez@mat.upc.es
Originally posted by: Lan
Is anyone over there know how to display tabs in more than two rows? Thans!
ReplyOriginally posted by: KyungSu Park
Although I have included tabwindow.h and tabwindow.cpp received from
www.scasoftware.com, following error is occurred in VC 6.0.
fatal error C1010: unexpected end of file while looking for precompiled header directive
It seems that there are some codes lost in the web site..
Can you explain where can I download demo project or source file??
ReplyOriginally posted by: Jorge Ram�rez
For example if you'd like to show a tabbed dialog in one moment and a listview in other moment in the same pane.
ReplyOriginally posted by: VERNET Olivier
void TVisualTabWindow::PostNcDestroy()
To avoid memory leak, implement the virtual function
virtual void PostNcDestroy();
in class TVisualTabWindow
{
delete this;
}
Regards
Originally posted by: D. Zuppinger
The link to the newest version of your class did not get me anywhere near it :-(