Advertisement

Results for "Category: Miscellaneous"

2002ASP #7431
Nested Loops

It shows the usage of nested loops.

2002ASP #7452
Owner-drawn combo boxes, consoles in GUI apps, together in one KILLER app (literally)

The program changes your Screen of Death color theme. When I wrote this program, my main intentions weren't to create a program that changes the color theme - they were to find out how the console API functions work, and how to build an owner-drawn combo-box... The Screen of Death color changer was just the result. =) You can see both the owner-drawn combo boxes and the console window, in the included screen shot.

2002ASP #7460
A Better Menu

This is my example of a quick and simple menu. This is a good method of simple menus, better then telling someone to enter 1 or 2 or 3 then hit enter to do this and that and i also think thats so boring. All you gotta do is just press the button it tells you then the operation will execute

2002ASP #7472
Tranquilizer

I like listening to music when I go to bed. The only problem was that my computer did not shut down. So I wrote this little program to automate this task. I also added a slight fadeout so you don't have to bother with a sudden break off music when you already in slumber :) Shows how to use MFC, AFX threads and volume control.

2002ASP #7489
Windows ME Source Code // joke

This is just a little joke a friend gave me.

2002ASP #7490
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

2002ASP #7491
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

2002ASP #7498
Create a Tray Icon

Teach users to create a Tray Icon and change the Tip Text and Icon when ever they want with out re-creating the tray icon.

2002ASP #7500
DECLARING VARIABLES / CONSTANTS IN C

The tutorial is designed for the novice programmer and the programmer who has never used structured language before. It will give an impression how C works. Experts skip this articles.

2002ASP #7503
Making a C++ dll for use in Visual Basic

This code shows how to make a DLL in C++, and use it in visual basic.

2002ASP #7507
Private!!

Shows how to encrypt/decrypt text!!! how to get the text of a textbox and so on!!! Please vote for me!!!

2002ASP #7513
generating "real" random numbers

This article tells you how to generate real random numbers using rand(), srand(), and time()

2002ASP #7517
Quick & Easy encryption

Learn how to write a simple DLL in C++ and then call it in Visual Basic. I scoured the web trying to look for beginning tutorials on how to write DLL's in C++ but came up with NULL examples. All the examples were to complicated for a beginner. Some of them were out-dated i.e. "Learn how to write a DLL to communicate with an ISA card". I soon gathered enough information to write a very simple one. Check it out.

2002ASP #7520
Sending Output to the printer

Learn how to send output to your printer. PLEASE RATE THIS.

2002ASP #7524
win32 console color / clearscreen / movecursor Include file

It is a simple include file that has functions for clearing the screen, moving the cursor, changing the text color, and outputting colored text to a specific section of the screen. I know this is pretty simple to most people, but I've seen many people asking for this.

2002ASP #7552
Fool Your Friends -- for beginners

Make your friends think that their harddrive will be formatted. You print "Hit Q to quit:" and when they try to hit 'Q' a 'Y' pops up... Of course, we won't really format or anything. Vote if you enjoy the code :) BTW, to really close the program you must hit ESC.

2002ASP #7554
Encryption Machine

The code was changed on 12/14/00 to use fstream objects for file I/O and I also added more comments. Use this to encode and decode a text file. The same password must be supplied in both cases because it is used in the encryption algorithm. This increases the security of the encryption making your encrypted file virtually uncrackable, even using the same program, unless you know the password. Please rate this. Whether it's good or bad, I appreciate your feedback. Thanks.

2002ASP #7568
A Word Statistics Tool

A Word Statistics Tool to count and report words statistics of an input file. The output is displayed in alphabetical order of the words with the counts. Demonstrates a friend class, operator overloading, file iostream and text parsing. It processes 337KByte text file in ~3 seconds on AMD 550MHz. And there's no limit on the length of each line - a benefit of using STL string. The zip contains a ready-to-use console app along with the source and a make file. The source code should be compilable using any compiler that supports STL, and default template parameter values.

2002ASP #7575
word searcher

It searches specified keyword in specified file without appending the file by user

2002ASP #7577
ARRAYS!

Unzip the file and open the text document to view the tutorial on Arrays for Beginners!

Languages
Top Categories
Global Discovery