01-this is a custom page installer:
02-we have access to this part of installer form to add controller to the form:
3-i tryed but just can hide green controllers, i cant hide Red controllers:
04-i want hide all controller in form sample this (Picture Edited By Photoshop and remove controllers):
05-and access to all of the installer form and finally add the controller in installer (use all form)
now i dont know how can do this!
i just can hide green controllers with:
GetDlgItem $R0 $HWNDPARENT 1
ShowWindow $R0 ${SW_HIDE}
GetDlgItem $R0 $HWNDPARENT 2
ShowWindow $R0 ${SW_HIDE}
GetDlgItem $R0 $HWNDPARENT 3
ShowWindow $R0 ${SW_HIDE}
also i want access to all form (gui) and add textbox on top of form (gui),but we have limet access width and height...
.