如何制作信息图片

时间:2022-09-19 15:52:16

I am working on a program that i want to have a information image that when you mouse over it, a ToolTip shows up, what my problem is is that the PictureBox that has the information image on it has a border like this:

我正在制作一个程序,我希望有一个信息图像,当你鼠标悬停它,工具提示显示,我的问题是,具有信息图像的PictureBox有这样的边框:

如何制作信息图片

Does anyone know how to make the border on the PictureBox go away?

有谁知道如何让PictureBox上的边框消失?

1 个解决方案

#1


6  

I think you can simply do this:

我想你可以这样做:

picture.BorderStyle = BorderStyle.None;

#1


6  

I think you can simply do this:

我想你可以这样做:

picture.BorderStyle = BorderStyle.None;