zjnucgzx 发表于 2013-2-22 12:23

zjnucgzx 发表于 2013-2-22 18:59

yangand 发表于 2013-2-22 22:55

是BUG吗,打开还没输几个字母就自动退出。

zjnucgzx 发表于 2013-2-23 19:06

fuxz2009 发表于 2013-2-23 19:12

19nuclear91 发表于 2013-3-21 23:03

这样么?

zjnucgzx 发表于 2013-3-21 23:12

adingtao11 发表于 2013-3-25 12:27

if ((this.txtusername.Text.Length >= 8) && (this.txtKey.Text.Length <= 20))
    {
      string str = this.txtusername.Text.Trim();
      string str2 = this.txtKey.Text.Trim();
      string str3 = str.Substring(3, 5);
      string str4 = str.Substring(7, 1);
      this.lblRealKey.Text = str3 + "dc" + str4.GetHashCode();
      if ((str3 + "dc" + str4.GetHashCode()).Equals(str2))
      {
            MessageBox.Show("恭喜你,注册成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
      }
      else
      {
            MessageBox.Show("恭喜你,注册失败!浮云……", "失败", MessageBoxButtons.OK, MessageBoxIcon.Hand);
      }
    }
    else
    {
      MessageBox.Show("恭喜你,注册失败!浮云……", "失败", MessageBoxButtons.OK, MessageBoxIcon.Hand);
    }

zjnucgzx 发表于 2013-3-25 14:40

zjnucgzx 发表于 2013-3-27 09:59

页: [1]
查看完整版本: 简单.NEt cRACKmE