Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
Samples
|
Networking, Protocols, & Data FormatsURL Pad Sample |
||||
Download sample | ||||
Description
URLPad sample is the modified version of SuperPad sample. URLPad adds the functionality of editing any file sitting in the Web Server with ease and also help in posting the file back to the Web Server using the WebPost wizard.
More DetailsThe sample uses the URLOpenstream API's (which are the wrapped up API's for URLMON calls ) to download a file when a URL is passed to it. The file is opened in the URLPad edit box which can then be modified. This file can be again posted back to the Web Server using the WebPost wizard. The file can be opened by using the File-Open command from the menu. A modified version of FileOpen dialog is presented. There is a checkbox for selecting whether a URL is to be opened. The user can then type in the full URL path. The file is downloaded (blocked) into a temporary file. This file after editing can be posted back to the WEB Server by using the File-Save command from the menubar. Release Notes: Please go through the MSDN article or books online for the details regarding implementation of Superpad. To compile the URLPad sample, the webpost.dll file is required. For the latest version, download & install the WebPost SDK.
Browser/Platform CompatibilityThis sample will compile and run on Win32 platforms.