http://topic.csdn.net/t/20030524/18/1829023.html
http://zhidao.baidu.com/question/93411647.html?fr=qrl&cid=867&index=5&fr2=query
我想把form5移动到form3中picture1的位置,下面是我的代码(在form3的code中): Dim r2 As RECT GetWindowRect Picture1.hwnd,r2 Form5.ScaleMode = vbPixels '设置坐标单位为像素 Form5.Move r2.Left,r2.Top Form5.Show 为什么移动的坐标仍然是默认的缇而不是屏幕像素呢? 请指教!
问题补充:
要实现窗口的正确移动,应该怎么做?
将form5的左上角的位置挪到form3中picture1左上角的位置
原文链接:https://www.f2er.com/vb/262349.html