废话少说,看代码。。。 private AxSHDocVw.AxWebBrowser axWebBrowser1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private AxShockwaveFlashObjects.AxShockwaveFlash axShockwaveFlash1; Syst...
网站重构优化! CSS完全应用 listBox1.Items.Clear() 清除listBox中的item; listBox1.Items.Count 获取listBox的item数目; listBox1.Items[n] 获取listBox中的第n个item; listBox1.Items.Add(123) 向listBox中添加一个item...
最近因为需要学习了一下使用C#操作Excel表格,现在把我使用C#如何定制表格的过程提供给需要的兄弟: /*从数据库提取数据*/ string strconn=packet size=4096;user id=sa;data source=localhost;persist se...
Author:David Euler Date: 2004/11/16 Email:de_euler-david@yahoo.com.cn 有任何问题,请与我联系:) 获取文件的版本信息: FileVersionInfo myFileVersionInfo1 = FileVersionInfo.GetVersionInfo(D:\\TEST.DLL); textBox1.Text=版本号...
网站运营SEO文章大全 提供全面的站长运营经验及SEO技术! 感谢jackyoung02(冷雨夜)!!!! 如何:使用 Visual C# .NET 检查 Windows 版本 (Q304283) -------------------------------------------------------------...
ASP.Net种使用C#, 向CoreDB.myBBS表中插入记录值(Title, Content)【文章的标题和内容】,由于Content, Title中可能包含单引号,直接使用sql的insert命令会报错,对此有两种处理方法,一种将单引号...
服务器安全技术文章,服务器攻防技术... 服务器软件下载 我在编写一个系统时遇到了一个问题,无法在C#中调用Delphi6写的DLL,只因为DLL的参数是string类型的。然后在网上找相关的资料,...
XPButton.cs代码 using System; using System.Windows; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows .Forms ; namespace XPCtrl /// summary /// XPButton 的摘要说明。 /// /summary public class XPButton:System...
网上商城源码下载! 本人在应用C#做项目的时候有感于,TextBox的文本框中的数值类型的判断不方便,在C#BBS中查找是否有这样的类或函数,可惜我失望了!于是凭着愚钝的脑袋写了一个,...