toolbar not being loaded for dialog dll---extension dll
i have created an extension dll. where i am loading a dialog from the client mfc application. My dialog has all menubar, toolbar, view. the dll dialog is being loaded but the toolbar is not coming. toolbar is there of the client mfc applications toolbar. My dll dialog toolbar is not being shown. any suggestions what could be the problem??? Thanks in advance
return TRUE; // return TRUE unless you set the focus to a control
}
[\code]
This is the OnInitDialog of my dll dialog where i am loading everything menubar, toolbar calliing some functions etc.
Please help
Re: toolbar not being loaded for dialog dll---extension dll
Have a look in resource.h, both in DLL and application project and asure they have not duplicate resource ID values.
This is one common problem when we are dealing with MFC extension DLLs.
Bookmarks