111,119
社区成员
发帖
与我相关
我的任务
分享int index = 0;
for (int i = 0; i < this.Controls.Count; i++)
{
if (this.Controls[i] is Form)
{
index++;
if (index == 2)
return this.Controls[i].Handle;
}
}
没图片···呵呵 友情帮顶··