Click to See Complete Forum and Search --> : Dialog box


Asha
April 1st, 1999, 12:15 AM
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

Karl Spaelti
April 1st, 1999, 01:20 AM
ModifyStyle(...); read about it in the help/MSDN library.


HTH. Karl

Asha
April 1st, 1999, 03:02 AM
Thanx a lot Karl , it is working fine

ModifyStyle(WS_MAXIMIZEBOX,0,SW_NOSIZE);..


Asha