文章分类 - Microsoft.Net
微软.Net技术平台
摘要:Press the button to start Excel and display quarterly data.
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections;using System.Data;using System.Data.OleDb;namespace RookIEBox.Ne...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->namespace RookIEBox{ using System; using Microsoft.Win32; using System.Security.Cryptography;...
阅读全文
摘要:C# ListView Console Source
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Reflection; public class TWord { public static void Main() { ...
阅读全文
摘要:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]"autodisconnect"=dword:0000000f"enableforcedlogoff"=dword:00000001"enablesecuritysign...
阅读全文
摘要:VBScript 直接连接Oracle数据库
阅读全文
摘要:#include #include DWORD WINAPI ThreadFunc()// LPVOID lpParam ) { char szMsg[80]; //wsprintf( szMsg, "Parameter = %d.", *(DWORD*)lpParam ); MessageBox( NULL, "szMsg", "ThreadFunc", MB_OK ); ...
阅读全文
摘要:下载地址:http://www.zf.net.tv/NetDisk/MakeFile.asp?ID=3
演示:http://www.zf.net.tv/Identify
说明:解压缩后需要右键“Identify.sct”注册。
在ASP.Net 2.0下失败(ASP.Net 2.0的Unicode.GetBytes处理数据时返回不标准的数据造成。)
源代码是国外一猛人用Javacript脚本写的ASP文件,我只是稍作加工,实现通用。
阅读全文
摘要:不下载到服务器怎么注册?方法如下:
进入指令行状态,输入:regsvr32
http://www.zope.org/Members/Rimifon/FyUpload.wsc
然后可以使用 Set Upload = Server.CreateObject("Rimifon.Upload") 调用控件
下载后的注册更简单,右键即可注册。
注册后就是“有组件上传”了,一般情况下服务器都不会注册,所以我们也可以用“无
组件”的方式调用:
Set Upload =
GetObject("script:http://www.zope.org/Members/Rimifon/FyUpload.wsc")
或者:
Set Upload = GetObject("script:"+Server.MapPath("FyUpload.wsc"))
均可。控件相关属性和方法说明可参见:
http://www.zope.org/Members/Rimifon/FyUpload.wsc/v
阅读全文
摘要:using System;using System.Drawing;using System.ComponentModel;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Text;using System.Collections;public delegate bool IECallBack...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// MainForm.cs// project created on 5/23/2003 at 1:28 PMusing System;using System.IO;using System.Thre...
阅读全文
摘要:StreamReader reader = new StreamReader(args[0], System.Text.Encoding.GetEncoding("GB2312")); Regex reg1 = new Regex("@Title"); Regex reg2 = new Regex("@Content"); ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// MultiOutTransfrom.csnamespace MultiOutput.Test { using System; using System.Xml.XPath; usi...
阅读全文
摘要:Applied Remoting Rockford Lhotka Magenic Technologies May 11, 2003 About 18 months ago I wrote an article for this column comparing Web Services to Remoting (Remoting and XML Web Services ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;public class Html2Text{ public static void Main(string[] args) { if (args.Le...
阅读全文
摘要:概述 本文讲解了一个使用XML技术上传文件的例子,使用该方法没有传统方法中的种种限制。 这个例子讲述了如何使用MSXML3.0和ADO Stream对象来实现这种新的上传方法。好处有很多,比如,不需要专用的上传组件。 引言为了在HTML网页中获得上传功能,在客户端我们可以使用如下格式的FORM: 这 种方案在客户端和服务器端的使用都有很多限制。首先,我们必须使用POST方法,因为GET方法无法处...
阅读全文
摘要:1// Singleton 2using System; 3 4public class Singleton 5{ 6 private static Singleton instance; 7 8 private Singleton() {} 910 public static Singleton Instance11 {12 get 13 {14 ...
阅读全文
摘要:MSN.Tweakzone Mess with MSN Messenger Msgshit.COM
阅读全文