今天想研究一下mp3 然后在输出mp3长度的时候用了如下代码(网上搬得):
string file = "D:\\AccountDaemon\\My Music\\MyMusics\\Luxtos.mp3";
ShellClass sh = new ShellClass();
Folder dir = sh.NameSpace(Path.GetD...
分类:
系统相关 时间:
2015-06-16 17:01:04
阅读次数:
1469
Extract Cab File Using C#、How To Extract XSN File Using C#、C# Using Shell32 To Extract、使用C#解压Cab文件、使用C#解压InfoPath表单、C#使用Shell32解压
下载[.ShellClassInfo]LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21798IconResource=%SystemRoot%\system32\imageres.dll,-184
分类:
其他好文 时间:
2015-04-30 19:43:27
阅读次数:
128
Windows Server 2012 在桌面上显示”我的电脑”图标1、本地方式 如果是在Windows Server 2012本地控制台下,直接按Win(键盘上的微软徽标键)+R,输入:rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0回车后,勾...
打开文件或程序'API函数声明Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lp...
分类:
数据库 时间:
2015-01-18 13:10:01
阅读次数:
232
1.C++中出现 all references to "SHELL32.dll" discarded by /OPT:REF 怎么办?解决:1)在Project->Setting->Link选项中的Object/Library modules 中添加 /OPT:NOREF2)使用 “pragma w...
分类:
其他好文 时间:
2014-12-18 01:34:34
阅读次数:
176
前言windows的shell32在处理控制面板程序的快捷方式文件时,存在一个漏洞,能够载入硬盘上的随意DLL文件,就可以运行随意代码。漏洞文件的生成到“控制面板”以下,右键点“显示”,点“创建快捷方式”,把快捷方式创建在桌面上。然后在桌面用WinHex打开“显示.lnk”文件。Offset 0 1...
分类:
其他好文 时间:
2014-10-28 12:00:04
阅读次数:
268
rundll32命令大全命令列:rundll32.exe user.exe,restartwindows功能:系统重启命令列:rundll32.exe user.exe,exitwindows功能:关闭系统命令列: rundll32.exe shell32.dll,Control_RunDLL功能:...
分类:
其他好文 时间:
2014-10-16 17:52:32
阅读次数:
158
一 : 解析问题1. Windows 7 主题在:%windir%\Resources\Themes :2: 我们通过shell 命令 (这个是msdn中提到的)rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %System...
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,shellapi,Dialogs; type TForm1 = class(TForm) procedure FormCreate(Sender:...
分类:
其他好文 时间:
2014-09-18 00:44:02
阅读次数:
214