【源码】不规则矩形窗体的设计
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace SmsSend
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
this.BackColor = SystemColors.ActiveCaptionText;
this.TransparencyKey = Color.White;
this.FormBorderStyle = FormBorderStyle.None;
this.BackgroundImage = Properties.Resources._1;
}
}
}

浙公网安备 33010602011771号