- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 水晶按钮控件
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Drawing.Imaging;using System.Drawing.Drawing2D;using System.Data;using System.Text;using S
2010-05-10 17:35:00
441
原创 C# pictureBox上设置label透明
属性里直接修改Color为Transparent;或者代码pictureBox1.SendToBack();label1.BackColor = Color.Transparent;label1.Parent = pictureBox1;label1.BringToFront();不止label可以透明,其他如pictureBox叠放同理可得
2010-04-02 09:55:00
830
原创 C# 如何鼠标拖动无边框窗体
设置了无边框表单,则无法使用鼠标拖动任意位置。通过以下方式实现 private void FrmLogin_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { mouseOff
2010-04-02 09:41:00
888
C#关闭调出代码
2011-11-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人