Slow Response using tab control dialog



Hi All
I am using embedded VC++ 4.0 on a Windows CE 5.0 platform. mfc and
resources in dlls. When showing a tab control dialog it takes about 1
second from the time the menu item is selected till the dialog is
shown. All this time seems to be after the return from OnInitDialog().
Other than this example the system is quite responsive. Can anyone
suggest what can be taking all this time and how I can make the
display of this type of dialog quicker.
Thanks in advance
Chris.
.



Relevant Pages

  • Re: Internatinalization and multiple language support without resource DLLs
    ... I never had an issue with runtime dependencies with controls. ... DLLs and the .exe, and that wouldn't happen except by accident, and, of course, this would ... multiple resources, it was tested under every language. ... it takes a failure to remember to update one or more of the languages. ...
    (microsoft.public.vc.mfc)
  • Re: Internatinalization and multiple language support without resource DLLs
    ... I never had an issue with runtime dependencies with controls. ... have to include dialog resources in a satellite dll?". ... in using DLLs ... languages were supported...as I indicated, I did this 12 years ago, which predates the W2K ...
    (microsoft.public.vc.mfc)
  • Resource-only DLLs
    ... I have rebuilt my language support DLLs and genuine resource only DLLs with, no code - just resources, and load them when needed with::LoadLibraryExwith the appropriate data-file parameter. ... Under XP menus, strings, and dialogue templates are extracted perfectly, but trying to use property pages crashes with an exception 0xC00000005 - "access violation writing ..." ... But looking at the arguments of AFX_ISOLATIONWARE_FUNC this is equally true under Vista where it comes up with the expected property page in the expected language. ...
    (microsoft.public.vc.mfc)
  • Re: help , domodal() assert error MFC
    ... In addition to what AJay wrote could you be loading any DLLs that snag the resources by calling AfxSetResourceHandle or by not using AFX_MANAGE_STATE? ...
    (microsoft.public.vc.mfc)
  • Re: Bast way to internationalize app with dlls
    ... It the functionality is not really "MUST", ... > resource-only dlls and used AfxSetResourceHandle. ... This is what MS Windows and Office use for MUI ... I want to leave the English resources as part of the original ...
    (microsoft.public.vc.mfc)