Advertisement

Results for "Volume: 2002ASP"

2002ASP #161
CipherII

A StreamCipher encryption similar to the first 'Cipher' but now it can encrypt any text or binary file.

2002ASP #7751
IP Chat Client

Create a simple client/server connection using winsock. Also shows how one might detect whether or not the address entered is an IP or a hostname, and then how to format that address.

2002ASP #229
Set ACL using low-level access control functions

This module provides a function that uses the Windows NT low-level access control functions to set the access rights on a folder (directory). The High-level access control functions (GetNamedSecurityInfo etc) do not function properly. They merge all ACEs for each SID. MS only acknowledges one of the four functions as malfunctioning, in fact they all are not suited for folders (directories).

2002ASP #7752
CaseCase

This is a clone from Tetris and it is my first real game. I tried to do something simple but object oriented. Just download it, build it with VC++ 6.0 and run it ! I am sure you will enjoy :) Good or bad opinion of this code, please rate it !

2002ASP #228
Print Screen (take a picture of the screen!)

Take a picture of the screen

2002ASP #7758
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

2002ASP #7609
How to use Function Pointers

This article explains the proccesses involved when using function pointers. As well as explaing how and why they are used.

2002ASP #7610
Win32 - How to make a Windows Program in Pure C! Buttons,ListBox,Static,Icons,Menus, and More!!!

Here is an example on how you can make a windows application in pure C. No C++ is nessicary, and the source file contains the .C extension. This shows you how you can create icons, menus, buttons, listbox, combobox, static labels and assign them id's and process messages without subclassing each one. This is really good example if you only know dos programing!

2002ASP #7759
Chess using mouse in C++

The code includes the whole game of chess and a new header files to use mouse, change its cursor etc in C++. Excellent graphics just make it a perfect choice. The game also includes a 16-Color BITMAP importer.

2002ASP #7396
mWinamp

This code allows mIRC to display the current song, bitrate, and samplerate of the current song playing in winamp. This code is a dll file and called by mirc to get this information, and can be very usefull in other applications that need this kind of information. This code is also usefull for anyone wanting to gather this type of information from winamp for any type program. Please vote for this program if you like it.

2002ASP #7389
Address Book (Dictionary ADT) with Hashing

This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to it!

2002ASP #201
Create New Controls At Runtime !

This code will allow you to create a new instance of a control at runtime ! Imagine. When your app is RUNNING you can create a new command button or a textbox on the fly ! The code they didn't want you to know ;)

2002ASP #7424
Award Winner 2D to 3D converter v2.0

Last Month's award winner program is back with a bang.The new version 2.0 now supports mouse so drawing images with curved lines becomes too easy.By downloading this program you will learn how to include mouse ,convert 2d to 3d and lots of other things.Please vote for me Visit www.gauravcreations.com for more cool programs in vb and c/c++ .Please vote

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 #7607
Classes, Inheritance, Constructor Polymorphism, Pure Virtual Functions, ADT's and More!

This tutorial was a request on explaing classes. This talks about the inline keyword, polymorphisim, inhertiance, mulitple inheritance, function overloading, Abstract data types, pure virtual functions, and more!

2002ASP #7495
Access MDB

To open MS Access or Ms SQL server database using C/C++ or VC++

2002ASP #234
DBGrid Dropdown Listbox

Ever wondered what the button_click event was for in a DBGrid? Well, this is it! You have to populate a listbox control and display that with the selection information. This will simulate a dropdown box within the dbgrid. This is an excelent way to input specific information into the dbgrid.

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 #237
EZ - .ini

Access .ini files in the blink of an eye. Use one line of your input to quickly retrive .ini values. With the same one line of code write to your .ini file. If you have any improvements on this code, E-Mail me at "[email protected]".

2002ASP #7395
color in win32 console aplication

This code put colors in win32 Console aplication.

Languages
Top Categories
Global Discovery