• 大小: 0.13M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: winform  FORM  ORM  弹出  示例  

资源简介

弹出式窗体示例

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsApp1
{
    public partial class FrmLogin : Form
    {
        public FrmLogin()
        {
            InitializeComponent();

            this.Opacity = 0;
            openOrClose = OpenOrClose.OPEN;

            DirectoryInfo di = new DirectoryInfo(string.Format(@“{0}..\..\..\“ Directory.GetCurrentDirectory()));
            Resources= $@“{di.FullName}\Resources\“;
        }
        #region 窗体移动

        [DllImport(“user32.dll“)]
        public static extern bool ReleaseCap

评论

共有 条评论