CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - HTTP vc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - HTTP vc - List
[
Other
]
VC 数据库编程三部源代码
DL : 2
VC 数据库编程三部 源代码我也曾经找了很久 不过最后放弃了 于是自己开始写。VC 数据库编程三部上介绍的代码有部分是错误的,参考了http://blog.sina.com.cn/s/blog_5f30147a0100eb31.html~type=v5_one&label=rela_nextarticle后我已经成功调试成功。我写的这个程序完全实现了第9章上的功能,但也偷懒了只实现了其中的一个实例:会员的入会、退会和查询功能。大家看看就知道了
Update
: 2010-05-04
Size
: 3.97mb
Publisher
:
198run
[
SourceCode
]
ScrollBitmap_demo
DL : 0
Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Update
: 2025-02-17
Size
: 31kb
Publisher
:
徐丽志
[
Documents
]
轻松实现类VC界面http--www_5TB_com
DL : 1
实现vc界面的技术文档-achieve vc interface technical documents
Update
: 2025-02-17
Size
: 4kb
Publisher
:
木鱼石
[
Windows Develop
]
用Socket 实现http
DL : 0
一个用socket去实现http协议的程序-with a socket to realize http protocol procedures
Update
: 2025-02-17
Size
: 101kb
Publisher
:
小蔡
[
Internet-Network
]
VC++网络高级编程之七
DL : 0
HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\webpages\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft's HTTP server routines, the need to be used in building a C : \ webpages \ directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
Update
: 2025-02-17
Size
: 4.58mb
Publisher
:
张思发
[
Internet-Network
]
vc 小程序
DL : 1
是vc关于网络编程的小程序,HTTP监控器,基于IE4组件的浏览器, 基于STMP的邮件发送系统等-is on the small network programming procedures, HTTP Monitor, based on the IE4 browser components, based on the STMP send mail system
Update
: 2025-02-17
Size
: 521kb
Publisher
:
kevin
[
Web Server
]
123asyncpp
DL : 0
http编程,教你怎么使用vc进行http中上等难度编程.-http programming, teach you how to use http vc for the middle and upper difficult programming.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
英格兰
[
Web Server
]
HTTP-vc6.0
DL : 0
VC++6.0写的一个简单HTTP网络服务器.大家可以看看代码.了解HTTP服务器的工作原理-write a simple HTTP server network. We can look at the code. HTTP understanding The working principle server
Update
: 2025-02-17
Size
: 63kb
Publisher
:
张宇
[
OS program
]
HTTP
DL : 0
用vc++6.0编写的http服务器源码,短小但是他的功能很强大.-With vc++ 6.0 prepared http server source code, short but very powerful functionality.
Update
: 2025-02-17
Size
: 46kb
Publisher
:
常玉成
[
TCP/IP stack
]
VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
DL : 0
非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Update
: 2025-02-17
Size
: 114kb
Publisher
:
李茜
[
Proxy Server
]
http
DL : 0
vc 实现的一个HTTP代理服务器的设计与实现-vc realize an HTTP Proxy Server Design and Implementation
Update
: 2025-02-17
Size
: 2.02mb
Publisher
:
zang
[
Web Server
]
HTTP
DL : 0
VC MFC网络编程的HTTP实现,包括HttpServer和HttpClient-VC MFC realize HTTP network programming, including HttpServer and HttpClient
Update
: 2025-02-17
Size
: 105kb
Publisher
:
hjl
[
Internet-Network
]
HTTP
DL : 0
HTTP服务器 VC的一个 实例-HTTP server an instance of VC
Update
: 2025-02-17
Size
: 442kb
Publisher
:
yuan
[
Internet-Network
]
http
DL : 0
http协议详解,对网络编程方面非常有用处-Detailed http protocol for network programming is very useful
Update
: 2025-02-17
Size
: 388kb
Publisher
:
柳随风
[
TCP/IP stack
]
VC-HTTP-FILE-WEB
DL : 0
作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Update
: 2025-02-17
Size
: 115kb
Publisher
:
阿荣
[
VC/MFC
]
http-sinffer
DL : 0
http网络数据包截获与还原,实现分析与源码。-http network packet interception and reduction, to achieve analysis and source code.
Update
: 2025-02-17
Size
: 321kb
Publisher
:
王斌
[
Internet-Network
]
VC.GET.POST.HTTP.client.code.send.request
DL : 0
VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Update
: 2025-02-17
Size
: 37kb
Publisher
:
67
[
Sniffer Package capture
]
vc-http
DL : 0
VC Socket GET_POST发送HTTP请求示例-VC Socket GET_POST send HTTP
Update
: 2025-02-17
Size
: 34kb
Publisher
:
errol
[
Sniffer Package capture
]
HTTP
DL : 0
VC抓取网页内容,并下载保存至本地服务器,利用正则表达式提取并上传至数据库-VC crawl web content, and download and save to the local server, use regular expressions to extract and upload to the database
Update
: 2025-02-17
Size
: 2.28mb
Publisher
:
able
[
File Operate
]
vc-HTTP-POST-PHP
DL : 0
vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
Update
: 2025-02-17
Size
: 125kb
Publisher
:
henny chen
«
1
2
3
4
5
6
7
8
9
10
...
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.