Without using a resource editor to mess with the UI resource files, what I'm trying to do is move the branding text control downwards so it is along the bottom of the window adjacent to the back/next/cancel buttons. Now, is it actually possible to move a control by code? I've tried the following:
Any suggestions?GetDlgItem $0 $HWNDPARENT 1028
SendMessage $0 ${WM_MOVE} 100 100
Thanks in advance.
Brad.