引言:
作者:whxbb
function DisplaySwitch(div)
{
if(div.style.display == none)
div.style.display=block;
else
div.style.display= none;
}
...
摘要:
需求: 现在我想要安装完成一个简单的自定义操作: 1 在安装过程中提供两个文本框,用于我输入数据库服务器名和要打开的数据库名。 2 将我的输入的数据写入一个文本文件,保存在 c:\log.txt。 实现: 1 新建一个类库项目,在该项目下添加一个类: using system; using system.componentmodel; using system.collection......
摘要:
asynchronous socket utility classes – part iauthor: william kennedydate added: 28th mar 2003type: tutorialrating: this is a printable version of "asynchronous socket utility classes – ......
技巧:.net中的特殊对话框调用(数据库选择对话框&目录选择对话框)
作者:whxbb
function displayswitch(div)
{
if(div.style.display == none)
div.style.display=block;
else
div.style.display= none;
}
数据库选择对话框.
using system.windows.forms; 【程序编程相关:C#的消息处理方法】
using system; 【推荐阅读:谈谈.NET中的内存管理】
{ 【扩展信息:
ASP.NET中实现MD5_HMAC(C】
namespace whxbb.windows.forms
/// <summary> /// 数据库选择对话框. /// </summary> public class choosedatabasedialog { private string _connectionstring = string.empty; /// <summary> /// 获取数据库连接字符串....
下一页 摘要:
dotnet threading, part iiauthor: randy morindate added: 17th mar 2003type: tutorialrating: this is a printable version of "dotnet threading, part ii". for the complete online version, ......