Welcome![Sign In][Sign Up]
Location:
Search - wininet.dll

Search list

[TCP/IP stackWinDown

Description: windown下载类,使用wininet.dll api-windown download category, the use of wininet.dll api
Platform: | Size: 3726 | Author: ivvn | Hits:

[Ftp ClientCsharpFTP_src

Description: The WinInet.dll API is able to tunnel through firewalls - this simple FTP client will support file transfer even when your firewall has only port 21open!
Platform: | Size: 6698 | Author: 韩山 | Hits:

[WinSock-NDISHTTP_Basic

Description: 在vc环境下,采用wininet.dll,实现http协议下载文件。
Platform: | Size: 11648 | Author: 陈思国 | Hits:

[Ftp ServerFTP上传下载文件源码vb

Description: 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
Platform: | Size: 10090 | Author: 周新 | Hits:

[Windows CEwince_FTP2

Description:

使用 wininet.dll 開有 寫成的 WINCE FTP 程式  包含原始碼  可正常編譯下載 編譯的環境為ARM9


Platform: | Size: 6506851 | Author: airvc15 | Hits:

[Ftp ServerFTP上传下载文件源码vb

Description: 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
Platform: | Size: 10240 | Author: 周新 | Hits:

[TCP/IP stackWinDown

Description: windown下载类,使用wininet.dll api-windown download category, the use of wininet.dll api
Platform: | Size: 3072 | Author: ivvn | Hits:

[Ftp ClientCsharpFTP_src

Description: The WinInet.dll API is able to tunnel through firewalls - this simple FTP client will support file transfer even when your firewall has only port 21open!-The WinInet.dll API is able to tunnel through firewalls- this simple FTP client will support file transfer even when your firewall has only port 21open!
Platform: | Size: 6144 | Author: 韩山 | Hits:

[Internet-NetworkHTTP_Basic

Description: 在vc环境下,采用wininet.dll,实现http协议下载文件。-In vc environment, using wininet.dll, realize http protocol to download the file.
Platform: | Size: 1033216 | Author: 陈思国 | Hits:

[GUI Developpb9(topwiz)

Description: 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。 6。imageedit:封装了Windows自带的柯达图象编辑控件和图象扫描控件。可以处理保存jpg、gif、tif和bmp文件。 7。linectr: 统计程序的代码行数。 8。mutex: 使用互斥体保证程序只运行一个。(CreateMutexA) 9。netquery:查找网上邻居、映射驱动器等等。 10。ping: 获取本机ip和名称、ip和域名互查、判断ip能否ping通。 11。runandwait:运行外部程序并等待结束。(CreateProcessA,WaitForSingleObject) 12。splitbars:可以记忆位置的分割条对象。 13。statbar:在内置的工具栏和状态条上放置各种控件。(GetClassName,SetParent) 14。webbrower(pb8):封装Web浏览器控件。 15。winsock:使用winsock进行通讯。-Some Source Code
Platform: | Size: 1231872 | Author: chenmiao | Hits:

[Sniffer Package capture1.2.4.2

Description: 1. Sniffer traffic for the protocol TCP. 1.1. Interception of FTP logins on any port. 1.2. Interception of POP3 logins on any port. 1.3. The interception of any data from the traffic (a personal request). 2. Intercepting HTTP / HTTPS requests to wininet.dll, ie all programs working with this library. This includes Internet Explorer (any version), Maxton, etc. 2.1. Substitution .. 3. The functions of the server. 3.1 Socks4/4a/5. 3.2 Backconnect for any services (RDP, Socks, FTP, etc.) on the infected machine. You can access to a computer that is behind a NAT, or, for example, that banned from the internet connection. 3.3 Getting a screenshot of your screen in real time. -For research and academic purposes ONLY. WARNING: USE AT YOUR OWN RISK
Platform: | Size: 1634304 | Author: aidj | Hits:

[Windows MobileCallingWinINetInVBNetVK

Description: Hi All, The attached source code will help you to use the wininet.dll methods from pocket PC. This will provide methods for file transfers. Hope this helps. With Regards, M. Gangadhar.
Platform: | Size: 22528 | Author: Gangadhar | Hits:

[Software EngineeringVC_examples

Description: 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应用实例。源代码在光盘中“\13\MouseHook”目录下。 实例13-3:键盘钩子应用实例。源代码在光盘中“\13\KeyboardHook”目录下。 实例14-1:WinSock网络程序:聊天室。源代码在光盘中“\14\WinSocketChat”目录下。 实例14-2:利用MSComm控件进行串口数据传输。源代码在光盘中“\14\MSComm”目录下。 实例14-3:简单的WinInet应用程序。源代码在光盘中“\14\SimpleNet”目录下。 实例15-1:创建Access数据库。源代码在光盘的“\15\Info”中。 实例15-2:MFC的ODBC数据库实例。源代码在光盘中“\15\Enroll”目录下。 实例15-3:利用ADO查询并操作数据库实例。源代码在光盘中“\15\AdoTest”目录下。-InterfaceThread ControlThread ThreadCommu
Platform: | Size: 4390912 | Author: ajian | Hits:

[ApplicationsinterNetCtrl

Description: PB 调用网络连接控件, 调用函数库"wininet.dll","KERNEL32.DLL"-PB called network connection control,"wininet.dll","KERNEL32.DLL"
Platform: | Size: 9216 | Author: Tang Jiufei | Hits:

[Windows DevelopFTP(Wininet.dll)

Description: vb code 應用程式可以使用ftp連線
Platform: | Size: 5120 | Author: chen | Hits:

[VC/MFCVC_jishuneimu(diwuban)

Description: 本书从对Windows、Visual C++和应用程序框架的技术性概述入手,讨论了下列课题:  基础知识——事件处理,GDI,对话框,内存管理,SDI口MDI,打印,以及帮助;高级课题——多线程,DIB,ODBC,DLL;ActiveX——创建文档对象和ActiveX控件,COM,自动化,使用支持COM的各种向导和编译器扩展;Internet的C++编程——Windows,MFC WinInet,以及为Microsoft Internet Information Server进行ISAPI扩展编程。 -This electronic book was originally created—and still may be purchased—as a print book. For simplicity, the electronic version of this book has been modified as little as possible from its original form. For instance, there may be occasional references to sample files that come with the book. These files are available with the print version, but are not provided in this electronic edition.
Platform: | Size: 7821312 | Author: feifei | Hits:

[Windows DevelopSetProxy

Description: 利用wininet.dll提供的API,设置代理服务器,并利用代理下载文件。使用的API方法有InternetOpen()、InternetConnect()、InternetSetOption()、InternetReadFile()等。-It s a program to provide a solusion to set proxy.
Platform: | Size: 44032 | Author: Vincent | Hits:

[Ftp Clientftp-02

Description: 使用wininet.dll来实现ftp功能-useing wininet.dll for ftp
Platform: | Size: 3072 | Author: leison | Hits:

[Windows DevelopWininet

Description: WinInet.dll详解 利用WinInet.dll编程- Detailed WinInet.dll use WinInet.dll programming
Platform: | Size: 33792 | Author: silva.gao | Hits:

[CSharpWinINet

Description: Win csharp dll source
Platform: | Size: 2048 | Author: Krishan gahlot | Hits:
« 12 »

CodeBus www.codebus.net