• 大小: 3.21KB
    文件类型: .cs
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: QQ  C#  

资源简介

窗体移动到屏幕边缘会自动伸缩,鼠标移上去的话就显示出来!

资源截图

代码片段和文件信息

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 //类名:EcanQQ
//作用:QQ吸附窗体
//作者:刘典武
//时间:2010-12-01
//用法:添加timer控件,enable设置为true实例化类EcanQQ qqfrm = new EcanQQ();timer1_Tick时间调用qqfrm.hide_show(this ref height timer1);     

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;

namespace Ecan
{
    public class EcanQQ
    {
        /// 
        /// QQ吸附窗体
        /// 

        /// 要吸附边缘的窗体
        /// 窗体的高度
        /// 定时器控件
        //用法:在对应窗体timer控件的Tick事件中写代码 int height = this.Height; EcanQQ.hide_show(this ref height timer1);
        
        public void hide_show(Form f

评论

共有 条评论