English 中文(简体)
Win32 , WndProc, 以及母子窗口
原标题:Win32 , WndProc, and parent-child windows
  • 时间:2009-11-10 14:13:20
  •  标签:

I m developing in C code that uses the Win32 Api to create multiple windows. I used createWindow twice - to create parent and child windows. I have a message loop

while ( GetMssage (&msg, NULL,0,0)){
.
translate
dispatch
. 
}

但是,我只获得“<代码>WND_Proc的功能,一次,而不是每个窗口两次。

我做了什么错误?

问题回答

如果我正确理解你的问题,你应期望您的WndProc收到每家窗户的“WM_CREATE”信息

页: 1 窗口请设一个不同的类别(例如,标准Windows UI控制),即使它是一个直系WndProc等舱的窗口的儿童。 如果你给我们一些细节,说明你试图完成的工作,我们就可以提出建议或进行工作。

这个问题还可以进一步说明你的情况。





相关问题
热门标签