摘要:
Wallpaper.cs using System.Runtime.InteropServices; namespace ABC { public class Wallpaper { [DllImport("user32.dll", EntryPoint = "SystemParametersInf 阅读全文
摘要:
动态创建了一系列的PictureBox,每个PictureBox都动态添加一个ContextMenuStrip PictureBox pictureBox = new PictureBox();this.Controls.Add(pictureBox); pictureBox.ContextMenu 阅读全文