Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #66848
Dot Net CMS Portal

Dot Net CMS Portal Free Open Source Asp.Net CMS Portal www.dotnetcmsportal.com Simple setup, easy to manage everyday content This is only one Asp.Net CMS Portal for end users not for developers Easy to embed any open source, premier, mobile (iPhone) web templates More than 40 pre-build CMS controls, with dot database. Demo sites, free CMS packs with templates, tutorials, reviews and many more... Visit www.dotnetcmsportal.com

ASP_Volume3 #62381
iXCopy Interactive XCopy Utility 3.1.0

Version 3.1.0. iXCopy. SIGNIFICANT UPDATE. Multiple source data selection feature is now added, allowing you to customize the iXCopy process to handle only the files and folders you choose... Interactive XCOPY, is a fast user-interface that emulates the Xcopy DOS command, allowing the user to copy or backup a file or group of files or folders interactively. The application works by copying all files from within a source path to within a destination path. This is important in typical backup scenarios. Options to copy only modified files, only new (or newer) files, or only files that already exist within a backup location, to reset the archive flags on the files copied, and an option to include subdirectories are included, and to include EXCLUDING common folders, such as the Windows folder or the Program Files folder, and ignoring hidden or system files/folders. Also featured is a command line reporter that will generate a command line sequence, which you can have the iXCopy utility generate a desktop shortcut for, with which you can use to later repeat the selected operation (backing up certain folders is a often-repeated practice). If you have several archiveal operations that you would like to save in a batch file to run all at once, iXCopy has another option to generate such a batch file, or append to an existing batch file. The shortcut or batch file will in turn invoke iXCopy and supply it with the options that you had selected. When executed from a shortcut or batch file, each instance of iXCopy can be instructed to exit when it has completed its operation (Batch files can run numerous copies of iXCopy simutaneously, speeding even complex data copying requirements). I originally wrote this utility under VB6 in 1998, as XCPY, to back up valuable proprietary company source code, reports, and databases to an archive server. It has been in heavy use in numerous offices for better than the past decade, allowing its users to initiate complete or modification-only backups of their data with a simple click of a mouse button. This version include many new features beyond those featured for the older VB6 version, such as many more options, a better estimated end time calculator, an option to exit upon task completion, and active total data size left report, any many other features. Please note that this version of iXCopy will prompt you through a standard User Account Control (UAC) dialog to aquire administrative permission to run under Vista (Windows 6.0) and Windows 7 (Windows 6.1). Many backups require copying data for which the system will demand such permissions, accessing system folders such as System32, Program Files, and Program Data, and Vista and Win7 are more stringent in this regard than previous versions of Windows, such as XP or Win2K. Version 3.1.0 features selective backups, where you can select only the files and folders within a drive that you want backed up. Now, you can browse anywhere within a drive and choose only the folders and/or files you want to back up, no longer confining you to just a single source folder or drive. Also, you can now import and export configurations to *.IXC text files, which allows you to save multiple file and folder selections. The Help dialog has also been expanded to feature two pages of instructions. You can also view the current selection options using the new VIEW SELECTION DATA button, where you can manually edit, load, and save custom selection lists. NOTE: When this program starts up, because it may need to copy protected file and folder that you may select for backup, you will always be first be prompted with a USER ACCOUND CONTROL form to get permission to access any protected folder/files you may select for your backup. This is access through the project property's Application UAC Settings.

ASP_Volume3 #59028
fsStats Version 0.4.2

A complete application to monitor hits and page views to your website. It maintains a database logging data about your users through the use of a clear gif image. You can then view the statistics concerning the number of hits you have had, page views, browser types, resolutions, color depth and operating systems. Easy to understand commented code. Now I have added support for templates as well as fixing a bug concerning the referers. Also now shows graphs for page views by time of day, day of week, day of month and month of year. Plus it can trace click through paths, showing how long people spent on the page and which pages are most popular. Visit website http://www.dotxsolutions.net for support. UPDATE: Now with many bug fixes and an improved browser and OS detection engine

ASP_Volume3 #46916
Offline Disk Browser v1.0.33 UPDATED

Offline Disk Browser is a utility that enables its user to store the contents of any CD-ROM into a database so that filenames and the nesesary details inside the CD-ROM are available whlist the CD-ROM is not inserted inside the computer ... It can save or display specific file types or file attributes that the user can choose. It offers Offline and Online searching, meaning that it can search for somthing in the database or in the hard disk or CD-ROM. I am sorry of my previous post not containing the code (Well here it is... Enjoy!!!). If you have any other problems email me at [email protected] If you like my litle creation then => RATE IT

ASP_Volume3 #45667
TIFF Tag Add to Header Program

Add one of the Text Tags to a TIFF Header. This uses a Visual C/C++ DLL (all source is included). ***** Now includes the 16 and 32 bit versions of the DLL.

ASP_Volume3 #66822
XML Code Editor

This is a XML editor using pure XML code only. Features include, syntax highlighting (needs altering), tree-view, web browser preview, XML templates, dtd & xsd validation. This is my first attempt at a simple XML editor, with version 2 currently in process. As always any feedback will be welcomed

ASP_Volume3 #47124
Modern Progress Bar - With AVI like animation and Time remaining.

Progress Bar. No API calls , NO OCX , just plain , good looking and nice. Runs on a seperate form so it can be called modally.

ASP_Volume3 #62292
Dynamic Form Field Capture

This code will caputre all fields in an HTML form and create a template for a VBScript function that passes the fields to a stored procedure.

ASP_Volume3 #48628
Easy telnet server

telnet server that accept one client

ASP_Volume3 #47856
Best Shell & Wait (No API's!)

Makes it easy to perform a clean "Shell & Wait" where your applicatoin kicks off an external application and waits for it to return before continuing. Many shell & wait examples I have found tend to overdrive the proccessor in a loop or require you to make API calls. This one uses the Windows Script object to take advantage of it's built-in wait parameter on the .Run method...scripting's version of Shell.

ASP_Volume3 #59705
ASPy 2003

One File Footprint.A Complete Remote File Management Utility. No Dependency Upload (Multiple Files). Anywhere Download. Password Locking. Edit Files. * Now Has SQL Server Query Analyzer *

ASP_Volume3 #60262
Display files within a directory in a good format

Lists out all the contents of a particular directory in a readable format.

ASP_Volume3 #60263
How long has your page executed for??

See how long your page has run...very simple...a few lines only..

ASP_Volume3 #45356
Smooth Scroll Tile Engine

This quite complecated code is very cool if you are into tile engines.A tile engine is a piece of code that draws tiled pictures. My code lets you scroll smooothly though the game level and hopefully advanced users can use this code for their own games and things. One more thing, This code is VERY VERY VERY fast. about 8 lines to use in your inner loops and it's not even optimized. Try It!

ASP_Volume3 #46044
How to know Internet Explorer current URL

I search to know what is the current URL of Internet Explorer. There is solutions with DDE and subclassing in this area but I want my code work under Word. This code work in VBA and VB. More, you can detect if IE is open and make it navigate to a special URL (your site ?). Learn more at http://www.c2i.fr

ASP_Volume3 #48684
Aol Instant Messenger Chat Addon

THis program is a addon for AOL Instant Messenger Chatrooms. You can also access great options with the type of a few keys to make chatting more fun.

ASP_Volume3 #45350
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

ASP_Volume3 #58852
Forbidden Words Filter

This function replaces forbidden words, that you can define, with ***.

ASP_Volume3 #48681
Read/Write Files with VBScript

Read and write textfiles with VBScript.

ASP_Volume3 #44917
Get file info (without API)

Gets the following information from any file: CompanyName FileDescription LegalCopyright ProductName FileVersion ProductVersion InternalName OriginalFilename Basically it's the same information you glean from a file's properties. Uses no API whatsoever. UPDATE 10/26/00 ------------------- Fixes the problem of reading smaller files that don't have the StringFileInfo section padded with null characters. UPDATE 10/30/00 ------------------- OK, now it's perfect. Before it wouldn't find certain characters because some files are ignorant and in turn screwed up the return value but now it's all fine. Use it.

Languages
Top Categories
Global Discovery