上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 运行64位的ODBC管理器,点开始--》运行--》odbcad32回车即可打开,但打开后看不到32位的驱动,如果要运行32位的ODBC管理器,该怎么办呢,其实很简单,只要执行C:\Windows\SysWOW64\odbcad32.exe程序可以打开加载32位驱动程序的ODBC管理器具体的配置就不用... 阅读全文
posted @ 2014-10-16 21:47 努力实现目标 阅读(3366) 评论(0) 推荐(0) 编辑
摘要: 1.产品详细页读取多张产品图片(栏目类型:产品){aspcms:cimages count=16 contentid=[content:id]} {/aspcms:cimages}2.首页广告大图切换(栏目类型:相册){aspcms:pic sort=118 num=3 order=order}{/... 阅读全文
posted @ 2014-10-15 21:58 努力实现目标 阅读(8390) 评论(0) 推荐(0) 编辑
摘要: winform c#绑定combobox下拉框 年度代码。 comboBox1.Items.AddRange(new object[] { "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020... 阅读全文
posted @ 2014-10-14 10:06 努力实现目标 阅读(4673) 评论(0) 推荐(0) 编辑
摘要: 1、添加配置文件新建一个winform应用程序,类似webfrom下有个web.config,winform下也有个App.config;不过 App.config不是自动生成的需要手动添加,鼠标右健项目—〉添加—〉添加新项—〉添加 应用程序配置文件文件[App.Config]。2、配置文件如下 ... 阅读全文
posted @ 2014-10-09 14:05 努力实现目标 阅读(26909) 评论(1) 推荐(2) 编辑
摘要: 可以在MDI主窗体中添加以下方法。 //防止打开多个窗体 private bool ShowChildrenForm(string p_ChildrenFormText) { int i; //依次检测当前窗体的子... 阅读全文
posted @ 2014-10-09 11:15 努力实现目标 阅读(10165) 评论(0) 推荐(1) 编辑
摘要: 1.//弹出对话框.点击转向指定页面Response.Write("");Response.Write("");2.//弹出对话框Response.Write("");3.//删除文件string filename ="20059595157517.jpg";pub.util.DeleteFile(... 阅读全文
posted @ 2014-09-30 11:00 努力实现目标 阅读(423) 评论(0) 推荐(0) 编辑
摘要: Microsoft SQL Server 2005 Express Edition 为生成应用程序提供了一个简单的数据库解决方案。SQL Server Express Edition 支持完整的 SQL Server 2005 编程模型,包括 Transact-SQL、存储过程、视图、触发器、SQL... 阅读全文
posted @ 2014-09-30 09:49 努力实现目标 阅读(2404) 评论(0) 推荐(0) 编辑
摘要: 可以参考http://wenku.baidu.com/link?url=ghU6IFS1WJXLFKfM_0efv9YQEnMDBrdi9CXwirSs5IOLLeUfdIOh8OOVv0DX89LtibPRhZjOJfA26mNIDIwKYP_Yp9BfLfVDHfgp0cCR4_G有图。先行强调... 阅读全文
posted @ 2014-09-24 22:34 努力实现目标 阅读(2542) 评论(0) 推荐(0) 编辑
摘要: C# winform写入和读取TXT文件string str; str=this.textBox1.Text; StreamWriter sw = new StreamWriter(Application.StartupPath +"\\txtwriter.txt", false); sw.Writ... 阅读全文
posted @ 2014-08-28 16:06 努力实现目标 阅读(55885) 评论(1) 推荐(3) 编辑
摘要: winform利用ImageList控件和ListView控件组合制作图片文件浏览器,见图,比较简单,实现LISTVIEW显示文件夹图片功能。1.选择文件夹功能代码: folderBrowserDialog1.SelectedPath = textBox2.Text; ... 阅读全文
posted @ 2014-08-22 12:36 努力实现目标 阅读(21335) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页