Amit Chaudhary
2007-09-19 07:47:51 UTC
Hi All,
I am creating a clild window(modless dialog box).
I am resizing width of child window by using :-
CRect rect;
GetWindowRect(rect);
if(!SetWindowPos(&wndBottom,rect.left,rect.top,86400,rect.Height(),SWP_NOMOVE))
AfxMessageBox("Error in SetWindowPos");
But it is incresing up to 32767.
Please help me out, i want to create a child window which suppose to have
3110400 pixel in width.
Thanks in advance.
Amit
I am creating a clild window(modless dialog box).
I am resizing width of child window by using :-
CRect rect;
GetWindowRect(rect);
if(!SetWindowPos(&wndBottom,rect.left,rect.top,86400,rect.Height(),SWP_NOMOVE))
AfxMessageBox("Error in SetWindowPos");
But it is incresing up to 32767.
Please help me out, i want to create a child window which suppose to have
3110400 pixel in width.
Thanks in advance.
Amit