Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #74164
A puzzle. Add your own pictures.

A Puzzle. You can add your own pictures. When you have selected the picture and the pieces, you can start puzzling. Click on a piece to move it. When it's in the right place, it will be fixed to the screen. Right-click to move a piece to the second screen. In the second screen, right-click again to move it back.

C_Volume2 #82179
VCD cutter 1.1

this code cuts avi and dat files from starting to specified time.

C_Volume2 #81189
SplineEditor

This little application was created for the generation of spline curve pictures. The user can enter points by clicking on the screen whereby the application generates the curve between them. There are many options available, namley the option the view different aspects of the curve and the ability to export the curve as a png or jpeg file. 2 versions are included. The first is integrated with javascript as an applet and can show the java sode for the java object that is created (including all points that are a result of the spline) and the second one has more functionality (such as exporting the image) and was worked on by myself and my lecturer at uni.

C_Volume2 #81190
A basic Client Server application

This examples shows you how to build a basic client/server application. The source and a tutorial are included.

C_Volume2 #74165
ReadFile

Read an entire text file into a string in one call.

C_Volume2 #81191
The New Java USB API

Learn the new art to control your USB with JAVA

C_Volume2 #81192
Fruit Chat Client And Server With Swing Interface (Updated)

Updates : toolbar,tooltips,help,documentation A chatting software based loosely on IRC system. There is a central server handling all communications to and from clients. Each user can run the client program and connect to server to start chatting. All clients and server will have list of online users. List is updated as soon as the status of some client changes. There is one main chat room in which all messages can be seen by all clients. Users can also choose to chat in private with any one on the list. Multiple chat rooms have not been implemented but provisions are provided in code for easy deployment. Project Group: Mohammed Ali Akbani Faraz Younus Bandukda

C_Volume2 #74166
iPage 1.0(Bug Fixed)

This Program lets you chat in color no rich text boxes required this Program uses Pictureboxes to Display Messages. It Even lets you send color faded messages also Bolded,Italic, Underlined,E|_¡_|_E(Elite),H4CK323D(Hackered), sdrawkcaB(Backwards),Echo cho ho o(Echoed), AlTeRnAtIvE CaPeD(Alternative Caps) and more future version can be expected in next month which will have the ability to send files and images Another Feature is that it lets you filter bad languge replacing them with *. The Interface is also the best you must have seen. It teaches you - 1) How to Fade any text in Pictureboxes 2) How to Make Elited Text 3) How To Make Echoed Text 4) How To Make Alternative Caped text 5) How To Make Hackered Text 6) How To Make Backwards Text 7) How To Send Messages Using Winsock Control 8) How To Display RGB Color 9) How To Get Some Text Between certain Strings 10) How To Scroll A Picture Box And More.... See For Yourself and the best part is that its only 21.2 KB --------------------------------------------------- Bug Was found and removed Bug Info- This bug displayed the nickname also as italicised or underlined if a remote message was send as italices or underlined Status-Squashed...None more... --------------------------------------------------- AWESOME!!!!!!!!!!!!!!!!!!!!

C_Volume2 #82180
Calculate CRC32

Implementation of the CRC32 algorithm which is also used in PKZip, Winzip, Ethernet, FDDI and many others. This unit is compatible with these applications, because it uses the same popular 32 bit polynomial 0x04C11DB7.

C_Volume2 #74167
Change Screen Color/Resolution

This code from PC Magazine (and it is FREE! Public Domain), will display available screen resolutions and color depths (4bit, 8bit, etc...) on a user's computer. The best thing about this, is that the user can change the resolution. It will prompt the user to reboot, if needed. Notice that the List box highlights the current resolution when first started. Very professional. With a little touch up, you can add this to your software programs. I did, but use the SHELL function to keep the software seperate from my actual program. Have Fun!

C_Volume2 #74168
LandMass - a random map generator

LandMass is based on the old Commodore 64 game "Lords of Conquest" by Electronic Arts. This game played a little bit like the board game Risk, only there were different playing pieces and --here's the cool part-- the playfield was generated randomly, so that no two games were the same. As it stands right now, LandMass simply generates a random world based on settings that you can tune. Each world is composed of countries and water. Countries that border each other are shown with a borderline between them. Each country has properties that can be read, such as its color or which other countries border it. LandMass also contains a small example of how to read map parameters and interact with the map. The program is class-based, which means you can take the Map class and drop it into your own program. And since each map is a separate object, you can generate multiple maps at once. With very little work you can have cool custom maps in your own program!

C_Volume2 #74169
A DirectX7 Multiple sound module

Ah! Simply The Best... This code allows you to play as many Waves as you like, no limit Can set up DirectX7 sound with just 3 calls. Must have Dx7 installed. www.microsoft/directx Have Fun... Send me your games.

C_Volume2 #74170
Arvi's QUAD-BALL A Must See!

This Is A Fully Featured Game. IF YOU PROGRAM GAMES IN VB YOU MUST SEE THIS ! The aim of the game is to save earth (it is set in the future). This Game Includes Over 60 files, of which 25+ Contain vb-programming !!. It Aslo Includes PicClp32 (ver. 6) For The Vb5 Users, So There Should Be No Problems

C_Volume2 #82181
Win32 Controls w/Tab Navigation (Pure API)

This code shows and explains how to make controls on a window using pure API, using CreateWindow and CreateWindowEx. This example shows how to make list boxes, edit controls, and buttons. Not only does it tell you how to make them but also how to use the. Unlike other examples I’ve seen this example also shows you how to enable TAB, Shift+Tab and other normal windows navigation things like Alt+ to use a button. This example also shows how to use malloc and pointers the text of a edit control or selected item in a list box. It allows you to add items and remove items to the list box control at run and design time aswell. I hope this code helps you, please give me some feedback! (the zip includes VC++6 and DevC++ project/workspace files)

C_Volume2 #82182
My Webcam

Demonstrates how to use devices such as webcameras, scanners and other for recording or taking snapshots, also how to implement support for Microsoft Windows XP stylesheet (ComCtrl v6). Do rate and comment this piece of code for future updates and fixes.

C_Volume2 #74171
A DX7 MultiPlayer Tic Tac Toe

This is an example of using DX7 DirectPlay4. Program allows you to connect and play a basic tic tac toe game over ipx, tcp/ip, or modem against another player with the same program installed. This program includes a basic chat program. All of the multiplayer code is done with directplay4. This is a multiplayer tic tac toe game i originally wrote using the com port across a modem. I recently ported it to directplay4 just for the fun of it thought the code might be helpful. Requires DIRECTX7 SDK to compile and DIRECTX7 runtime to play.

C_Volume2 #74172
Directory Creator

This code will show you how to create nested directories even if one of the directories in the path already exists. Notice that Error 76 is ignored by the program (This error is generated by MkDir when it attempts to create a directory that already exists).

C_Volume2 #82183
XP Themed Win32 Controls

This example shows how to make windows, list boxes, buttons and edit controls. Not only does it show how to make them but it shows how to use them as well. This example enables XP Themes and keyboard navigation. I'd like feedback, good or bad, so please give some! This sample works on all Win32 computers and only enables themes if they are supported by the current user operating system.

C_Volume2 #81193
The Graphics Studio

An alternative to some commercial vector graphics programs. Has Transparency effects, anti-aliasing, gradients (linear and radial), and in the future can have many custom shapes added to it because of its abstract nature.

C_Volume2 #81194
Complete BankSystem Program

BankSystem Program is very useful not only as being a Programmar yourself but also it can use for Banking Purpose. You can add Customer, Deposit & Withdraw Money, Delete & Search Customer, Printing Option is also available to Print Customer Balance Report, Help Included to guide the Users of BankSystem. BankSystem also has many options for change the Look of whole Program Completely by Look & Feel Options or By applying any Theme from the Theme menu. New User Option : Before Running the BankSystem Program must Read the Readme File located in the BankSystem Folder and after Running the BankSystem Program see Help to work in it easily. To Run BankSystem Type on your Dos Screen Java Splash after Setting the Path of Java Bin Directory.

Languages
Top Categories
Global Discovery