[VC++6] - about control properties

i know hide\show or disable\enable a control. but can i catch the actual thing(true or false)?
(i'm new in VC++6)
1
2
3
4
5
6
int test;
	char buf[256];
	test=GetDlgItem(chkTest)->EnableWindow();
	printf(buf,"%s",test);
	
	MessageBox (buf);

can anyone give me the property list?
Topic archived. No new replies allowed.