Results for "Volume: C_Volume2"
' Heres a very simple code to change the system ' NONCLIENTMETRICS like the the window title font, ' the message font,menu font using VB. You can also change ' other elements like status font etc ' in your window only or all the open windows ' like PLUS! or display settings (appearance) ' also it is possible to underline, strikethru fonts in ' your window with this code. This code is very useful ' if you are coding a multi-lingual software. ' For more info and more free code send e-mail. ' code by - NILESH P KURHADE ' email - bluenile5@hotmail.com
This is my first C++ algorithm as well as my first submission to PSCode. It is definitely great for beginners. It has basic I/O and practices doing math in C++. You enter your age, the current year, and a year in the future and it tells you how old you will be in that year.
Send unlimited attachments to SMTP server (limit:mail account space) It's based on Sebastian/Tair examples (great coders!!!) and some personal adittions The base64 alghoritm work fine with little files (
This is an Antivirus Utility with Files service and Directory Related Operationbs. Run EXE in order of Advance features of Utility in Command prompt.
This is a simple Client to go along with my Winsock Server Example.
If you would like to have your taskbar icons and all the windows icons to be animated then this code is for you. This code demonstrate how icons of differnt windows can be animated.This example loads notepad and animates its icon. Note: It assumes the path c:\windows\notepad.exe, if notepad is located in a different directory please chage the code first. It also shows how the text (Caption) of a window can be changed. Code By: NILESH P KURHADE Email: bluenile5@hotmail.com
Magnifier lens that provides a way to enlarge items on the screen.
This is my first non mfc gui. It is well documented. Simply this program just gets a username and password. adds 2 to each character of the user name and compares it to the inputed password. then gives you a message as to whether it was correct,incorrect, etc...
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.
Beautiful Lcd Clock applet that accepts 3 parameters: background color,format and blinking enable.
Why is this code special? Because it is compact, cross-browser compatible, and lighting fast to implement and to change. Do you want a tooltip for an element? Just add an extra attribute.
***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP*** There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry. The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon (REG_SZ)' has only two legal values, according to Microsoft: "0" and "1". 0 disables automatic logon of the account stored, and 1 enables it. The strange thing is that if you set the key to "2"...
This was my final for my intro to computer programming class, it is a console vending machine. It contains good examples of classes, pointers, bubble sorts and lots more. This is also the first program I tried to make Object Oriented. The code is thoroughly commented. Feedback is appreciated (positive and negative)! Thanks for looking!
Boom! is a particle explosion simulation. It simulates explosions composed of many individual elastic pieces. Each piece also has a shadow, which has a very nice effect when the explosion occurs over a detailed background graphic. Boom! is a fun little side project that I devised while looking for a quick way to put explosions into another game I'm writing. It turned out well enough to warrant a GUI so that the user can tweak the particle properties. There is also a 'multiball' feature, so that you can start up several explosions at once! In this simulation, each particle is an instance of the same class. I used this approach to show how easy it is to create an array of similar objects, each with dynamic property values. It makes for very concise and understandable code!
MasterX SDK Tutorials, goes through from beginging with MasterX, to graphics, to sound, to input, to creating a 2D particle engine.
NOW COMPATABLE WITH VB5!! BUGS FIXED!!! This program creates an alphabetical list of all the words you've typed sice you started the program. It will then tell you how many times you typed any word, when you typed it, and in what window. It also tells you what operating system you're running, your computer name and your windows user name.
I hope that this code will be helpful to those (specially the beginners) who want to know about using linked lists. This is actually a very simple program which shows the basic linked list operations like insertion, deletion, searching, modifying and traversing. Any queries related to this code is very welcome. Tell me if this piece of code was useful to you !!
This BST code will be useful to everyone who wants to know about the basic operations of a BST like Insertion, Deletion, Make Empty, Find Minimum, Find Maximun, Search, Traverse Ascending, and Traverse Descending. Do leave some comments on this code!!
Zip and Unzip files in this pure Java based tool
it teaches you the basic commands on linux if are new to linux world