谁有C#。NET做的成功案例?小弟初学希望大家能多帮助我啊

来源:百度知道 编辑:UC知道 时间:2024/06/01 13:11:50
想看看那些大的项目是怎么布局的啊
大家谁有发偶点吧 谢谢了
呵呵.谢谢你了
你能给我提供一些成功的案例吗?

你加偶QQ:460881375
说明你是谁哈~陌生人偶不加滴~

这个布局和VF 以及VB都是一样滴~可谓异曲同工~
其实你可以去网上下载一些案例~这些都要通过自己寻找滴~
以下是偶写滴一个窗口的代码 比较简单哈~
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace WindowsApplication1
{
/// <summary>
/// Form2 的摘要说明。
/// </summary>
public class Form2 : System.Windows.Forms.Form
{
private System.Windows.Forms.MainMenu mainMenu1;
private System.Windows.Forms.MenuItem menuItem1;
private System.Windows.Forms.MenuItem menuItem2;
private System.Windows.Forms.MenuItem menuItem3;
private System.Windows.Forms.MenuItem menuItem4;
private System.Windows.Forms.MenuItem menuItem5;
private System.Windows.Forms.StatusBar statusBar1;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows