i was just handling the wm_size message and i wanted to move the edit box just a little bit to the right. so i figured i would use the MoveWindow() function. the only thing is that that function's params also include you to resize the image. is there any way to get around those resizing params so i dont have to punch in some numbers? because in this case, i'm not out to resize the window with MoveWindow, i just want to move it. any ideas? or should i just put in a value for the MoveWindow params so that the window really isnt moved?

thanks!