以下是小弟使用api 來去除視窗標題列的做法: DWORD style=0; style = GetWindowLong(this->Handle,GWL_STYLE); SetWindowLong(this->Handle,GWL_STYLE ...
確定! 回上一頁