111,126
社区成员
发帖
与我相关
我的任务
分享 PictureBox pic = new PictureBox();
pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
pic.BackColor = this.richTextBox2.BackColor;
// pic.Image = global::LanQQ.Properties.Resources.Bar1;
pic.Image = System.Drawing.Image.FromStream(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream("LanQQ.Resources." + (sender as DevComponents.DotNetBar.ButtonItem).Tag.ToString() + ".gif"));
pic.Tag = sender.ToString();
pic.Name = "123";
richTextBox2.InsertControl(pic);