how can i change the size of edit box dynamicaly that is ScreenToClient like operarion so that the size will change as per the client settings
Printable View
how can i change the size of edit box dynamicaly that is ScreenToClient like operarion so that the size will change as per the client settings
i think you can do it like this:
put this where you need to resize your edit box
GetDlgItem(IDC_EDITBOX)->MoveWindow(x,y,x+,y+);
it works...