Advertisement

Results for "Volume: 2002ASP"

2002ASP #7834
Beginners tutorial to file handling

FILE HANDLING TUTORIAL FOR BEGINNERS ------------------------------------ This tutorial is intended who don't not a single thing about file handling in C++, one of the most important concepts of any type of programming. I intend to present this tutorial into 2 parts, but both these parts are independent of each other and you can start from any one. This part focuses on: ->How to create files, read and write to them. ->The logic behind many commonly used objects like cout and cin [Did you know that cout is actually an object!!] ->Build your own notepad, "my computer" et cetra. If any doubts persist you can freely sontact me at: [email protected] Click on file handling.htm to start.

2002ASP #575
a very small picture viewer in one minute.

Your own homemade picture viewer in ONE minute, supports at least jpg, gif, bmp, pcx & many others

2002ASP #7921
Basic Five Function Calculator

This is a simple calculator program...it only does five basic operations.....+ - x / ^

2002ASP #497
CPause (Class for pausing)

This is a class that you can use to make your app pause for a few hours/minutes/seconds or milliseconds. This will work even if midnight occurrs while pausing! (Thus, this is midnight-compliant, just like my CStopwatch class I submitted earlier.)

2002ASP #7924
Function Generator

The function generator produces sine, square, triangle waves or pink noise. This program allows you to use the line output of your sound card for testing circuits or speakers. Useful for speaker testing.

2002ASP #7925
Real Time Analyzer

Use your sound card input analyze frequency response. This application works like a real spectrum analyzer. Uses the line / mic input of the sound card. Great for testing speaker response.

2002ASP #7681
Code Request - Making a Tool Window in C

A friend of mine asked me to post this. Shows how you can make a tool window, rather then a standard window. Written in pure C.

2002ASP #530
A quick VB tip

This is not code but a simple tip. To easily move one or more controls around the screen, simply select the control(s), then press the arrow keys while holding down the ctrl key. Use the arrow keys along with the shift key to resize controls. I find this gives me much better control than using the mouse. Note: This also works with "locked" controls, which can't be moved by the mouse. Very useful if you tend to lock the controls on your form a lot.

2002ASP #7350
POP3 Email Checker

This code will check your POP3 e-mail account. Uses no MFC. It uses plain old winsock.. no winsock2. Also uses CreateThread, GetOpenFileName, trayicons, SetTimer, sndPlaySound, GetExitCodeThread, TerminateThread, and many more usefull API.

2002ASP #7686
MasterX Example - 2D Particle Engine Demo

I was bored today, so I decided to write a neat masterX demo. This is a 2D particle engine, and is different from my other 2d particle engines in the fact that the particles can fly in all four directions. Steer my poorly drawn space ship ( yep I used mspaint !), and use the arrow keys to aim and use the space bar to fire. so if your holding up when you hit space, the particle will fly up, if your holding left the particle will fly left. Pretty simple, yet perfect for someone whos never made anything with particles before. peace :)

2002ASP #531
3D Mathematical Plot

This project shows how to take any custom equation that is a function of X and Y, and plot it in a picture box. The plot is a rudimentary 2D colored contour plot, but it does look pretty. This project has several useful components: 1) An equation parser class with built-in error checking 2) Color mixing algorithms with a customized interface 3) Shows how to plot XYZ values in a picture box Cool stuff...

2002ASP #512
Flaming Labels!!!

This proggy will set the text in your label box on fire! =)

2002ASP #532
Loan Calculator with Extra Payments

This code shows how to calculate loan payments and amortized payments over a fixed amount of time. It allows the user to include an additional payment, either as a fixed amount of extra principal, or as a fixed payment over the P+I) It is based on an old VB 3.0 example, but improved to include the extra payment capability. It also calculates how much money is saved with the extra payment included.

2002ASP #576
a 1 line code to keep a form on top within your ap

The purpose of this extremely small code is to take a form within your application and keep it on top of all the forms within your application. (Modal Forms) Note however that when you use this code, it will make all other forms in your application inaccessible until that form is closed. This is great for times when you have a form like starting a new game, or a form that tells about your program that you want to stay on top and "stop" your program until it is closed.

2002ASP #7914
Statistical Lab

Hi there ; Today I am here with you with my new code name "STATLAB". Actually I made this for those who work in "Probability And Statistics". These funtionalities are often not found in any Scientific calculators. So Go ahead use it , I made it free of cost for my beloved fellows.

2002ASP #7683
Code Request - Using Pointers

My friend Joseph Harvey and I were talkin about pointers, so I made an example to express the concept.

2002ASP #7918
Making a menu using winapi non-mfc

This code shows how to easily and quickly create a menu on a non-mfc window using winapi. I this code is versatile, and extremely useful as I for one hate resources. This example deals with making a "file --> exit" menu. The methods used in making this apply to all menus.

2002ASP #7833
Plotting sine, cosine and tangential waveforms

This program is part of a larger project; one which involves plotting the curve for any given eqyuation. If someone wants to develop that program jointly with me, or has any useful tip concerning it please email me. Meanwhile check out this program...

2002ASP #581
3 Easy Combo Tasks

The code demonstrates 3 common combobox tasks: 1.) Filling a cbo with a recordset 2.) Setting the cbo Text to a recordset field using a numeric rst field 3.) Setting the cbo Text to a recordset field using a non-numeric rst field

2002ASP #7684
MasterX SDK - Snow Effect

I was bored today, so I decided to code a Snow Effect using MasterX SDK, inside of MasterLibrary2. Pretty good example for those of you who want to learn MasterX SDK.

Languages
Top Categories
Global Discovery