GetSubMenu(0); expand->AppendMenu(MF_BYPOSITION, some_uint, node_name); // Works fine. CMenu *node = expand->GetSubMenu(0); UINT id = 1; // Incrmented as I ...
確定! 回上一頁