
原创
文章平均质量分 62
stone_lin
这个作者很懒,什么都没留下…
展开
-
编程建立IIS站点和虚拟目录(1)(头文件)
// W3SvcAgent.h: interface for the CW3SvcAgent class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_W3SVCAGENT_H__D10CF1B7_10C9_45DC_95A7_3AAEA1CFE558__INCL原创 2005-01-17 13:43:00 · 945 阅读 · 0 评论 -
用C#实现Des加密和解密
using System;using System.IO;using System.Security.Cryptography;namespace Vavic{ /// /// Security 的摘要说明。 /// public class Security { const string KEY_64 = "VavicApp"; const string IV_64 = "Vavic原创 2005-01-17 14:11:00 · 1592 阅读 · 2 评论 -
用c#创建异型窗口
private void Form1_Load(object sender, System.EventArgs e) { this.BackColor = Color.Blue; System.Drawing.Drawing2D.GraphicsPath gPath = new System.Drawing.Drawing2D.GraphicsPath(); gPath.AddS原创 2005-01-18 23:15:00 · 1449 阅读 · 1 评论 -
编程建立IIS站点和虚拟目录(2)(实现文件)
// W3SvcAgent.cpp: implementation of the CW3SvcAgent class.////////////////////////////////////////////////////////////////////////#include "stdafx.h"#include "setup.h"#include "W3SvcAgent.h"#incl原创 2005-01-17 13:45:00 · 1088 阅读 · 0 评论 -
Mdi子窗口间消息通信
using System;namespace Vavic{ /// /// 当信息更改是通知其他的窗口重新加载数据 /// 使用方法为:1)通知信息更改 /// Notify.Instance().SendMessage(100, "Form1 Activate test notify event"); /// 其中第一个参数为信息号,第二个参数为信息描述 /// 2)收取信息 /// 使用原创 2005-01-17 13:28:00 · 971 阅读 · 0 评论 -
.Net framework 3.5 无法安装,附解决方法
.Net framework 3.5 无法安装,附解决方法 下载了VS2008,结果在安装时总是失败,检查日志,提示:[11/22/07,18:04:40] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI r原创 2008-07-27 17:30:00 · 15037 阅读 · 5 评论