资源简介
vista 和win xp 下 已测试通过
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.IO;
using System.Text.Regularexpressions;
using System.Diagnostics;
using System.Threading;
using System.Runtime;
using System.Runtime.InteropServices;
namespace RefreshIP
{
public partial class Dailer : Form
{
public Dailer()
{
InitializeComponent();
}
private static Mutex mutex=new Mutex();
private Process dailer = new Process();
private void Form1_Load(object sender EventArgs e)
{
this.Visible = true;
}
#region Functions
int Desc;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 907 2008-11-14 00:03 RefreshIP.sln
文件 766 2008-06-25 16:29 Dailer\automgr.ico
文件 766 2000-03-16 23:12 Dailer\bin\Debug\automgr.ico
文件 3638 1996-12-14 01:56 Dailer\bin\Debug\close.ico
文件 5632 2008-11-14 00:05 Dailer\bin\Debug\Dailer.vshost.exe
文件 7406 1996-06-18 21:23 Dailer\bin\Debug\open.ico
文件 5604 2008-11-14 00:02 Dailer\Dailer.cs
文件 3435 2008-11-14 00:03 Dailer\Dailer.csproj
文件 12725 2008-11-14 00:02 Dailer\Dailer.Designer.cs
文件 18960 2008-11-13 23:56 Dailer\Dailer.resx
文件 880 2008-11-14 00:05 Dailer\obj\Dailer.csproj.FileListAbsolute.txt
文件 469 2008-11-14 00:02 Dailer\Program.cs
文件 1166 2008-06-24 12:56 Dailer\Properties\AssemblyInfo.cs
文件 2874 2008-06-24 12:56 Dailer\Properties\Resources.Designer.cs
文件 5612 2008-06-24 12:56 Dailer\Properties\Resources.resx
文件 1094 2008-06-24 12:56 Dailer\Properties\Settings.Designer.cs
文件 249 2008-06-24 12:56 Dailer\Properties\Settings.settings
目录 0 2008-06-24 13:01 Dailer\obj\Debug\Refactor
目录 0 2008-06-24 12:56 Dailer\obj\Debug\TempPE
目录 0 2008-11-14 00:05 Dailer\bin\Debug
目录 0 2008-11-14 00:02 Dailer\obj\Debug
目录 0 2008-06-24 22:37 Dailer\bin
目录 0 2008-11-14 00:02 Dailer\obj
目录 0 2008-06-24 12:56 Dailer\Properties
目录 0 2008-11-14 00:04 Dailer
----------- --------- ---------- ----- ----
72183 25
相关资源
- adsl 自动拨号类 源码
- pop3lib类库 +(这个不错) 附完整
- ztree应用
- 工作上
- MongoDB
- wpf gridsplit 布局
- Jsonp跨域登录 (同步登录 同步退出)
- 随机线条拼图
- C# 批量重命名文件名
- winds服务,发送邮件且禁用违法规则的
- RTX IM API 调用
- android mvp 入门级 实例源码下载14550
- C# 远程关闭重启计算机 实例源码下载
- nVelocity 模板引擎
- MCC
- c#代码
- COM口访问
- joystick,百分比可以读
- winform调用webservice
- camera
- STM32F030C8T6-FreeRTOS FreeRTOS移植到STM32F
- WPF 开发的一个简单的倒计时功能
- C# UDP 通讯,包括server和client 项目文件
- Socket编程
- 多功能QQ邮件发送(C# 源码)
- C#常用代码大全
- C# 小游戏含代码
- vs2010_C#一些编程小,非常实用
- ASP.NET在线投票系统
- WPF项目
评论
共有 条评论