.net的winfrom程序 窗体透明&打开窗体时出现在屏幕右上角

窗体透明

将Form的属性Opacity,由默认的100% 调整到 80%(尽量别低于50%),这个数字越小越透明!


打开窗体时出现在屏幕右上角

cs 复制代码
//构造函数
public frmCalendarList()
{
    InitializeComponent();

    //打开窗体,窗体出现在屏幕右上角
    this.StartPosition = FormStartPosition.Manual;//页面打开方式:默认(不要选CenterScreen之类)
    this.Left = Screen.PrimaryScreen.WorkingArea.Width - this.Width;//位置靠右
    this.Height = Screen.PrimaryScreen.WorkingArea.Height;//高度撑满屏幕高度
}

具体效果

相关推荐
足球中国15 小时前
.net DataExcel控件 2.11.1.53版发布
c#·.net·excel
rockey6271 天前
C#脚本引擎之AScript与Jurassic、Jint对比
javascript·c#·.net·js·script·动态脚本
界面开发小八哥1 天前
界面控件DevExpress WinForms中文帮助文档 - 入门指南
ai·c#·.net·devexpress·ui开发·winforms
清风与日月2 天前
Yitter.IdGenerator:高性能分布式唯一ID生成器详解
分布式·c#·.net·.netcore
大鹏说大话2 天前
用 Semantic Kernel 在 .NET 中构建你的第一个 AI 智能体(Agent)
人工智能·.net
七仔啊2 天前
C#、.NET 、ASP.NET Core、Visual Studio全系列快速入门
c#·asp.net·.net
超龄超能程序猿2 天前
实战优化:.NET 8 容器 Debian 源+时间同步企业级 Dockerfile
运维·debian·.net
一个帅气昵称啊2 天前
.Net C# AI智能体开发-快速开始
开发语言·c#·.net
kyle~3 天前
.NET 软件开发平台
.net
一个帅气昵称啊3 天前
.Net C# AI智能体开发-AI智能体
人工智能·c#·.net