Results for "Category: Miscellaneous"
I got sick of looking up computer names for people in my company, so I built a GUI for 'Net Send'
This program was made to make email accounts very fast. You have the option of choosing from 176 domains to make user@domain.com. All you have to input is a username, pw, and another email that they can send you your forgotten pw. Please comment. I used dssock32.ocx for the winsock to make this.
Make your Form(s) fullscreen without any Active X or even any Code! Very Useful, especially when making VB Games. Takes about 30 sec!
Allow multiple users to use your app which is *licenced* from one server. Here's the deal: User wants to use 10 copies of your app. So rather than send them 10 individual keys, they get a copy of your server software to install on a server that all users can access. Now the user sends you their server UID (generated byt he program, is actually the users HDD Serial No.). You now create a key file for them for 10 users and send it back to them. They now copy this file in to their servers install directory and get 10 licences. 10 users can now connect and use your end application (any 10 with your application installed, but only 10 at a time. ie, installed on 20 machines, but only 10 at a time can use it!). Your users *cannot* use the same key file twice (to get double the amount of licences) as the key file uses a randomly generated number converted in to hex (encoded inside the actual file) to check that the same file with a different name is not trying to be used. Also, the user cannot run two copies of the server software on the same machine, as the software will only allow itself to be run as long as another application with the same name is not running.The key itself is encoded using the RC4 algorithm, then hidden inside a random generated string which is saved as the key file. RC4 encryption code from PSC, Server Control by Drew Lederman.
Allows the user to check the username/password combination used to logon to Windows 2000 if the user does not have the SE_TCB_NAME privilege (most users do not).
A self contained Timer class based upon VF-fCRO "Avoid Limitation of AddressOf" post. No module is required. [UPDATED: 01-27-2003] fixed issue with OSes other than XP. [UPDATED: 01-21-2003]Added waitable timer, Added standard events, Can now use standard events or the event interface.
Exactly as it sounds. This function will allow you to dynamic include a file into your script. From my knowledge this has not been done. Please vote and give me some feed back.
This is version 2 of the previous submission "True Dynamic Includes". This class allows you to dynamic include a file into your script. Please vote and give me some feed back.
This class allows you to dynamic include a file into your script. Please vote and give me some feed back.
Converts the Currency to Text. For Ex: 100.90 is converted as one hundred dollars and ninety cents only.
Easy method of Writing And Reading Small Text Files
This is a simple FTP server I developed using the Winsock control. Its got a few bugs in it that need to be solved as well as some missing features. But I think you will find this useful. It is more complete than any other FTP servers posted here. Its got plenty of comments so I hope it is easy to follow. If you make any additions or improvments please let me know. Would be neet if we could make this sort of a collaborative effort towards a decent FTP server. Updated: *FIXED sending files to the client. (FINALLY!)
Check this out! This is a creative and simple way to simulate a bowling ball in motion in a 3-D hallway. I think you will have fun watching the "animation". Very simple codes. There is room for improvement. Comments are welcome. I have enhanced the look and feel of the 3D effect on this second update.
I posted a first version, but this is better so CHECK IT OUT ! You can create balls that bounce arond the screen interacting with each other. They take into acccount gravity and force. Each ball has its own force and when it hits another force is passed through to it. The balls bounce as if it is in real life. You can increase and decrease both the force and the gravity. The code is done by Using INSTANCES OF A CLASS - so if you want to learn classes look at this it will help This is really cool so check it out !
This subroutine creates a variable (on the fly) for each form item found on Request.Forms or Request.QueryString collections. The variable is given the same name as the form items name. It was built to duplicate some of PHPs built in functionality.
As I Was Looking Around Your Site For Some New ideas, i saw, quote: "THE BEST KEYLOGGER ON PLANET-SOURCE-CODE". I Checked it out, and Here's Mine... Have a Go With It. Remember if you like my code PLEASE vote highly for it!
This is not my code, this was developed at (www.advantage.co.nz/ur) and I am just passing along this SWEET code, If you like it i got plenty more tutorials and such from them, rate it really high!
Cad in vb! Demonstrates Arrays and basic i/o features. If you like the code, VOTE FOR IT!
This code will show some basics such as: * how to create your own subs to decrease the ammount of coding in your project * use the select case feature for manipulating arrays * how to manipulate common controls such as lines and shapes to create dynamic controls such as a "cool button" (without OCX) and creating a rounded frame Please rate this code and leave your comments
Hello fellow VB Programmers. This is a project i have been working on, on and off in my spare time. This is nowhere near finished, but i thought i should get some feedback to know if i am just wasting my time or not. This is a fake Operating System (But almost completly dependent on itself), that has such options as: drag and drop creating new folders (can't open them yet) Taskbar (Needs lots of work) Recycling Bin File Renaming And More! If this project gets good feedback i would like to do lots more so PLEASE VOTE!