F
Franky
I know about
EnableWindow(GetDlgItem( hDlg, IDCANCEL), FALSE )
which will gray a button in a dialog box.
But I want to make the button and some text to not show at all in one
instance.
Is that possible?
Thanks
EnableWindow(GetDlgItem( hDlg, IDCANCEL), FALSE )
which will gray a button in a dialog box.
But I want to make the button and some text to not show at all in one
instance.
Is that possible?
Thanks