资源简介
代码片段和文件信息
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;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 479232 2011-11-06 08:06 Setup1.msi
文件 428032 2011-11-06 08:06 setup.exe
----------- --------- ---------- ----- ----
907264 2
相关资源
- 动态抓取IPC#实现
- Multipart解析类库源码(HttpMultipart)
- asp.net 网页静态化组件(shipingx-Stati
- DotNetZip 解压缩 以及分卷压缩类
- C#批量解压缩桌面程序源码(ICSharpC
- jquery toolip
- IconPanel ToolTip
-
ExtJS 2.x 与Google Maps ja
vasc ript API - android 开关按钮 SlipButton
- C# 检查代理IP是否可用 程序源码
- 网络(IP)提取器(C# 源码)
- ICSharpCode.SharpZipLib 压缩文件(源码)
- IP地址及手机号码归属地查询
- 自动更换IP地址
- 单线程IP地址扫描
- NamedPipes-master(附客户端以及服务端)
- 1252056375_ddvip_2352 C#下基于WCF的聊天程
- GDIPlusCFCode GDI+for wince
- TCP-IP C#写的TCP的client和server的程序
- Using-GDIP-on-Windows-Mobile
- STM32F0xx_StdPeriph_Lib_V1.5.0
- iPhoneUI 仿iPHONE UI C#源码
- C# 气泡提示BalloonTip
- 西门子S7-200SMART TCP/IP 通讯连接库C#
- C#实现的脚本引擎
- C#编写的MIPS汇编模拟器
- InTheHand.Net.Personal .zip
- C#下TCPIP的客户端和服务端的代码-wi
- C# 初级网络电话源码 已经编译通过绝
- TCP/IP C#最简单例程,客户端,服务端
评论
共有 条评论