![]() |
#2
TonyDeng2013-03-18 00:50
|
CStatic m_Image[50]
m_Image[1].GetWindowPlacement(&bf);
m_Image[1].GetWindowPlacement(&bf);
CStatic中没有自己实现GetWindowPlacement,所以调用的应该是CStatic的父类Cwnd中的GetWindowPlacement, 那这样得到的结果,是针对CStatic的还是针对
Cwnd的呢。
