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 |
|
tera t
|
Jun 26, 2008 - 3:30 AM
|
Hello. I cannot use ItemLParamGet attached to Tab.
I want the following functions.
I want to set the base pointer of a subparameter or the class.
|
|
Technical Support
|
Jun 26, 2008 - 1:05 PM
|
The page container window contains some other of your windows like dialogs or other controls. You can use your windows as containers for any kind of required data.
|
|
tera t
|
Jun 26, 2008 - 8:03 PM
|
Hello. When I perform PageInsert(pCWnd)
ItemLParamGet contents are renewed by WindowHandle contents of pCWnd
Why is it such specifications? Cannot I set a parameter individually?
|
|
Technical Support
|
Jul 1, 2008 - 4:25 AM
|
You cannot use ItemLParamGet when CExtTabWnd is used inside CExtTabPageContainerWnd . The item data is internally used by the tab page container. As a workaround you can create an external map HWND <-> User Data and maintain it after each operation with the tabs. Then, using the page index you can always retrieve the corresponding HWND handle and search in the map associated user data.
|
|