程式碼問題???(20分!)T.T

2010-09-03 2:03 am
(我用visual C# 2008 Express)


開啟 "C:\Program Files\360\360safe\360Safe.exe" 的程式碼要點寫???
Form(程式碼)是什麼???
更新1:

我看不明英文!請打中文!

更新2:

你看程式碼: -------程式碼------------------------- 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;

更新3:

namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { }

更新4:

private void textBox1_TextChanged(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "19277375") ??????????????????????

更新5:

..................T.T

回答 (1)

2010-09-03 6:07 pm
✔ 最佳答案
You should have1) Some basic/Idea program logic and algorithm knowledge which NOT depend on program language you used. E.g. pointer, memory allocation, greedy algorithm … etc2) Understand what is the function/technique/architecture using on the program “360Safe”3) have the source code of “360Safe”4) have a development and testing environment for “360Safe” You second question “Form”, which can be1) Oracle Form, a kind of Database/program development tool2) HTML Form, is a tag of HTML3) .. .. etc depend on what you deign

if you still have problem, welcome let me know.

2010-09-13 08:53:16 補充:
1) General, all common use programming language is using English, if you cannot read English, it is difficult to understand.

2) you post program coding is a empty struture, no logic or program inside. 100% incomplete and no detail can provide.


收錄日期: 2021-04-19 23:08:41
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20100902000051KK01025

檢視 Wayback Machine 備份