摘要:
private void ProjectInstaller_AfterInstall(object sender, InstallEventArgs e) { try { Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.Redi... 阅读全文
posted @ 2010-04-12 15:37
94cool
阅读(379)
评论(0)
推荐(0)
摘要:
from:http://www.cnblogs.com/joejoe/archive/2009/05/09/1453250.html描述:在自己写的一个系统服务程序,需要经常用到“允许与桌面进行交互”的设置,网上很多使用修改注册表的形式实现,我测试过,修改注册表后,选中的勾是选上了,但不能弹出应用程序;据说重启电脑后可以,但我不想重启,实际应用也不允许重启,故没有测试重启是... 阅读全文
posted @ 2010-04-12 15:09
94cool
阅读(7937)
评论(0)
推荐(0)
摘要:
.NET验证码页出现如果下错误.处理方法.登录Server Error in '/' Application. --------------------------------------------------------------------------------Unable to make the session state request to the session state se... 阅读全文
posted @ 2010-04-12 14:06
94cool
阅读(254)
评论(0)
推荐(0)
浙公网安备 33010602011771号