I have created one MFC extension DLL, in which one modeless dialog box
is defined. I want to create the dialog from another application by
the following lines:
BDialog *b_pobjDlg;
TheApp.b_pobjDlg = new BDialog(this);
TheApp.b_pobjDlg->Create();
So, in my application two resource files are...
I want to create an Unicode Compatible RTF Editor.
The application should have following features:
1) using VC++ With MFC
2) Popup menu for language selector
3) On screen Keyboard
4) should have normal Key board layout
First one select one language from popupmenu. After that if one press one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.