• λ我爱Aspx >> Asp.Net >> 在系统菜单中添加自定义菜单项
  • 在系统菜单中添加自定义菜单项

  • :未知  Դ:internet  :2007-5-20 16:44:31  ؼ:
  • private static extern int GetSystemMenu(int hwnd, int bRevert);

    [DllImport("user32.dll")]

    private static extern int AppendMenu(int hMenu,int Flagsw,int IDNewItem,string lpNewItem);

    private System.ComponentModel.Container components = null;

    public Form1()

    {

    //

    // Windows 窗体设计器支持所必需的

    //

    InitializeComponent();

    //

    // TODO: 在 InitializeComponent 调用后添加任何构造函数代码

    //

    }

    /// <summary>

    /// 清理所有正在使用的资源。

    /// </summary>

    protected override void Dispose( bool disposing )

    {

    if( disposing )

    {

    if (components != null)

    {

    components.Dispose();

    }

    }

    base.Dispose( disposing );

    }

    #region Windows 窗体设计器生成的代码

    /// <summary>

    /// 设计器支持所需的方法 - 不要使用代码编辑器修改

    /// 此方法的内容。

    Ҷƪл˵?
  • һƪ使用ASP.NET中调用WebService时不能以Name为数据库中的字段
    һƪ利用SOAP(Webservice)上传文件