显示系统默认的关于对话框C#源代码 [System.Runtime.InteropServices.DllImport
显示系统默认的关于对话框,C#源代码[System.Runtime.InteropServices.DllImport("shell32.dll",EntryPoint="ShellAbout")]privatestaticexternintShellAbout(inthWndn,stringszApp,stringszOtherStuff,inthIcon);privatevoidbutton1_Click(objectsender,EventArgse){//显示系统默认的关于对话框
下载地址
用户评论
不值这个分
写的不错 不过这样调用也太麻烦了