MFC CDialog not showing
- by Jesus_21
here is my problem :
In my Solution, I have 2 projects, one is a lib in which I created a ressource file (mylib.rc) and a dialog template in it. Then I made a class which inherits CDialog and uses this template. But when I instantiate it and call DoModal(), nothing appends...
here the code of my class, is something wrong with it ?
MyDialog.h
…