Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #82245
A simple Tic-Tac-Toe game.

This is a simple Tic-Tac-Toe game that uses a 2D array. It illustrates how to constract a simple game. There are no bells and whistles, this is plain and simple C++.

C_Volume2 #82246
Simple Empty Window

Create an empty window with the less code possible.

C_Volume2 #82247
^Mouse Programming in C/C++^

Make your C/C++ programs more intresting by providing a mouse support. Learn about Mouse Programming here. This tutorial teaches basic stuff and advanced like changing mouse cursor shape. Make a header file of the sample code and use mouse with minimum effort.

C_Volume2 #82248
CRICKET 2002 v 2.0 (EXE INCLUDED)

THIS IS A VERY GOOD CRICKET GAME WITH FINE GRAPHICS. USER CAN CONTROL BATTING AND PLAY A DOZEN SHOTS. THE GAMEPLAY IS ENHANCED BY THE COMPLETE USER CONTROL. FEEL FREE TO ASK FOR HELP.

C_Volume2 #74903
A Album ScreenSaver by Anil Choudary N

This is a full-fledged screensaver with settings options this is compatible to windows screen saver window settings. It displays the images continueously u can set the display interval in milli seconds between any two image displays if you reduce the intervel and map the multiple sequences of images you will get a feel of Animation. Entire source code is available in Zip interactive help is also provided. It employes two windows API calls specified in .BAS file . Application is very fast you can just set the paths of your varipous images stored in divverent locations no need to copy them to any directory. The application will locate the images and display. This can also be used just as your Photo Album.

C_Volume2 #74904
Api Any Calls/Declarations

This is not really a code contribution, but a small tip on API parameter lists. Ever seen an Api Function which expects parameters of type 'Any' ? . For example domain/user maintenance calls in the Nt Networking Api or similar (Add Users/Groups etc..). These parameters usually (in the C/C++ base code) are probably expecting string pointers , an other example is in the case of the AddGroup Api call in the NetApi.Dll, where it expects the name of the server in one of the parameters in the list. How you actually pass the pointer is by:- eg. '### ' Api Function for example:- ' ApiFunction(sArgument as Any) As Long ' Dim strAnyString As String Dim strPass() As Byte Dim lRet As Long strAnyString = "String as argument" strPass = strAnyString lRet = ApiFunction(strPass(0)) '### What we're basically doing is getting the string to pass, assigning it to another variable array of type 'byte', then passing the first array segment to the Api function. Easy enough? Hope you understood all that ! Robert Dick

C_Volume2 #81234
database login with cookie

This code is enhance form it is an login page at servlet with option to remember my password. It will create a cookie but before validating from database. PLEASE MAKE SURE DATABASE AT D:\DB\TEST.MDB. YOU CAN CHNAE THE PATH IN CODE

C_Volume2 #74905
A Custom Animated TrayIcon

This small code creates a custom animated icon in your taskbar. You can put your own images in the imagelist, create your own popup menu when rightclicking on the icon. Use this code and build your own application around it!

C_Volume2 #74906
Download e-mail attachments

This code enables you to download and send e-mail, which will automatically put your attachments into a given directory.

C_Volume2 #74907
Close Any Application

This code will Close any application based on its windows caption

C_Volume2 #81235
[ Simple RMI Examples ]

RMI ( Remote Method Invocation ) it is one of advance topic in java, which beginners usually find uncomfortable to master it fast. But with this examples and tutor link u can easily master RMI concepts fast. This zip consist of RMI Basics, Displaying Remote Message, following string manipulation : Reverse, Find Char, Length, Concat, Extract String, Comparing, UpperCase and LowerCase, Current Date and Time, Displaying Star triangle, Identifying Chars.

C_Volume2 #82249
Database system

As a file reply in the databases and is a beginner can learn those source code.

C_Volume2 #74908
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

C_Volume2 #74909
TestEmailWithManyManyAttachments

You want to send 10 or more files using your VB program but you always get an error, well not any more, here is the solution. Enjoy!

C_Volume2 #82250
Make a Simple Text or Graphical Operating System

This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)

C_Volume2 #82291
Direct3D For Dummiez!

Learn Direct3D 8.1 The easy way with this tutorial. Commented Tutorial in HTML and full Source Code Included! If you like this, please rate it here on PSC! Thanks ;)

C_Volume2 #82292
BMPtoAVI

Converts a sequence of picture files (bmp) and an optional sound file (wav) into one video file (avi). Source Code compatible with both Linux and Windows!

C_Volume2 #82293
winchu

A very quick winzip type program. The main purpose was to store a collection of files into one file. I called this a "chunk" file, or chu file. The compression was not that important so I just used the rdc compression method. The idea behind it was for game development. Nobody wants a whole bunch of lose bitmaps or wav files just laying around. Its much nicer to have it in some sort of archive. This source code is the basic winzip type approach. But the class's include could be very easily used by a game. Think of it like the doom wad file. Btw this also works quite nicely for a very small user profile program... In the way that you can easily add bits of memory as files to the chu file. Nice for save games and stuff like that.

C_Volume2 #81236
_Some Code for Inventory System

Download this and you will learn 1.) JDBC Manipulation 2.) The use of connection , statement and resultset 3.) The use of classes to optimize the codes 4.) Move first , next , previous and last to the record using JDBC and Resultset. 5.) The use of MDI in Java application and controls like JCombo , JToolbar , JTable and lot more. 6.) String manipulation , threading and etc. Download this to find out. ! Because of many email me to see the code even not finish I dicide to upload it here in PSCODE.- www.naparansoft.cjb.net-

C_Volume2 #74910
The BEST Keylogger! (well almost)

This code gets ALL of the keys on a 101 key keyboard. The only limitation is that the program still cannot get compound keystrokes like "Alt + Tab" or "Shift + 2" (for an @ symbol). I know its a little lengthy, and I could compact it smaller, but it gets the job done.

Languages
Top Categories
Global Discovery