Results for "Volume: 2002C"
This code demonstrates some techniques you can use to create a demo or shareware version of your app, based on the installation date and/or how many times the program has run. It features a copy protection: the user sends you a code, and you pass him a registration code to unlock the app, making it a "full" version.
Creates CD icon in the System Tray which the user clicks on to Open or Close the CD tray. Demonstrates Sys Tray icons , Windows function calls. Uses Class Modules for Object Oriented approach. Much Thanks to Pierre-Alain Vigeant for my (shameless) use of his CSysTrayIcon class. Cash funds for use of project appreciated but (sadly) not nessesary.
Updated! New features & bug fix. View colored text on chosen color; View/Edit HTML & VB hex codes; View/Edit RGB & HSL values; sample colors from the screen (point or average); pick from standard color dialog (saves custom colors); Blend two colors; adjust brightness of color. Easy to use! Source code is commented. With thanks to Paul Mather & Matt Hart! (See 'API Declarations' for more details... ;)
The program accepts the name of an input file from the command line. Then it reads strings from the input file into a dynamically allocated array of pointers to char. Prompts the user for a string to search for. After that it searches the array using binary search. If found, reports the row (counting from 1) in which the target was found. If not found, reports "Not Found" Asks the user if he/she would like to try again.
An OCX that Resizes controls on a form that is resized. This OCX also has a property to change fontsizes. You can also (through a controls TAG) tell the OCX to NOT resize certain controls...
Please rate me if it worked for you.It is an extremely efficient Non-Negative INTEGER MULTIPLICATION of ANY LENGTH!!I assure you it is very quick..Any CS student may need it.It is my first Submission.
Takes a string array and sorts it alphabetically. This can be used to sort a listbox without the sorted property set to true. The code is heavily commented.
Populates a collection of installed Windows NT services, based upon type of service requested. Can be used to enumerate the services on a workstation or server. Requires Windows NT and administrator rights.
Returns the time of day from a Windows NT workstation or server. Accounts for time zones. Requires Windows NT.
MyFont Have you ever used CreateFont and CreateFontIndirect? Just a lot of parameters to set, MyFont is an application that lets you 'build' a Font dinamically seeing your settings......and then...it writes code for you! All you see on the form is self-explanatory, the only thing you have to know is that by left-clicking in the frame 'TEXT' you can move the text. You can build your font using all the settings or by choosing it with standard Font Dialog.....so, here you can find also an example of how to use ChooseColor and ChooseFont.
It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.
This is my first manual. I wrote this because I felt like doing it. I think the main reason is that I am a coder. I am constantly searching, buying and downloading manuals, tutorials and stuff like this. So, I thought why not helping others. How good this material is... you'll be the judge of it. This is the first - so, I'll not be dissapointed of bad ratings.:) Thank you, Hardwired
Have you ever worried about a trojan running on your machine and hiding itself from the Ctrl Alt Delete window. I have created a program that acts like the Ctrl ALT Delete BUT you can't hide an EXE process from it. The app includes: Listing all active process, shows the path to the EXE, is it responding, and closing the process properly. My version uses a class developed by CHONG LONG CHOO (who by the way has some excellent API apps at this site) to list the active processes and some code taken from http://www.thescarms.com to close down the process. Check it out. It's a cool tool.
Send E-mail without borrowing another programs interface...... Even send it in the background with one line of code.
Toxetris is a version of the classical game, TETRIS. The difference is that, the pieces are sliding, not jumping to the next square. Also you can pull down faster. It is a one week project. All the files are accesible. You can change them. The sliding pieces bring some problems: Most of the time, I have to check more positions for a piece if it is an empty place or not. Anyway, here it is... Pl ease write in your comments if you check it.
Here is somethig to make you smile! This program consists in TWO MOVING EYES THAT FOLLOW THE MOUSE CURSOR on the screen, telling you what window is under the cursor. The animation IS SO COOL THAT THE EYES EVEN BLINK!
If the game gives you a Bgi error just IM me nit3shift. This is a game that i had to make for my last six weeks project for school. I am not done still couple of bugs to figure out. The objective to to move the ball with the arrow keys left and right. block go up and you must avoid them. If you hit the block u will go up with it and if you hit the top you die.
Ever been on AOL and downloaded a file. Did you wish you can make the effect of inverting the text when the progress bar reaches it? This code does just that. Example form included.
This template allows you to create variables, that can stay static after the program goes out of scope. Ex, you create a variable that holds a value, and after your program ends, and is restarted, the variable will once agian still hold the same value!
A freehand drawing application that resembles MS Paint of Windows as a example with which you can create a good graphical user interface (GUI). It offers the power, versatility, and flexibility of C/C++ language. VOTE FOR ME PLZ!!!!