SoftBug
August 24th, 1999, 11:06 PM
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
|
Click to See Complete Forum and Search --> : Edit box size SoftBug August 24th, 1999, 11:06 PM 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 kishk91 August 24th, 1999, 11:27 PM 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... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |