Friends,
I am on the process of developing an app. I have designed the screen with controls for a Dialog as shown below.
Dialog Screen snap shot
But when I change this DIALOG to a MDICHILD Window, the whole screen layout get changed a lot. Please note I have NOT USED a resource editor, instead I have created the controls via code
Instead of DEFINE DIALOG oWnd I changed the code to DEFINE WINDOW oWnd MDICHILD
Instead of ACTIVATE DIALOG, I changed the code to ACTIVATE WINDOW
But you can see from the below given screen snapshot that the whole screen design has changed. Except the DBCOMBO all other controls size and layout has changed.
Another thing which I have noticed is that except DBCOMBO all other GET controls doesn't have border, but when I move the mouse over the GET's the BORDER is getting painted.
I would like to know whether something is wrong in my way of doing things or is this the default behaviour.
Screen Snapshot of MDICHILD
Regards
Anser