| |
|
|
|
|
|
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 |
|
|
ahmad abbas
|
Jan 11, 2008 - 10:25 AM
|
I am planning of a new development in VB.net .. my application will need to have the feature as in http://www.wintabber.com/ But i like to use the Prof-uis frameset Office style.. Is that possible .. Someone have any sample.. to open external apps in the Tab of the frame set.. Please let me know.
CoolD
|
|
|
Timothy Anderson
|
Nov 16, 2007 - 3:47 PM
|
I want to add the cool docking features or at least the pretty 3d look of the toolbars to our existing vb6 apps without having to convert over all the existing menu’s.
Is this going to be possible?
|
|
|
Technical Support
|
Nov 17, 2007 - 8:30 AM
|
The Frame Features control does not allow you to import menu items from VB6 menu to the menu bar object in Frame Features. But it should not be difficult to code a small recursive function which walks through the VB6 menu tree and inserts the same commands into the menu bar in Frame Features.
|
|
|
Dominik Braendlin
|
Oct 3, 2007 - 1:29 AM
|
Dear Tech Support Our MDI application consists of a main frame e.g. CMainFrame and several child frames e.g. CMDIChildWnd. I would like to save the main window position plus the last position of the child frames. Saving the main window position is not a problem. Saving the window position of the child windows seams not to work. I am using the following code snippet. CWinApp * pApp = ::AfxGetApp(); ASSERT( pApp != NULL ); ASSERT( pApp->m_pszRegistryKey != NULL ); ASSERT( pApp->m_pszRegistryKey[0] != _T(’\0’) );
GetWindowPlacement(&m_dataFrameWP); VERIFY(CExtControlBar::ProfileBarStateSave( this, pApp->m_pszRegistryKey, pApp->m_pszProfileName, m_sProfileName, &m_dataFrameWP)); I found out that the m_dataFrameWP changes once the ProfileBarStateSave has been executed. It seems to me as if the m_dataFrameWP contains the window pos of the main window. What am I doing wrong? Does my need for saving all the window positions go along with the philosophy of the ProfUIs framework or does it only allow me to save the main windows position but not the child windows position? Is there an example on using the bEnableThrowExceptions if it is true? Try catch blocks.
|
|
|
Technical Support
|
Oct 3, 2007 - 7:23 AM
|
The CExtControlBar::ProfileBarStateSave() method allows you to load the window position of the main frame window. This position is used in the <code>ActivateFrame() virtual method of the main frame class. This mechanism is not supported for MDI child frame windows because Prof-UIS does not know how many documents/views/MDI child frames are implemented in your project and how to identify each particular MDI child frame when loading/saving its window position. If you need MDI child frames to be persistent, this feature should be implemented in scope of your project as it is described in the following article:
Persistent Frames by Stefan Chekanov
|
|
|
mai mike
|
Jul 25, 2007 - 10:17 AM
|
Dear Tech Support,
I want to add CExtMyGridWnd(derived from CExtGridWnd)into a CExtResizableDialog, then embeded the dialog box into Page Container(CExtPageContainerWnd).
Any suggestion on how to handle this? My E-mai address is maiyujun9@126.com
Thanks Best Reagrds Mike.Mai
|
|
| |