Isabella
---- I fell upon the thorn of life, I bleed.
posts - 28,  comments - 14,  trackbacks - 0
12 2011 档案
C# WinForm 边框阴影窗体
摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Runtime.InteropServices;namespacetestWinForm{publicpartialclassForm2:Form{publicForm2(){InitializeComponent();SetClassLo阅读全文
posted @ 2011-12-29 10:47 李昀璟 阅读(125) | 评论 (0) 编辑
PostSubmitter~在WEB应用程序以外的其他程序里提交Web请求的类
摘要: 如果在WindowService等其他非Web应用里提交一个httpRequest,用这个类比较方便:PostSubmitterpost=newPostSubmitter();post.Url="http://seeker.dice.com/jobsearch/servlet/JobSearch";post.PostItems.Add("op","100");post.PostItems.Add("rel_code","1102");post.PostItems.Add("FREE_T阅读全文
posted @ 2011-12-28 10:22 李昀璟 阅读(17) | 评论 (0) 编辑