GetDlgItem(IDC_LOADMOD)->EnableWindow(TRUE);button设为不可用状态时,button依然可以点击,没有变灰怎么回事
EnableWindow(TRUE)本来就是可用EnableWindow(FALSE)才是禁用