Results for "Volume: 2_2002-2004"
This is a code fix update to my original Easy Librarian application. My apologies. I wrote this for my father to keep track of all the books he owns, though it could be easily adjusted for other media, such as CDs or DVDs. It can also serve as yet another introduction to ADO programming. The code is fairly heavily commented and should be pretty easy to figure out. Comments/Criticisms/Suggestions welcomed. --------------------------------------------------------------------------------
This code should explain the bubble sort ! Bubble sort is a sort algorithm that sortes string in very fast way. There are many sort algorithms but this is the best !
This article demonstrates how to get the ID of just inserted database record using INSERT clause.
It's basically just like an etch-a-sketch, but on your computer! No purpose, but it's just fun.
I searched the web everywhere for an easier way to dynamically generate ttx files for ASP reporting in Crystal Reports. After hours of fusteration, I built this app. This application will dynamically generate a crystal reports .ttx file from your MSSQL Database. Any Comments/Suggestions are welcome. Please note: This is a somewhat simple application that was developed in about 2 hrs so I am sure everything is not perfect! Requires ADO 2.6, MS SQLDMO object references, and a SQL Server.
IssueTracker is a project management / bug tracking application. You can configure the system to your own needs. Change department, priority and status. Add employees, departments and projects/clients. No Copyright on IssTracker because I have got lots of code and ideas from PSC so I wanted to give some back. Just vote for me
I've looked long and hard trying to find a method to do a mass email using graphics...but to no avail...so, I wrote this simple program to send HTML email...just attach to a data source, and you're on your way...(by the way, you won't believe how easy this is!) Let me know what you think???
This is an advanced version of the folder walkthrough code I had posted earlier. I'm sharing this with everyone and welcome any modifications and suggestions. This allows you to delete files, download files (even known types) and the best option of all - view files in the browser - source code and all - really useful when you want to see the code of an asp page instead of the output html file. I have added the paging feature on Tom's recommendation. Now you can decide the number of files to be displayed per page either through the code or through the querystring. Useful when you have a large number of files in a folder - You might experience a timeout as Tom found out.
Simple user Registration form..., Database that used is Access 2002
How to incorporate the Windows Shell Context Menu (the one that appears when you right-click on files, etc) in your programFound this on the WEB, and id like to share it with you. The original author is in the comments. Modified some. Enjoy!
This program converts fahrenheit to celsius and back again. Very good working example.
Source code of a Control, subclassing the MSFlexGrid, to create a Hierarcical Grid (like Treeview). But, as in a MSFlexGrid, you can set individual fonts, colors, even pictures on any cell.
Top Sites script, let your visitors add there sites and then get there visitors to come to your site to vote for there website website, for it to be the best, the top site :) Ive basicaly created this script for my sites online website compertision which is opening soon. The script donst use cookies because if it did those who have them turned off wouldnt be able to join in. It includes everything you need to get started, and is well commented.
This program will protect folders from being opened without a password. The only problem with this is that it won't werk if the folder has been renamed! If you know the code to protect a folder from being renamed then please Im me(xMEminemMx) or e-mail me([email protected]). I really didn't want to post this up here because instead of people voting or commenting on it they will jus d/l and steal the code and change some stuff and say they made it, I spent a lot of time debugging and fixing this to werk so please if you like the code then vote for it and use it for what ever you like, also please send in comments.
This function computes for the date of the first day of a given week of a given year.
Who says you can't teach an old dog new tricks! Same old BoS, but now with a FULL start menu, including ALL of your programs from Explorer! Also, there are now constants for the path to your desktop and start menu folders! With all the features of the previous bos' - translucent windows, alpha shadows, desktop icons, skins, integrated popup messaging, an integrated skin downloader and more! Join my club at http://clubs.yahoo.com/clubs/tipshelpandmore
Captures Screen as fast as it is possible, I myself have used that old method of sending a PrntScreen Key deal, but this is HOT, it just uses Bitblt... Might come in handy for that guy who is making BOS or whatever its called. Capturing the screen though any other method is only doomed to be slower :)
Keeps the form the same size no matter what, while your form can still look good with the MIN/MAX buttons....Makes a cool effect when those buttons are Pressed
This code snippet will compact your Access DB online. You can do this via a web browser!
Compact and Repair You can use the "Compact and Repair" function in Access from ASP code. The following code is an example of how this can be done. Note that when you decide to "Compact and Repair" your Access database, some autonumbers can be changed. Access makes all autonumbers consecutive. This code uses one database, but I'm sure the code can easily be changed so that the listbox displays, for example, all the databases in one folder.