Notifications
Clear all
[Closed] Control Visibility
Jan 01, 2015 6:12 pm
How can I change the visibility of a parameter via the SDK?
In maxscript you do:
aParam.visibile = false
I figured out how to enable/disable a parameter by doing:
EnableWindow(GetDlgItem(hDlg, IDC_APARAM), FALSE);
Is there something similar to hide/show?
1 Reply
Jan 01, 2015 6:12 pm