上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 链接:http://waxdoll.cnblogs.com/archive/2005/04/08/134196.html 阅读全文
posted @ 2005-12-31 10:41 大洋 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.joycode.com/lostinet/archive/2004/06/04/23638.aspx我用WinForm开发也有一段时间了。我觉得目前的WinForm开发速度是够的,但是一些原本在HTML就很容易做到的事情,在WinForm中就很难实现了。 这个主要的原因可能是WinForm复用控件的能力非常强,但是可用的控件却非常少。一般买回来的控件不但贵,而且也不是... 阅读全文
posted @ 2005-12-30 17:31 大洋 阅读(1696) 评论(4) 推荐(0) 编辑
摘要: 不知道各位有没有做过用于打印的Web页。 我帮客户做这个页面的时候,喜欢把某些区域定为contentEditable="true",目的是让客户可以随便修改这些地方。 例如: ....转自:http://blog.joycode.com/lostinet/archive/2004/09/18/33905.aspx 阅读全文
posted @ 2005-12-30 16:50 大洋 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 当使用 window.onunload=function(){...} 时, 如果窗口刷新或浏览其他页面,则该函数会被调用. 而如果窗口是被关闭时,则该函数不会被调用. 目前不清楚为什么会这样. 使用 window.attachEvent('onunload',function(){...});则可以解决问题. Regards .转自:http://blog.joycode.com/lostin... 阅读全文
posted @ 2005-12-30 16:41 大洋 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 在"开始"菜单--"运行"--输入"rundll32 netplwiz.dll,UsersRunDll" 打开"用户帐号"管理,把"要使用本机,用户必须输入用户名和密码(E)"前面的勾去掉,"应用",在弹出的窗口里填上你的用户名密码(如果没有用户名,密码,可留空,直接确定)--"确定" ok了.以后就没有烦人的开机登陆框了~!~ 阅读全文
posted @ 2005-12-21 16:17 大洋 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 转自: http://blog.donews.com/liuren/archive/2005/12/08/650696.aspx?Pending=true 阅读全文
posted @ 2005-12-09 17:28 大洋 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 001 想变的健康吗?跑步吧!想变的聪明吗?跑步吧!想变的美丽吗?跑步吧! screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in... 阅读全文
posted @ 2005-12-09 16:17 大洋 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Datagrid Winform下的Datagrid的列风格(5)—DataGridTreeViewColumn Winform下的Datagrid的列风格(4)—DataGridComboBoxTableViewColumn Winform下的Datagrid的列风格(3)—DataGridTimePickerColumn(转) Winform下的Datagrid的列风格(2... 阅读全文
posted @ 2005-12-01 09:59 大洋 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 关于datagrid的打印http://www.chinaaspx.com/article/csharp/295.htmC#中为DataGrid添加下拉列表框http://www.cnblogs.com/icesnaker/archive/2004/09/21/45015.aspxDataGrid也玩分页http://dev.csdn.net/article/32/32339.shtmDataGr... 阅读全文
posted @ 2005-12-01 09:24 大洋 阅读(349) 评论(0) 推荐(0) 编辑
摘要: #region 一个调用外部程序的例子 private static string CmdPing(string strIp) { Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectSt... 阅读全文
posted @ 2005-11-17 10:40 大洋 阅读(777) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页