我要投稿
  • 您当前的位置:365bet官方 -> 技术教程 -> 网站建设教程 -> 经验技巧 -> 教程内容
  • [ 收藏本页教程 ]
  • 提供c#获取真实URL的源文件及程序经验技巧

    教程作者:佚名    教程来源:不详   教程栏目:经验技巧    收藏本页
    用C#写的(我不会C#,照着MSDN上说明文档拼凑成的)
    C#
    软件下载:
    http://www.vipcn.com/SoftView/SoftView_26421.html
    http://test.fzclx.com/caixi/geturl.jpg');}" src="http://test.fzclx.com/caixi/geturl.jpg" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>

    程式源文件:

    CS打包:http://test.fzclx.com/caixi/geturl.cs.rar

      CODE:[Copy to clipboard]  using System;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    using System.Net;
    using System.IO;

    namespace WindowsApplication4
    {
            /// <summary>
            /// Form1 的摘要说明。
            /// </summary>
            public class Form1 : System.Windows.Forms.Form
            {
                    private System.Windows.Forms.Label label2;
                    private System.Windows.Forms.Button button1;
                    private System.Windows.Forms.Label label1;
                    private System.Windows.Forms.TextBox realurl;
                    private System.Windows.Forms.TextBox formurl;
                    private System.Windows.Forms.Label label3;
                    private System.Windows.Forms.TextBox formreferer;
                    private System.Windows.Forms.Panel panel1;
                    /// <summary>
                    /// 必需的设计器变量。
                    /// </summary>
                    private System.ComponentModel.Container components = null;

                    public Form1()
                    {
                            //
                            // Windows 窗体设计器支持所必需的
                            //
                            InitializeComponent();

                            //
                            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
                            //
                    }

                    /// <summary>
                    /// 清理所有正在使用的资源。
                    /// </summary>
                    protected override void Dispose( bool disposing )
                    {
                            if( disposing )
                            {
                                    if (components != null)
                                    {
                                            components.Dispose();
                                    }
                            }
                            base.Dispose( disposing );
                    }

                    #region Windows 窗体设计器生成的代码
                    /// <summary>
                    /// 设计器支持所需的方法 - 不要使用代码编辑器修改
                    /// 此方法的内容。
                    /// </summary>
                    private void InitializeComponent()
                    {
                            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
                            this.formurl = new System.Windows.Forms.TextBox();
                            this.label2 = new System.Windows.Forms.Label();
                            this.button1 = new System.Windows.Forms.Button();
                            this.label1 = new System.Windows.Forms.Label();
                            this.realurl = new System.Windows.Forms.TextBox();
                            this.label3 = new System.Windows.Forms.Label();
                            this.formreferer = new System.Windows.Forms.TextBox();
                            this.panel1 = new System.Windows.Forms.Panel();
                            this.SuspendLayout();
                            //
                            // formurl
                            //
                            this.formurl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
                            this.formurl.ForeColor = System.Drawing.SystemColors.WindowText;
                            this.formurl.Location = new System.Drawing.Point(24, 32);
                            this.formurl.N
    我要投稿   -   广告合作   -   关于本站   -   友情连接   -   网站地图   -   联系我们   -   版权声明   -   设为首页   -   加入收藏   -   网站留言
    Copyright © 2009 - 20012 www.www.ct131.com All Rights Reserved.365bet官方 版权所有