Results for "Volume: 5_2007-2008"
This is a small project which monitors CPU load and displays the load as a graph. Graph can be line or bar (chosen by popup menu). visit my website http://vb.craftspakistan.com
Have you ever wondered how to do colour codes? Boxes? ASCII Graphics etc in telnet? Ever wanted to write your own MUD or telnet game? Then this code is for you. It provides 4 classes: CDrawing, CCursor, CErase and CColor to provide most of the methods you could want to use for, (example), a MUD game. Included is a small demonstration. I know the code is pretty horrible, and uncommented but that's because it was written in a hurry in amongst tonnes of other projects :) Leave some feedback if you like or dislike anything about it, or want to add some suggestions or anything.
Hi, This code can split a MP3 file and save it as new file. U can easily cut out the best pieces from a MP3 and save it as a new one. The GUI looks bad but it works and it's fast and I think that's important. I've uploaded coz there's only one MP3 splitter to be found on pscode (as far as i've seen) and it isn't finished jet. Just try and vote/comment
Just a simple demonstration of GDI graphic methods for drawing an icon in the XP-style.
This code will allow you to animate your start button text to whatever you want using the sendmessage api.
This is number two of my Anti Virus Program! Now the software is able to detect every virus by scanning for checksums (again: Only the viruses wich are mentioned in the DB). The demo db includes the checksums of some popular Virii (e.g. Code Red, Klez, Magistrar + Eicar Testvirus). I have completeley over worked the Scaning algorithm. It is now able to scann 150MB (~7000 Files) within 35s. That means it is three times faster than my previous version! I have also totally changed the GUI: It has move-down menues like the Explorer has. Other new stuff: 1) There's also a function that scans a whole directory (and sub folders) for virii. 2) "Fast file search" function this is a manipulated cDialog that allows to scan the file without leaving the cDialog! 3) There's also a possibility to "secure" files. This is like a quarantaine function: It stores the file encrypted to prevent it from beeing executed!
This code can easily merge two or more MP3 files into one. Also you can split an MP3 to a new MP3, so you can cut out the best pieces of a song and create a new song by using the MP3 Merge function.
Learn how to buld binary trees to evalute math expression. Ultra fast way to evalute math expresion or plot a graph of function.
This is a simple memory game based on the popular Simon game. The user watches the computer press colored buttons, and then repeats pressing the colored buttons in the same order the computer presses them.
This project shows how you can intercept GPFs. Instead of crashing your application in case of a GPF, a PopUp is openend showing error details and giving the user the choice between continuing the buggy application or terminating it in a neat and proper way. (This is based on a previous submission. Tested on WinXP only.)
gets text from other application
This program creates a shimmering lake effect by using the DorianGray Java class in a web browser control. Requires only 1 line of code. I did not create the lake effect class, this is just an application of it
This example shows how to send a username and password to a network login box but will not work for the power on logon. Some networks disable the save username and password function making you type it in every time after a timeout period. I'm too lazy for that. Could be adapted to many other uses.
Grabs UK TV Listings and parses it into and XML format. Similar to the soundforge xmltv project. Command line driven. Read the readme file. Also I'm a lazy sod, so very little comments. And comments are welcome.
This is designed as a solution for business-to-business sales. Easy-to-access features include customer and supplier contact management, order processing, accepting delivery, and producing sales & inventory management reports.
This is the updated version of the Brilliant Flames demonstration using BitBlt. Now this version supports the adjustment of various effects parameters.
This program takes a bitmap image and applies a bevel effect to it, adding hilights and shadows to make it appear 3-D. The direction and elevation of the light can be changed, as can the size of the bevel. Includes a "debug" mode which shows the process step-by-step (see screenshot) Some of the calculations have been converted to integer calculations for speed. Others still use floating-point, this is one future optimization that I might do.
Finally, I was able to upload the game along with big graphics files. Don't try to study the code because it is poorly written. Anyway, check it out and play it just for fun!
This program allows simple creation of bezier curves. Given the 'Control Points' (the points which a bezier curve is based upon - two end points and any others to affect the curve), the 'CalculateBezier' function will return the coordinates of a point anywhere along the curve. The front-end to the function just shows you what a bezier curve is, and the large capability of the function to accept as many control points as you want (the front-end limits it to 99, but the function will accept more if necessary). The code is marked at 'Advanced' level because of the complexity of the equations used, although programmers at the 'Intermediate' stage might be able to understand it.
Change the Old Appearance of the SSTab Control With Some new Cool Options... Make it a different Color, or Give it a nice Gradient Effect, even Add a BackGround Image Style.. A simple but very effective code to subclass the SSTab Control.. TabStrip ..(Slider control and MonthView not Fully tested but works as well)