资源简介
代码片段和文件信息
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
namespace ShellExt
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private bool CheckSubKeyName(RegistryKey reg string keyname)
{
try
{
foreach (string str in reg.GetSubKeyNames())
{
if (str.ToLower() == keyname.ToLower())
return true;
}
return false;
}
catch (Exception ex) { return false; }
}
private bool CheckValueName(RegistryKey reg string valuename)
{
try
{
foreach (s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 16236 2016-09-22 11:54 Form1.Designer.cs
文件 13720 2016-09-22 11:54 Form1.cs
文件 6386 2016-09-22 11:54 Form1.resx
文件 6712 2016-09-22 11:54 ListViewEx.cs
文件 503 2016-09-22 11:54 Program.cs
目录 0 2019-07-26 22:04 Properties\
文件 1428 2016-09-22 11:54 Properties\AssemblyInfo.cs
文件 2844 2016-09-22 11:54 Properties\Resources.Designer.cs
文件 5817 2016-09-22 11:54 Properties\Resources.resx
文件 1091 2016-09-22 11:54 Properties\Settings.Designer.cs
文件 249 2016-09-22 11:54 Properties\Settings.settings
文件 4137 2016-09-22 11:54 ShellExt.csproj
文件 29572 2016-09-22 11:54 Win32.cs
文件 3174 2016-09-22 11:54 app.manifest
目录 0 2019-07-26 22:04 bin\
目录 0 2019-07-26 22:05 bin\Debug\
文件 41472 2019-07-26 22:05 bin\Debug\ShellExt.exe
文件 42496 2019-07-26 22:05 bin\Debug\ShellExt.pdb
目录 0 2019-07-26 22:04 obj\
目录 0 2019-07-26 22:08 obj\Debug\
文件 18012 2019-07-26 22:08 obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7139 2019-07-26 22:05 obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 180 2019-07-26 22:05 obj\Debug\ShellExt.Form1.resources
文件 180 2019-07-26 22:05 obj\Debug\ShellExt.Properties.Resources.resources
文件 42 2019-07-26 22:04 obj\Debug\ShellExt.csproj.CoreCompileInputs.cache
文件 1468 2019-07-26 22:05 obj\Debug\ShellExt.csproj.FileListAbsolute.txt
文件 1012 2019-07-26 22:05 obj\Debug\ShellExt.csproj.GenerateResource.cache
文件 8428 2019-07-26 22:05 obj\Debug\ShellExt.csprojAssemblyReference.cache
文件 41472 2019-07-26 22:05 obj\Debug\ShellExt.exe
文件 42496 2019-07-26 22:05 obj\Debug\ShellExt.pdb
目录 0 2019-07-26 22:05 obj\Debug\TempPE\
............此处省略4个文件信息
- 上一篇:STKX开发
- 下一篇:wince引脚控制程序
相关资源
- C#十六进制编辑器
- C#进行单击操作、单击位置记录、捕获
- C#21点游戏windows窗体应用
- 原创WPF卫生相关文档编辑器
- 炸弹人游戏(带地图编辑器浏览器.
- C#语言Windows程序设计第二版_实验源码
- c# 模仿windows扑克游戏
- C#源码让windows系统待机休眠
- winform做的流程图编辑器-GDI+绘图技术
- C# AE属性编辑
- C#入门:基于C#的Windows窗口应用程序教
- C#的windows应用窗体开发教程
- C#Windows窗口人事管理系统
- C# .resources资源文件编辑和对比工具
- C# DLL 编辑工具
- C#接讯飞实现语音听写功能demowindows
- 两款基于Windows的桌面管理系统.net(
- nmon-windows版分析工具,非nmon analyser
- Winform C# C/S 程序 html 富文本编辑器
- 几个不错的C#.NET做的WINDOWS窗体应用小
- C# 计算器 源代码 C#计算器源代码
- 金旭亮《C#面向对象程序设计》教案
- wpf mvvm treeview 动态加载实现重命名与
- unity编辑器源代码.zip
- windows窗体的酒店管理系统
- C# Winform画图板
- Windows Runtime via C#
- C# windows窗体 招聘管理系统
- 百度ueditor编辑器 word导入功能asp.ne
- C#图形编辑软件
评论
共有 条评论