Results for "Volume: 2002C"
This allows a user to send an instant message to other users on a network. It includes storable "mailing list" capabilties, customizable message "macro" buttons, and an optional customizable message header.
Using the Windows Scripting Host this VBScript retrieves the users favorites folder and loads the url links into an array, then goes to each site for three minutes.
A simple shopping cart program. It uses the dictionary object to store data in the session. It pulls all information from the included database. I used a fake company name and horrible graphics but, the code works nicely!
This code takes input from a textarea and replaces carriage returns with the HTML line break BR...
This is an example application that demonstrates Html Syntax Highlighting. It currently Color Codes Html Tags, Html Attributes, Comments, and ASP Tags in different colors. It highlights when a file is opened, when a user types, and when tags are inserted. It also maintains color coding as a user moves the cursor in and out of a tag using the mouse or arrow buttons. It also handles pasting text into a textbox. This application is complete and contains a demostration of every part of the code. Please check out http://www.codearchive.com/home/eric for my other projects.
The first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies.
Keep them coming back for more... "CONTENT, CONTENT, CONTENT!" is the mantra of today's successful web sites. Current, interesting, entertaining and high quality content attracts visitors who will return to your site. In an effort to maintain dynamic site designs, developers have turned to Active Server Page technology. This allows information to be stored in databases and lets the site effectively become a dynamic database publishing system. One rather simple piece of code can keep surfers coming back for more: Random quotations displayed prominently on your web pages.
Well, i saw all the submissions on FILE copy, and i decided to share my buffered copy class. Worth a look if you are looking for a screamming fast file copy (excells on large files and floppy disk access - physical reasons:), oh, and before i forget... it has PERCENTAGEREADY support... u can update a label or a progress bar with it.
Set Mouse Trails
You know the hex read out that a hex editor would give you. It does create one of them using a hell of a lot of string manipulation and intellegnce. It is about as quick as VB would let you get and the princible can be used for just about anything envolving file manipulation, encoding, string manipulation, etc. Future versions will include a save function (easy enough to do but i dont have the time to do it now!) and the code will work in any version of VB (although you may have to copy and paste it from notepad 'cause the code was done in VB5)!
This will take an object on a form, and place it in the center of the screen. Good for password protection programs that take up the whole screen, this will ensure that an object that you want in the middle of the screen, will remain there for any resolution.
My purpose for this was educational. I was trying to learn the Scripting.FileSystemObjects which were not documented well at the time. You can use it for educational purposes, or to test the security and see how well your server's NT user permissions are locked down (for instance, if your anonymous user can browse and download files from your WinNt directory (which is usually the case!), your permissions are probably not quite up to snuff)
This is a simple demo on how to implement the use of the keyboard's arrows keys to scroll a picture box. It also shows how to set the Max property of the scrollbars in order to work properly.
Show up the Windows's Shell About (Help>About explorer) with your own application information and icon
This is a basic redirection script based on the domain name. It is usefull if you are hosting multiple sites from one IP address.
This Active-X control I created let's you import a picture, and have it be full size, and automatically adusts scroll bars etc.. Fully customizable, and holds most of the same functions as a picture control. Even apply APIs to this control, because the hDC property is included.
INI Read and INI Write made simple. I included examples in each function. If you like my codes, then please vote for me. But only if you like them. Thanks =)
NEW UPDATE ON THE WEB SITE! THIS CODE IS ONLY AN EXAMPLE CODE This code will allow you to create your own Geocities on you site so that you can offer your users the ability to create their own websites. It is loaded with options like file upload, max space allowed, full online browers web site editor.
(For Newbies wanting to find out the following). Information on what you find in BJ's How to Get... (BJ's How to Get... Readme.txt can be found in BJ's How to Get Directory) The Directory you can find them in 00: How to Get All - (BJ's How to Get)* 01: How to make a Basic Calendar. - (BJ's Basic Calendar)* 02: How to get colours. - (BJ's Colours) 03: How to Copy Files. - (BJ's Copy File) 04: How to Delete Files. - (BJ's Delete Files) 05: How to Disable the [X] on the top form. - (BJ's Disable Close Button) 06: How to add info to E-Mail. - (BJ's E-Mail) 07: How to make an Image Combo. - (BJ's Image Combo) 08: How to make an .ini file. - (BJ's Make INI) 09: How to Use a Multi Undo. - (BJ's Multi Undo) 10: How to make a Popup Menu. - (BJ's Popup Menu) 11: How to access the Registry. - (BJ's Reg Example) 12: How to Rename Files. - (BJ's Rename Files) 13: How to access the Systems About Box. - (BJ's System About Box) 14: How to get an elapsed time. - (BJ's Time Elapse) 15: How to add an Icon to the Icon Tray. - (BJ's Tray Icon) 16: How to make you own Trial Application. - (BJ's Trial Version)* 17: How to get the Windows Directory. - (BJ's Windows Directory) If you have anything in mind to add to this just E-Mail me. Click on E-Mail on any of my apps.
MyLogin is created entirely in ASP. With just a few simple steps you can password protect any of your pages without knowing how to code ASP (But it Helps!) You can assign individual access levels or you can assign Group access levels. You an also assign Expiration Dates on Groups or Individual Levels. MyLogin uses a DSNLess Access database so you will not have to set up an ODBC. Best of all MyLogin is absolutely FREE!