我里面有一个对话框和一个图片控件。在 OnInitDialog 期间,我尝试像这样获取图片控件的文本部分
CWnd *dialogHandle; // Handle of the dialog
CWnd *itemHandle; // Handle of the picture control
BOOL error;
dialogHandle->GetDlgItemInt(itemHandle->GetDlgCtrlID(), &error, 0);
但是 GetDlgItemInt 函数将错误设置为 0,表示存在错误
这是资源行
CONTROL 65443, IDC_PICTURE, "Static", SS_BITMAP, 13, 13, 40, 40
我想要这个号码 65443