Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #150927
Monitor mouse and keyborad

Monitor mouse movement and key presses globel wide. This code will check for mouse movement or keyboard presses. Works like a screen saver. It is globel wide. Not window dependent. You could use it to monitor input or to detect whats keys have been pressed. You could use it as a independent screensaver. You could use it to shutdown your computer after certain amount of time has passed without any key or mouse movement. I can think of lots of things it could be used for.

4_2005-2006 #160825
Session Timeout Warning

Warn users about Session Timeout 5 minutes before it happens.

4_2005-2006 #149927
r.a.d.(remote admin)

Allows 100% remote administration of a computer with a terminal interface. Everything from registry access to running process control, hard drive access, network access, etc...Includes login security, please read the documentation before compiling and running r.a.d. so you are informed of how r.a.d. works, and how to use it with your system or your remote system.(uses winsock)

4_2005-2006 #152840
Dir Tree View

Displays a list of all the drives and folder s in a tree view control just like Explorer. Please note: I did not write this code, it has just been compiled into a usercontrol so it is easier to use. Thanks to Marek Letosnik for the base to this code. You can customise this code easily to get it looking how you want it. I have changed some stuff to make it look better as well.

4_2005-2006 #152888
Snakes and Ladders

This is a snakes and ladders game. Not all of the squares are on there, but I may update it soon if people like it. I haven't seen any other board games on here as of yet, I think this is the first.

4_2005-2006 #158735
Prevent Enter Key from Submitting your Forms

When searching online for "How to prevent a form to be submitted by hitting enter" you'll find many (mostly unsatisfying) creative solutions. I think that my solution will work for most of the cases. Just follow the neccessary steps in the following article. If you like it please vote! ;)

4_2005-2006 #165374
Another Installed Components Scanner - the most advanced one

This script will check your IIS for installed components. At the moment, more than 700 components are supported and the list is still growing. Note that you don't have to update the script because it dynamically gets the list of known components from one central server, always providing you with the up-to-date list of supported components. As default, the script will check the the server for all supported components, but you can always check for your own, too. It's free software under the GPL. But I require to give credits to me. Check out the live demo and the most up-to-date version at http://www.bier-voting.de/objcheck/ New: Descriptions and links

4_2005-2006 #168918
KBC(quiz)

QUIZ

4_2005-2006 #150792
Sentinel v3.0

Encryption / Decryption. Update from Sentinel v2.x which had a weaker key schedule. Incorporated here is a CRC32 and Timediff function to determine SKeys. This is a much stronger enevelope. Does any type of file and single or multiple files with or without compression (PKZIP2.5). Very fast and very secure! Enjoy

4_2005-2006 #168485
University information system

This is a complete program to perform the university information system. This program also include graphics and sound.

4_2005-2006 #150638
CodeLib V2

A long time I hesitated about submitting this or not. Finally I made up my mind. The CodeLib V2 is a database-kind of program that stores codesnippets,functions and subs to make programming easier. There's taken care of the layout of the forms, and it uses my award winning T3D-function a lot, together with other stuff I developped, such as my MBox (alternative messagebox) and IBox (alternative InputBox). The result is very good, I might say. Anyway, to make a long story short: Select a code, function or sub, put it on the clipboard (with a button !), go to your VB-project and paste (ctrl/V) the code where you want it. Created a new reusable code ? Start up the CodeLib V2 and add it to the database. Want to replace a certain code with a better one ? Want to rename a code ? Want to move a code to a different category ? Want to delete a code ? Want to add a help-file ? Want to add some notes to a code ? Want to EDIT a code ? Want to print the code ? Want to print the helpfile ? Want to ... As you can see, this is a fully working program that I use a lot when I'm coding. The CodeLib V2 (zip) is about 223 kb, but it has it all: the source, CodeLibV2.exe, data (about 70 different codes, all tested and working fine). I hope you're as thrilled about this as I am. And I don't want to receive mail like "this sucks" or "the worst thing I ever seen", etc... This is GOOD CODE ! It works fine for me (VB6 enterprise edition) and I didn't found any bugs so far. The helpfile can be read with notepad, but will also be loaded in the program. In the helpfile, you have a small button "send mail". This will start up your e-mail prog and link directly to me. Do it ! A final note: this isn't a database prog like acces, or works with ADO, all code is stored in a sequential file, wich is loaded directly into memory. This works very fast. Extract the zip to C:\ or any folder of your choice and voila ! Happy coding...

4_2005-2006 #165328
Reading a Text File

This will introduce beginners to the FileSystem and TextStream object. The code will read and output whatever is in the text file on to a asp page. Feel free to experiment and add to the text file provided.

4_2005-2006 #161221
FileUpload

This vbscript class interfaces fileuploading by a HTML-form to a ASP server. Saving a binary files is not supported with ASP scripting, and saving to a textstream object may take some time. (depends on the filesize)

4_2005-2006 #153121
Central Error Handler

The following code provides the means of adding a Centralized Error Handler to an application. I keep the Public Function in a Module named ErrorHandling to keep things simple.

4_2005-2006 #153553
Checks IP for open ports (not only yours)

This program will check any IP you specify for open ports using winsock.

4_2005-2006 #152200
Determine Prime and return Factors

Determine if a number is Prime if it is not prime return Factors of the number

4_2005-2006 #171104
RichTextExample

This is a full example of a good range of the uses and feature in the RichTextBox

4_2005-2006 #172055
Blaster Master (C# Ported)

Blaster Master (World Edition C# Port *Bug fixes & reduced file size to 1.37MB*) by Trent Jackson. Originally written in Visual Basic 2008 and ported to C# 2008 -- this 2D shooter is arguably a hybrid of Galaga and Space Invaders. Key abstract elements from both games can be clearly seen, and a touch of originality attempts to give it some better flavor. Vector scrolling, pickups, modern upbeat music and heaps of other special effects. The all very powerful FMOD sound engine is implemented for MP3 music and wav sound effects. GDI+ is used entirely throughout for rendering. Blaster Master runs at a considerably good clip. The game engine is governed at 50fps (which is typical for a game) -- and on a Pentium 4 3.0GHz machine (5-year-old computer now) -- it takes around 10mS on average to render a frame. Consequently this means that there is still plenty of time to spare. A game running at 50fps equates to 20mS p/frame. Presumably most people running C# 2008 will have considerably modern machines at their disposal. The FMOD.dll should be placed in the debug directory. If you have problems obtaining the FMOD dll then e-mail me and I will forward you a copy of it.

4_2005-2006 #163742
Track users with server variables

This code will allow you to track users without having to go into the IIS logs and looking trough the hundreds of entries just to find out what pages the users viewed, and/or to track them at the point where they left or contacted me about my products (web design). This code has two parts, the database insertion and the database viewing. Database insertion A server side include is inserted into every page that I want tracked. The code runs immediately upon the user visiting the page that has the include, once the page is requested an entry is automatically made into an MS Access database writing all the variables that will allow you to determine what the user did or the pages they viewed. Database viewing. You can later view the variables stored in the database using the default.asp which is included in the /users/ folder. It will allow you to view the visits in descending order; from there you can choose to look at the each user’s information. By clicking on the IP address you will be able to see where the visitor came from, such as country, region, etc. By clicking on the VarID you will be able to look further into other variables not displayed on the first page. I am currently working on this project, the final copy should have reports by # of visits by IP, most pages request etc. Please let me know if you find this code helpful, or of any problems you encounters. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080

4_2005-2006 #160826
Recordset as a Java Script Array

This sample application passes an ado recordset to the browser as a JavaScript array. Only changed records are uploaded. You might want to do this technique to improve performance. Please give me your feedback.

Languages
Top Categories
Global Discovery