- 博客(2)
- 收藏
- 关注
原创 C#窗体label控件背景变透明
using System.Drawing;namespace test{ public partial class Form1 : Form { private void Form1_Load(object sender, EventArgs e) { label1.BackColor = Color.Transparent; label2.BackColor = Color.Transparent; label3.BackColor = Color.Transpar
2021-04-17 15:19:39
709
原创 c#使用管理员权限打开.exe文件
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Diagnostics;//*using System.
2021-03-25 10:25:24
889
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅