I'm making this project on visual studio using only embedded resources dialogs and i have a hard time positioning & resizing the controls using that useless designer. Is there anyway to resize the controls properly or do i have to do it at runtime ?
As I know,if you use MFC or windows SDK,you must compute controls' new size and change it at runtime.You can change controls' size by SetWindowPos(a windows api) at runtime.