- 博客(6)
- 收藏
- 关注
原创 .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
15034
4
原创 用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
原创 用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
原创 编程建立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
原创 编程建立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
原创 Mdi子窗口间消息通信
using System;namespace Vavic{ /// /// 当信息更改是通知其他的窗口重新加载数据 /// 使用方法为:1)通知信息更改 /// Notify.Instance().SendMessage(100, "Form1 Activate test notify event"); /// 其中第一个参数为信息号,第二个参数为信息描述 /// 2)收取信息 /// 使用
2005-01-17 13:28:00
970
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人