看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) Visual Studio Windows Application Form C++ 問題(Question): 1.MDI的child form被create後, 使用者無法在上方按滑鼠右鍵移動form 2.child window關閉後再開啟,預設位置會逐漸往右下角移動,如何固定child form 在左上角? 目前作法是 child form->Left = 0,chld form->Top = 0,有更好作法? 3.希望一次只能開啟一個child form,目前是用variable來控制,利用extern來傳遞 counter,child form被create,counter會+1,被關閉(Closing)的話,counter會-1,counter 為0,才能在MDI開啟child form,正統的作法應該透過指定form的parent或child是哪個form ,再針對裡面的varibale作處理嗎? 1.想不出如何處理 2.已解決,但覺得不是正規做法 3.同2. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.43.205.64