Results for "Volume: 2_2002-2004"
Allows you to edit your database online. You can add, edit, and delete tables, fields, and records. This also shows how to allow custom SQL statments like adding a autonumber primary field. Probably a few bugs because I an pretty new to ASP and SQL.
This is the newest version of my password generator. PassGen 2.5 is a moderately sophisticated psuedo-random password generator. It has many different generation password generation methods, with more to come in the future. It supports psuedo-random password generation based on the system timer, seed number and passphrase. It can make many passwords in one go and can make passwords up to 999 bytes (7992 bits) in length. All that with a stylish interface makes it a very capable password generator. Definately on of the best I've seen. See the readme for mor information.
Break down large recordsets into simple pages without all of the math work! This simple class acts as a wrapper to hide the grunt-work of the ADO Recordset paging feature. PageSize and AbsolutePage are handled on the backend, and exposed in their place is an easy to use 2-D array that contains ONLY the values you need. The navigation controls are automatically handled, and a function is even included to display the page of results in tabular form for you! An example page is included to show how easy it is to start separating your recordset results into pages. This is also a good example of VBScript classes.
Stretch an image to another size. Truly fail Safe code works even with invisible source image. You can save the newly resized image with additional VB coding.
This Application checks for emails using outlook. MS Agent will popup to announce how many unread mails you got. Configuration is added to choose which MS Agent to use and the Time interval use to check for mails. New modules was added that would make MS Agent read mails just like talking buddies. This program is an emailware, so email me at [email protected] if you find this usefull. Complete source code included.
To learn the use of cookies and session object. Creating, deleting of cookies. Implementing the remember password utility, to avoind future prompts for login information. also, has the code, that asks the user if he is the right person and if he is not, it logs him out of the site and takes him directly to the login page, to login as a new user. The old users cookie will be automatically deleted.
VERSION 1.6 RELEASED! New features and enhancements. This control allow form docking capabilities. The advantages of using the TabDock and TabDockHost is that you don't have to re-design or change any line of code of your existing forms in order to have docking capabilities.
Need a nice screensaver? Want to be hypnotized by spinning dots and circles? Trying to learn how to use PSet? Trying to learn how to make a class module? Need to know how to use Sine and Cosine to make a circle? Or do you just want to see something cool!? Well, this is the answer to all of those questions, and more! CSS (Cyclone ScreenSaver) creates multiple circles of spinning dots that move around your screen, like a cyclone. It also has a tutorial (included in the source) explaining the use of Sine and Cosine in creating circles! CSS is fully commented, and is a ready to go screensaver. If you want some neat effects, and a great screensaver... Check out CSS!!
This tutorial shows how to find a point on a circle (with any radius), using only the degree of the point. It teaches the use of Sine and Cosine in doing so. A great tutorial if you are going to be manipulating circles!
My Code replace the Titlebar within your App.The special about it is that you can choose the colors of the Titlebar.And you can use Menus in your Form.When you like it please vote for me ;-))
This class wraps the MSXML.XMLHTTPRequest to allow a simple HTTP FORM POST. A sample program and FormReceive.asp handler is included.
News System 1.2 is a dynamic new manager that can display new articles according to the current date. Articles can be set to appear in the future and articles can stop being displayed at a specified date. New Features & Bug Fixes in NewsSystem v 1.2:_ Better Security. "Remember Me" Button for administration area. Multiple deletion of news articles, users and images. Log File for administrator to track users actions. The ability to ban users access to the system. Printable version of news stroy. Java ticker tweaked for better performance. News storys dated, and shows author. Many minor bugs fixed. Demo at: http://www.freeasphost.co.uk/danimal/NewsSystem/
This code demonstrates the use of Multiple HotKeys in a single application, with each key assigned a different function, You can set the hotkeys of your own choice, no matter how many...
Alot of people want there programs to be more popular, this is the way, if you have the only program that will save to a particular format, then everyone will HAVE to use your program to open there files. And it will HAVE to become FAMOUS!!! Plus it's really cool to have your own Extention. My programs shows you alot of stuff: 1)How to make your own Extention 2)A simple way of formfades 3)How to save useing Common Dialogs Filters 4)How to copy a picture to your Clipboard 5)Comes with detailed Instructions It's simple for any begginer or intermediate!!!
Michael has a few changes. Just read the Readme.txt file that comes with him. The code is kinda large and I apologize if anyone has any problems following it. I tried to keep comments on almost everything. Anyway, check this out and please rate it. I know this isn't true AI, it is mostly string searching, but hey, it's still kind of interesting. See what Michael will say to your questions or comments. :)
Make fast calculations in the same place and keep the history of the value u got in the tooltip.
This is a typical poll program. The special thing about this one is that you can add multiple questions, that's good for more exact polls. There is a good administration part where you can edit this poll without any asp coding kow Try it, it's cool, it's free.
This code returns a boolean expression that declares if a string is a valid email address or not. It returns true if the string is valid, false if not
My code creates Transparant Forms.You can choose the Transparanty value (from 0 - 255).All other Controls placed on the Form are transparent,too.I you like and want to support me, vote for me ;-))
This code draws picture based stars using directX 7. The code is heavily commented and simplified.