求助!!!!哪位大神告诉我这个登陆界面代码怎么搞定???
visual吧
全部回复
仅看楼主
level 1
Badia♤ 楼主
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication7
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}
2013年12月10日 02点12分 1
level 1
Badia♤ 楼主
拜托不要沉 - -
2013年12月10日 02点12分 2
level 5
只会用vs的桌面vb语句写。。。
如果用vs2013的vb写(程序在botton登陆里面):
if textbox1.text="账户" then
if textbox2.text="密码" then
me.hide
form2.show()
end if
endif
2014年01月12日 16点01分 3
1