登录
首页 » C# » facebook OAuth 2.0 asp.net

facebook OAuth 2.0 asp.net

于 2013-05-23 发布
0 205
下载积分: 1 下载次数: 0

代码说明:

facebook OAuth 2.0 asp.net

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C# 五子棋游戏(单机版(人机对战)+网络版)
    C# 五子棋游戏(单机版(人机对战)+网络版)
    2019-10-16下载
    积分:1
  • 南瑞综自104规约通信(源码)
    南瑞综自104规约通信实例
    2021-05-06下载
    积分:1
  • WcfRestFull 开发模式
    %E3%80%90%E5%AE%9E%E4%BE%8B%E7%AE%80%E4%BB%8B%E3%80%91%3Cbr%20/%3E%0A%E3%80%90%E5%AE%9E%E4%BE%8B%E6%88%AA%E5%9B%BE%E3%80%91%3Cbr%20/%3E%0A%E3%80%90%E6%A0%B8%E5%BF%83%E4%BB%A3%E7%A0%81%E3%80%91%3Cbr%20/%3E
    2015-01-04下载
    积分:1
  • tcp 二进制通讯实例源码下载
    tcp 二进制通讯实例源码下载
    2014-06-18下载
    积分:1
  • C# 自绘窗体 示例源码
    C# 自绘窗体 示例源码
    2013-10-03下载
    积分:1
  • fastreport .net版本
     FastReport.Net是专为Microsoft Visual Studio 2005和2008或任何其他开发工具功能齐全的报表工程而设计的。使用FastReport.Net,您将能够创建应用程序的独立报告。换句话说,FastReport.Net可以作为一个独立的报告工具。
    2015-01-13下载
    积分:1
  • C# 批量数据上传客户端例子源码 FastDFS
    C# 批量数据上传客户端例子源码 FastDFS
    2014-10-23下载
    积分:1
  • iText 的简单用法以及MVC3.0实例
    MVC3.0代码示例
    2014-03-11下载
    积分:1
  • WPF 三维图片墙效果
    使用WPF实现3D图片墙效果
    2020-05-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载