Results for "Category: Miscellaneous"
Well After D++ and JEL i decided to finish WinScript. WinScript is a Scripting Language Which Compiles EXEs and what lloks like a Win32 App.,What it does When It Runs is kinda like Vb it create an exe in a temp folder then using Shell it opens the exe.It Has one hell of a lot of functions(theres on called sendtochat(ignore it))it has everything D++(possibly everything) and JEL has.Id Like to thank every one on PSC that submited a Scripting Language,with there help i would have finished a hell of a lot later.(Note:this is only a beta test and does not have nearly the real amount of a non-beta) Please Vote Heighly If you like my code,Also send me comments,suggestions,new functions,etc. Thanks Guy/Gals
Generic sort class. Works with any in memory structure and will sort in any order. Does this by exposing two simple to code events: isLess and SwapItems.
This code will open a DAT file in the c:\windows\history folder and pull out all sites visited
This code is a demonstration of a quick and easy way to copy an entire list (without needing to select them all) or selected list items to the clipboard for pasting into other applications. It simply copies the items to a hidden text box and then uses the clipboard method. Follow the instructions below to see how it works
This class contains two functions which can be helpful in creating an online shareware registration system for your software projects. GenerateKeyCode takes a username, or any other string, and generates a unique human-readable registration code (such as 9397-JQM0LD0YJV from the string: Andy Carrasco). GenerateKeyCode will generate a totally unique registration code over and over again, even for the exact same name! VerifyKeyCode is the partner function, and will verify if a keycode matches a given name.
This code will easily let any user create simple, yet effective credit scroller. This is so effectively easy, that any novice can create it. I created this code because I tried the other source code on this site, and I found it difficult to follow.
Take a picture of the screen
Very short code! Newly updated and it WORKS! Display bitmaps instead of text on a drop menu, in a form. Use the VB Menu Editor to create a menu with sub menus, the code does the rest!! So easy you will slap yourself for using other people's lengthy drawn-out codes.
This function will let you make a percent bar without a vbx. Now you don't have to add a vbx to your program making it a bigger hassle, plus you can now pick any color percent bar you want
This code will disable your program after a certain number of runs of the program. more info: [email protected]
Want Attention? Let the title bar of your program blink!
This is version 2.0 of the best tool a programmer needs for making good software! It has tons of great subs/functions! Recently added - internet functions, sound functions!
print a single line using two fonts
This fades the start bar so it is semitransparent. Only works in Windows 2000+ - Don't know why I made this - Please post comments and rate this!
I have seen many ways to do this using that evil ocx (not open source); but this is pure vb!!!! I origionaly posted this on VBForums and decided that I should post it on PSC so here it is. ONLY works on 98 and ME. Please vote and leave feedback.
Want to help keep your submissions on Planet Source Code as safe as possible from hackers as well as ensure that the voting system can't be manipulated? I am posting this entry up as a 'guinnea pig'. If you can modify it, (while following the rules below), you'll get a free copy of the Planet Source Code Cd for your troubles and the site will be enhanced against future attacks! See below for full details..
This can get data from your modem and store data(phone numberes) on to the modem memory. You can only store 3 numbers but hey I thought it was pretty cool!
This application shows you how to implement scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail.
This program was UPDATED AS OF 9/16/2000! Every single last line is commented greatly!!! This is a cool unfinished app that I wrote around 3 months ago! This not only shows all of the INs and OUTs of PC Security programming, it also has a great Graphical User Interface and many cool effects. This is code is for making a program that keeps the users out until they sign in. It then creates a hidden System file which is only accessible through the Client Control Panel included in this package with Full source. All this and more packed down to less than half the original size!!! It is now 130Kb!!!! Great download, please vote if you like this submission. NOTE: My last version did not have a screenshot included and had some errors. It was also very big and barely commented, so that is why I deleted it and resubmitted
This code demonstrates how to create a prompt driven program, similar to a dos console.