.NET
arthurlee
一名普通的软件开发人员,面对的技术太多,经常有点迷茫。
展开
-
C#中使用WIN32函数的回调函数
完善了“如何在C#中使用Win32和其他库”中关于EnumDesktops()函数的回调代码,可运行。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace Consol原创 2010-04-19 22:40:00 · 1554 阅读 · 0 评论 -
silverlight文件下载方法
silverlight来实现文件下载,纠结了很长的时间。一般的,如果是zip、rar等文件,直接通过NavigationService.Navigate(url);的形式即可,但是,如果是wav、MP3文件等,浏览器往往会直接打开应用程序进行播放(如Windows Media P原创 2011-08-03 23:00:06 · 1710 阅读 · 0 评论