Home > Software engineering >  MFC with dialog window TAB
MFC with dialog window TAB

Time:09-16

How full size dialog...

CodePudding user response:

"Full of dialog window" refers to the client area?

CodePudding user response:

reference 1st floor schlafenhamster response:
"full of dialog window" refers to the client area?
I use getclientrect then move the TAB or no response

CodePudding user response:

reference 1st floor schlafenhamster response:
"full of dialog window" refers to the client area?
yes, it is the size of the interface set the border attribute to none

CodePudding user response:

CRect rc;
GetClientRect (rc);//dialog
M_Tab. MoveWindow (& amp; Rc);//TAB

CodePudding user response:

reference 4 floor schlafenhamster response:
CRect rc;
GetClientRect (rc);//dialog
M_Tab. MoveWindow (& amp; Rc);//TAB
no response

CodePudding user response:

Where did? Existing to the window

CodePudding user response:

refer to 6th floor schlafenhamster response:
where? To window existing

I put in the main window is added

CodePudding user response:

The main window full-screen first

CodePudding user response:

In the main window is added to judge
In the code

CodePudding user response:

This need you over the child window client area widens, there is a dotted line, pull down the boundary of the client area, the main window, so it is ok to box

CodePudding user response:

This boundary is the boundary of the main window, interface design, and put the boundary line pull down, on the border is better

CodePudding user response:

Is a dialog box border it

CodePudding user response:

The
refer to 12 floor schlafenhamster reply:
is a dialog box border it
dialog box in the border and a dotted line is the client area within the dotted lines

CodePudding user response:

references 9 f schlafenhamster response:
in the main window is added to judge
The code
ok is I write wrong pointer to the parent window

CodePudding user response:

GetClientRect ()/GetWindowRect ()/ScreenToClient ()/MoveWindow SetWindowPos ()

CodePudding user response:

Exactly is
//the resource - & gt;" Layout - & gt; "" guide setting
"
  • Related