开发者

how to display the image in portion of pannel control using vb.net 2.0

I want to display the image in panel control when mouse move on specific portion of panel control. Panel control already have a picture.\ 开发者_运维问答How its possible?


Please explain in more detail,

If I am correct then you are saying that "You want to add second image in same Panel which already has some image" if right?....then you can use

panel1.Controls.Add(new Image("~path"))
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜