VB.NET Picturebox on top of MDI Child

喜欢而已 提交于 2019-12-02 17:56:20

问题


Any idea why a picturebox in a MDI parent would show on top of a MDI child? (even when MDI child = topmost)

When calling picturebox.SendToBack the picturebox disappears in the MDI parent.


回答1:


What I did was, created a borderless form with the picturebox on it, and threw it on the MDI parent as a MDI child, seems to do the job!



来源:https://stackoverflow.com/questions/7814968/vb-net-picturebox-on-top-of-mdi-child

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!