Results for "Volume: 7_2009-2012"
Allow easy input and retrieval of images into an SQL database. Includes class file for easy implementation into your own program and a second project based on making the class into a dll for a IIS server. Will allow you to show pictures from you database on a webpage, input pictures into a database, remove the picture, retreive the picture plus more...
This code is an update of my previous submission. I put in code to convert database info to a comma delimited file, and to fill a listbox with data. I'm still working on it to do more things (SQL searches, etc.), and I'm going to do images,and things like that. I'm also going to improve the conversion to HTML to make it even better. Have fun with it!
A fast and easy way to rename files in bulk. Features include an Explore like interface with the ability to sort files in different ways, preview the changes, and undo your most recent rename. You change the file extension, make all file names lower/upper/proper case. Replace, delete or insert characters, add prefixes and suffixes, or replace the names altogether with a sequential name of your choice. By using the check-box before the file names, you can apply different changes to individual files. Click on the Apply button and all of the files with New File Names column filled will be changed. (Update: Added additional features)
Gives your users the look and feel of a help window. I use this method because I love Visual Basic, but with the run-time libraries required, the application download is large enough without adding help files to it. This way, I can store my help files on-line. This is also handy because I can update the help documentation without the user having to download any updates or patches!
A small sub for 3D Text on a Form or Picture box. You can define the depth of the Text, the color, the font and the fontsize.
WEB DOWNLOAD USING WINSOCK CONTROL Download web pages (http://www.whatever.com/default.htm) and graphics (binaries) from web servers using only the Winsock Control. Binaries are saved to hard drive in your application path. Works with proxy servers too!
DBDocumenter, an interactive tool designed to generate SQL Server 2000/2005/2008 documentation. It supports, export of documentation to HTML(WEB) format. It helps the developers, Those are design the Data Layer for the application. They can easily find the name of columns, name of stored procedures, stored procedure Parameters information etc...
Complete sourse and DB for online shopping cart. Can be easyly changed for other purposes.
Tcrypt has no text formatting available now but the encryption doesn't stuff up and random numbers are used (they work like a key, you need the same number to decrypt it) to make sure the encryption will look different every time. It has a multiple document interface and Encrypt and Decrypt buttons with a progress bar. Please vote since i made this only to put on this page.
OK, this is a Microsoft joke. It displays the HIDDEN MANUFACTURER'S SETTINGS for Windows, Office and the Internet. Really funny.
This programme can support the text extraction from the text file with any file size... Although its hard to believe but its code ranges from 4 - 5 lines. Don't open this code if you don't dare to vote for it!
myLittleCalendar allows you to easily add a calendar on all your ASP pages. myLittleCalendar supports international settings. You can easily set properties to display the calendar in your own language (default language is English). You can even choose the first day of the week (default is Sunday) according to your regional settings. The .zip archive contains a wizard and several samples myLittleCalendar is written as a script-component; so you can use it even if you are not allowed to install component on your web server.
This code shows you how to do docking or snapping (however you may like to call it). It has two docking styles -- one is with a timer and the other one is just a normal one. You can dock one form with the other, and you can also dock, any of the forms, with the screen ends.
Encrypts and Decrypts a file. This is not an "uncrackable" type of encryption but once you can understand the basics of this type of file encryption you CAN make better ones than me. This is just a quick example of basic encryption. Highly commented to help beginners. There aren't many good examples on PSC, maybe this one is :), to me, comments are more useful than votes. simple Encrypt / Decrypt.
You can make you form just like a Window.. in fact just like microsoft windows, window... :)
This is a refer a friend script that will send an email to and from specified addresses using CDONTS mail. It allows visitors to input their own text, and has been formated to provide a footer to the end of each message identifying where the message came from. Place the referral.asp in your cgi-bin. This is the page that processes the sending of mail. If you like this code.. please don't forget to vote!
This is an example on how to make your programs have a trial counter on it.This example uses VB's "SaveSetting" and "GetSetting" to the number of times the program was opened. I made a function in here to detect how many times it was open and if the number of times open is greater than the number you specify, then it displays a "Trial Over" message and exits the program. And also, if you wanted to add a "Register" part, I Included a "Reset TrialCount" feature so if they register it, make it "Registered" and stop the trial count. This is perfect if your working on a program and want it to be Shareware.
NOW With SOURCE! (Last time I haven't included it) .I have recently submitted a code, which downloaded a picture from a webcam. With this code, you can add your own links to webcams and other often-changing pictures to the programs database and view it simply selecting from the menu. This program also implements a favourites list what has it's own menu. Just look at the picture and download it. Oh, and please don't forget to vote for it and send feedback. Thanks.
Look out, this is a really professional AboutBox. Really USEABLE !!! including all formatings like version and Application Title.
This is a must see. This project lets you Add objects to a form and lets the User move the object anywhere on it, I also made it so that the object couldn't be moved off of the form. You can also Rename or Delete the object by Right Clicking them. The best thing about this is that you and Load and Save the Objects to/from a .dat file, It saves each open Object's: Top position, Left position, Caption, and Visibility and then is able to load that info. This is a perfect example For you programmers who want to make a program that lets The user move objects around on the Form. See the Screen Shot..Here's an example on how this is useful..Visual HTML making programs...Like FrontPage or Macromedia DreamWeaver...They let the user add objects and lets them move it around. (Input Button, Option Button..Checkbutton...etc