摘要: 【设置开机自启动】using Microsoft.Win32;//添加命名空间public static bool SetAutoRun(string keyName,string filePath) { try { RegistryKey runKey=Registry.LocalMachine.OpenSubKey(@"\SOFTWARE\Microsoft\Windows\CurrentVersion\Run",true); runKey.SetValue(keyName... 阅读全文
posted @ 2012-04-26 16:42 守望幸福的猪 阅读(5192) 评论(0) 推荐(0) 编辑
摘要: 前台页面原网页如下:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" validateRequest="false" Inherits="Default2" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/ 阅读全文
posted @ 2012-04-26 10:28 守望幸福的猪 阅读(2579) 评论(0) 推荐(1) 编辑