Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Offer Har
|
Feb 19, 2008 - 9:08 AM
|
Dear Support, I need to develop a File Explorer like application, but with tabs on the files list (like more advanced file explorers in the market like Opus or xplorer2) Is there a built in support for such application? If not can you give me some pointers as to how this can be implemented with your cool library? Thanks, Ron.
|
|
Technical Support
|
Feb 25, 2008 - 4:47 AM
|
The CExtSplitterWnd class is just a re-painted MFC’s CSplitterWnd so the CExtSplitterWnd does not define any additional features. It simply re-paints the splitter.
|
|
Offer Har
|
Feb 21, 2008 - 6:03 AM
|
I don’t need a shell-like controls. I would like to create it using Prof-UIS controls - a tree grid on the left and a grid on the right. I need there to be a splitter in between - and that when a cell is clicked in the tree it will update the grid. How do I add a splitter the Prof-UIS style?
|
|
Technical Support
|
Feb 21, 2008 - 5:24 AM
|
We didn’t include shell tree/list controls into Prof-UIS because you can find a sea of implementations of these controls on the internet (on sites like www.codeproject.com and www.codeguru.com). But we will add skinned tree and list common controls to Prof-UIS soon. You can use a new CExtNCSB template class which is available in v.2.83 beta to skin non-client scroll bars of any window. Everything else is subject for discussion.
|
|