開啟 "C:\Program Files\360\360safe\360Safe.exe" 的程式碼要點寫???
Form(程式碼)是什麼???
我看不明英文!請打中文!
你看程式碼: -------程式碼------------------------- 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 WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { }
private void textBox1_TextChanged(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "19277375") ??????????????????????
..................T.T