资源简介
【实例简介】
批量下载陕西音乐广播超级麦克风节目录音
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
using System.Text.Regularexpressions;
using System.Threading;
using System.Windows.Forms;
using Microsoft.VisualBasic;
namespace 神器
{
public partial class Form1 : Form
{
public int Num = 0;
private string _name = ““;
private string _url = ““;
public Form1()
{
InitializeComponent();
Setstyle(Controlstyles.UserPaint true); //自绘
Setstyle(Controlstyles.DoubleBuffer true); // 双缓冲
Setstyle(Controlstyles.ResizeRedraw true); //调整大小时重绘
Setstyle(Controlstyles.AllPaintingInWmPaint true); // 禁止擦除背景.
Setstyle(Controlstyles.OptimizedDoubleBuffer true); // 双缓冲
Setstyle(Controlstyles.SupportsTransparentBackColor true); //透明效果
}
priva
- 上一篇:贝叶斯基本分类
- 下一篇:极速北京对时(VB.NET代码)
相关资源
- C# 邮件群发示例 源码下载18952
- Word文件转Html文档目录
- C# 显示磁盘目录信息
- Jquery 相册插件 完整
- Jsonp跨域登录 (同步登录 同步退出)
- C# 简单模拟功能以及ping
- 提取exe dll文件中的 资源图片文件
- iis6建站工具
- web api 文件管理器(附文件上传以及
- WinCE6.0模拟器 (支持Win7、WIN8) [电脑
- android mvp 入门级 实例源码下载14550
- C# 远程关闭重启计算机 实例源码下载
- 获取所有逻辑磁盘目录
- 音乐风景桌面
-
C# 播放MP3音乐文件(axWindowsMediaPla
- C# 用递归的方式查找指定文件夹下的
- 简易音乐播放器源码(axWindowsMediaPl
- 百度图片器C#源码
- C#实现多方式文件
- 根据记事本中的文件夹名,复制指定
- 读取磁盘文件(简易版资源管理器)
- c-shap-chat c#聊天程序源码
-
pla
yer 用c#编写的音乐播放器。可播 - treeview c#编写的目录树(treeview)文件
- C#中的WebClient类编写整站软件
- C#音乐播放器源代码
- C#解压缩文件夹保存目录结构
- c#期末大作业
- C#歌词文件
- C#创建EXCEl模板
评论
共有 条评论