Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #226668
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: shahab_faruqi@rediffmail.com Click on file handling.htm to start.

7_2009-2012 #217948
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

7_2009-2012 #239010
Ajax and PHP On The Spot Table Edit

For more codes and scripts visit "www.amitpatil.me" This is PHP+ Ajax+MySql script.It allows user to view and edit table info without submitting page even once. This is really nice script to use in your project.Have a fun....!

7_2009-2012 #217860
StopWatch Class Module

I bet you're one of those programmers that want to time something in your code, aren't you? Well, with this code you can! This, is a Stopwatch! Not one of those that screw will up when midnight occurs while you're timing. This is... no, not Y2K compliant, infact, it's midnight-compliant! (Fully documented code!)

7_2009-2012 #228281
Page Login (The easiest and best ever!!

The purpose of this code is to let the user protect a web page with this simple code. More usernames and passwords can be added if you want.

7_2009-2012 #220259
ASP.NET PopUp Window Message

Create a PopUp Window to use like a MessageBox to use on the Web instead of response.write or populating a Label etc.

7_2009-2012 #224287
Credit Card Validator

These functions thoroughly attempt to invalidate American Express, Discover, MasterCard and Visa with length, character validation, prefix matching, check digit, and expiration date tests. The html test document by no means will attempt to forward your credit card numbers. The action of the form is set to an invalid URL

7_2009-2012 #223817
Multiple Client Chat Applet

The zip contains classes for the Server Application and Client Applet. Multiple clients can connect to one server allowing them to chat(A chat room). When you compile the java files you must put them in a folder called untitled4 and you must put the html file outside of that folder.

7_2009-2012 #229625
remote image loader with threading

this will load remote images to a picturebox ''1. create new project ''2. add 1 textbox '' 1 button '' 1 picturebox ''3 add procedure code Private Sub GetPicture() Dim m1(-1) As Byte Dim dbyte As New System.Net.WebClient Dim memstream As New System.IO.MemoryStream Try m1 = dbyte.DownloadData(Me.TextBox1.Text) memstream.Write(m1, 0, m1.Length) PictureBox1.BackgroundImage = _ Image.FromStream(memstream) Catch 'hehehe hide error :) End Try End Sub ''4. on button click event add.... Private Sub Button1_Click(ByVal sender As _ System.Object, ByVal e As System.EventArgs) _ Handles Button1.Click Dim mthread As New _ System.Threading.Thread(AddressOf GetPicture) mthread.Start() End Sub

7_2009-2012 #217861
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.)

7_2009-2012 #229363
Checkers Game - Jogo de Damas

This is a work for prog. 5 in the university. This code implements a simple checkers game comunicating 2 computers on a network using sockets comunication. ***DON'T FORGET TO VOTE*** Este é um trabalho da disciplina de prog 5. Este codigo implementa um jogo de damas simples, comunicando dois micros pela rede usando sockets. ***NÃO SE ESQUEÇA DE VOTAR***

7_2009-2012 #228652
Date/Contact/Appointment/Calendar Manager Project

The Date/Contact/Appointment/Calendar project is your own personal calendar. It shows any appointments for the day, as well as any appointments in the next week. It's also a Contact manager. Save your Contact list to a SOAP file and reload it as an array. This program is very helpful for all users, as it incorporates some important coding techniques, such as SOAP formatting, array handling, and references.

7_2009-2012 #228601
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.

7_2009-2012 #228602
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.

7_2009-2012 #226577
Global Defender, Addicting, fun arcade game, Updated!

This is a really fun game of "Global Defender" Shoot the space ships before they reach earth.. aka the blue line :) hehe.. well.. it's completed.. nowI'm going to add some more fun stuff! If you like it and/or the code then please vote! If you want a working version go to: http://ais.cms.k12.nm.us/~cmerrill/java.html! Have Fun! ~kc~ Ps. the Highest score is 290 :)

7_2009-2012 #228226
Simple BlackJack

These code contains multiple classes, one of which is a graphics API for the black jack program

7_2009-2012 #223523
Cold Steel Defender

Cold Steel - Defender is a file encryption/decryption utility (using 3DES) that gives you the option to use a "USB Hard drive" as a secondary means of security in addition to just using a password. A USB drive is not required to use this program, but is suggested, as it will insure that only the person who knows the password -and- has the physical USB DRIVE can decrypt a file. Nothing is stored on your USB drive; we only extract some unique information from the USB drive and create a key from it.

7_2009-2012 #233272
GoogleBox - Destkop Application using WebServices

GoogleBox is a small desktop application utility which would reside in your SystemTray and allows a easy access to Google Search first 10 results. This program is using Google Web Services and would provide all basic functions you can find in Google... It can be easily modified to return more results, but I suppose this 10 would serve the right purpose of GoogleBox, I mean "Utility". I would like to add one more thing that, please VOTE as it hinders development. I have submitted few really nice code and seen very poor response, and its hard to keep posting and not getting appreciated for what you do !!!!!

7_2009-2012 #217897
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.

7_2009-2012 #220602
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.

Languages
Top Categories
Global Discovery