Computer Science, asked by GajuEstilo8762, 11 months ago

Explain parameters of Create Window ( ).

Answers

Answered by Anonymous
0

For overlapped windows, nHeight is the window's height, in screen coordinates. If the nWidth parameter is set to CW_USEDEFAULT, the system ignores nHeight. A handle to the parent or owner window of the window being created. To create a child window or an owned window, supply a valid window handle.

Similar questions