I'm using the SetWindowPos API call.
My first custom page must use a smaller UI
This is the code
System::Call "User32::SetWindowPos(i, i, i, i, i, i, i) b ($HWNDPARENT, 0, 0, 0, 510, 230, ${SWP_NOZORDER}|${SWP_NOMOVE})" When changing the size my buttons are no longer there.How do I reposition the back/next/etc button.
My second question is.
When using the code above how do I go back using the default, because exiting the first custom page to the second custompage (which has the defaultsize) it uses the same size as my first page.
Thx in advance