Results for "Category: Miscellaneous"
This is a simple and well structured membership system. It allows user login to a simple member page and user registeration. It also comes with an installation script. This is ideal for beginners who want to improve it. Please read the ReadMe and Vote Please!
CPU monitor with a HG12603 Serial LCD 24x8. require MDM software (link to download inside the zip file). This program show in a HG12603 LCD (via serial) Processor usage, up-time, memory usage, free disk space, temperatures of processor, voltage, and cooler rpm. The circuit to make this CPU Monitor is in inside the zip file. This program run in a Intel MotherBoard with PIII. Part of code I find in PSC TKS!!!!
This is a basic demo on how to use drag and drop in a VB program. The vehicle for the demo is a child's game where the objective is to match a picture to the appropriate word. This is done by dragging the picture to the slot next to the correct word. The download includes the sample application, as well as a write-up describing the drag and drop features of VB and a step by step guide on how to build the sample application.
Format groups of comments into neat looking comment boxes. I cheat! One comment that I frequently get regarding my programs is "How nicely they are Commented and Formatted". Well, I cheat! And now I'm going to show you how so you can have nice looking programs that are easy to read. Are you constantly re-writing comments in your VB code? I know I am! PSC is a fantastic VB resource but many of the comments that I see in source code are hard to read due to the way that they are formated. That's one reason why I wrote Formatter. Formatter uses your text to build Professional looking Comment Boxes to paste into your Visual Basic programs. You may also input a Text file, if you want. Formatter can be used to reformat any text that you want. It makes the source code much easier to read and debug. It will also aid you in making all of your programs look consistent. It is heavily commented and should be easy to modify to suit your own personal tastes. Whoops! I uploaded with a bad reference. The corrected VBP has now been uploaded. Sorry for any problems.
Help Stop keystroke theft. If you are concerned about keystroke theft when you are entering UserId/Passwords while online to the Internet, then maybe this program is for you. Or you would like to have many different and unusual Ids/Passwords but don’t want the trouble of remembering the many codes, then maybe this program is for you.
Tab Order ia a Visual Basic Add-In that allows you to reorder each Control(s) Tab Order or Tab Indexes to your specifications. Several methods allow you to do this quickly and efficiently. By order of the controls Left position on the form. By order of the controls Top position on the form. By order of selection of controls. By order of individual incrementing tab index or decrementing tab index. This is a true add-in meaning it is run in the IDE. To run and setup see the Help file.
This code uses the Video Display Unit (VDU) Concept. this program can compiled and executed on DOS mode (I used Turbo c++ 2.0 compiler) On execution It gives a continue clock at Right-Below corner. After execution It gives promp again to you but clock continues untill you terminate the Dos screen.
This program allows you to preview a window before you create it. It allows you to modify the caption, style, icon, cursor, position and sizes of a window and then it shows you how it looks. It also generates the code needed to create the window. PLEASE vote for it.
A program that writes text to Notepad. The code is fully commented and easy to understand. PLEASE vote for it or comment for it. It takes very little time to comment and it is very appreciated. If you can't vote, the least you can do is comment on it. Tell me if it is bad or good.
XPCam - another webcam program in VB ' - Custom define detection zone /region(s) ' - Alert with Wave file(s) ' - Capture detected image file ' - Capture video with capCreateCaptureWindow api function ' - Play Avi with mciSendString api function ' - Capture photo with frame template ' - video cam option source and format setting
Xpress Thumbnails Viewer (plus Image Viewer / slideshow). Auto create thumbnails. Use PropertyBag to save and load ImageList and ListView data. Compute CRC picture files.
The purpose of this UserControl is to simply allow you to place a vote/comment link on your projects that you submit to PSC. Just add this UserControl to any of your projects and configure the link propities to suit before uploading your project. This wont get you more votes, but it will make it far more convenient for those who do vote. The way this works is by locating the @PSC_ReadMe.txt file that is automaticly added to all projects at PSC. Then finding the url within this file and linking to it. This code is will commented and should be easy to understand for beginers.
This is a very simple, but still usefull app. It is designed for easier transporting of .ocx files. Like, you can include this with your application, that needs some special controls that you are not sure if the user have. With a simple click, the desired ocx files are copied to the system folder, and registered via REGSVR32.EXE. Now your application is ready to go. No need anymore to increase the size of your EXE with resource files with OCXs. You can also ZIP the OCX Extractor to reduce it's size. I frequently use it myself, so i decided to publish it, despite the fact it's so simple.
Hi, I Was sitting on my pc the other day and wanted to create a Website that could add a WinXP User account with Administrator Rights on the views computer. There is only one thing that is a problem that is the person on the other end needs to enable there ActiveX Controllers. Hope you all have fun with this script just as i did. But remember this is for educational perposes only and we don't want people doing the wrong thing with it like the kill function now do we ;) anyone that can improve this please post the details. see this script in action at www.ezysale.net/cmd/adduser.php dont forget to enable the activex controls Cheers
This code allows you to put an Login Structure to youre program (like a diary with login security) it works with an Microsoft Access Database. In the next version(s): - Remember Username and password - Multi user If you have more "THINGS" to add let me know :) I will write the next version on that way you just have to overwrite the forms and it works! BUT people this is my first program PLEASE VOTE!!
I needed to write a program that actually did simple things, but It had to look good, not your normal run of the mill text box and label type thing. I Have created what could be closely be related to a Display engine, you tell it the Details, it does the rest. This is not a full menu list, but I would like to know, is this any good, or is there an easier way and I'm wasting my time???? your feed back is much apreciated
Get your geographical location without the use of the registry and system settings. This is a component of my Global Assistant App which is being designed not to use system settings, as we all know people can get stuff up wrong when setting up Windows. Displays use of IP To location database and the conversion of a Dot IP to Long IP based on ISO3166. The acquasition of the external IP isn't tested on proxys (It would be good to know if it is still effective)
With this module you can simulate: Left Button Click, Left Button Double Click, Left Button Down, Left Button Up, Right Button Click, Right Button Double Click, Right Button Down, Right Button Up, Middle Button Click, Middle Button Double Click, Middle Button Down, Middle Button Up, Mouse Move. Please vote!
This is very simple guide to assemblu language.The document has links to many cool sites on assembly language
This password meter is based from the algorithm by Phiras with a few tweaks of my own You can view the algorithm here http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/