博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

12 2006 档案

摘要:比如说,你要点一下按钮,就访问google,那就拖个button出来,写入下代码,记得添加引用:using System.Diagnostics; private void button1_Click(object sender, EventArgs e) { Process myProcess = new Process(); myProcess.StartInfo.FileName = "ie... 阅读全文

posted @ 2006-12-25 13:10 wander 阅读(405) 评论(1) 推荐(0)

摘要:http://dev.yesky.com/msdn/316/2456816.shtml天极(投票)http://tech.163.com/special/000915SN/stvs2005.htmlhttp://tech.163.com/special/A/0009159F/ASP.net.htmlASP.NET 2.0 XML高级编程(第三版) http://book.csdn.net/book... 阅读全文

posted @ 2006-12-12 16:12 wander 阅读(191) 评论(1) 推荐(0)