Hai there,
I have a dialog box with minimize box and maximize box style , at one point i want to diable the maximize box and another point i want to enable it
what function should i use
plz help me
thanx in advance
asha
Printable View
Hai there,
I have a dialog box with minimize box and maximize box style , at one point i want to diable the maximize box and another point i want to enable it
what function should i use
plz help me
thanx in advance
asha
ModifyStyle(...); read about it in the help/MSDN library.
HTH. Karl
Thanx a lot Karl , it is working fine
ModifyStyle(WS_MAXIMIZEBOX,0,SW_NOSIZE);..
Asha