Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #93831
Resize Controls

This will show you how to Resize Control on a Form Regardless of how many controls there are Limitations are Menus cannot be resized along with controls such as CommonDialog.

Java_Volume1 #93832
Base 2-36 conversion

Converts a number from base 2~36 to a number of base 2~36

Java_Volume1 #93833
API call for Playing a sound

This API call is used to play a .wav file. Hope you enjoy the code. Peace!

Java_Volume1 #93834
Getting the User Name

By calling this function you can retrieve the current user name on that computer. Enjoy!

Java_Volume1 #93835
Sizable Analog Clock

ActiveX control, sizable analog clock. Doesn't blink!

Java_Volume1 #93836
Traybar Icon

This is a standalone, easy to use global Module that lets you put an icon in the Windows System Traybar without the need of a special control to capture Windows Messages. It is also quite good to begin learning about API calls and Windows Messages

Java_Volume1 #100896
Tic Tac Toe with AI

A Tic Tac Toe coded in using VC++ MFC. It have a learning ability which will become stronger if u keep playing with it. It learn the moves u used against him and use it back against u. It uses file 'MoveHis.txt' to record the moves, delete this file will make it dump again.

Java_Volume1 #93837
SIMPLE IMAGE PROCESSING IN VB

This is not my code, this was developed at (www.advantage.co.nz/ur) and I am just passing along this SWEET code, If you like it i got plenty more tutorials and such from them, rate it really high!

Java_Volume1 #100897
Absolute Security - Hidden Diskette

This is a programm (written in Assembler) that saves a file on a disk in RAW format, without FAT or anything. This means that data will be saved on your disk but it will be able to read only by your programm.

Java_Volume1 #93838
Modem Comm

this code finds what comm port your modem is on. the modem must be on for it to work you need mscomm and a textbox thats it

Java_Volume1 #93839
Simple Decimal To Binary Converter

This simple code will convert the Long Integers to it's binary Equivalent...

Java_Volume1 #100898
Asm in C++

This code shows how to add asm to your c++ code

Java_Volume1 #100899
BWT Compression

Compression using Burrows Wheeler Transform. Includes n*log(n) comparison tri-partite suffix array block sorting, Move-to-Front coding, dynamic canonical Huffman coding of Wheeler's run-length-coding.

Java_Volume1 #100900
Snake game for beginners

This is an excellent code for all those wishing to enter game programming.This is a simple snake game program with the simplest code possible. No tough graphic stuff or code stuff.Must for novice programmers.Press q to quit the game.

Java_Volume1 #93840
Auto Resizer

I was sick and tired of seeing all the control resizers in planetsource, so i just made this myself and wanted to post it, cause someone might actually find it useful. All it does is when the form is resized, it changes all the controls (command buttons, lines, text boxes etc) to make the controls still look like they're in the right place. ie: If i had a command button that wa the size of the form, normally when i change the forms size, the command button is either too big for the form, or too little. With this, the command button is automatically resized so its still in the same proportion with the form.

Java_Volume1 #100901
Dope Wars v1.01(DOS Version)

This is a little version of the classic dope wars game. Really addictive, Give it a try and don't forget to comment and RATE MY CODE PLEASE

Java_Volume1 #93841
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

Java_Volume1 #93842
Check Connect

The easiest way ever to check if you're connected to the internet or not. This code is really simple but will help newbies and I have seen alot of very bloated code which doesn't really work too good. Flames will be laughed at as I have already admitted this code is simple.

Java_Volume1 #93843
Add Splitter Bars to your app *Revised*

Add vertical and horizontal splitter bars to your application. This code creates a form with three panes, and two splitter bars. I originally found the code in Planet Source Code last year, but found a couple of bugs, so I rebuilt it from scratch, and added the horizontal splitter. There are no DLL's or references to worry about, very easy to use.

Java_Volume1 #93844
Compare Identical Database Tables

Contains One Class clsCompareDB and a Demo project. Purpose: To compare two MS Access tables in different databases. The code alse demonstrates: ADO Technique to retrieve the Table names from an MS Access Database using the Connection Object OpenSchema Method. ADO Techniques for using a recordset to retrieve Column Name, DataType and Size. This class came as a result of MS Access being so easy to Change. Before I Joined Tier Technology training I was employed by the United States Navy (DP1). Our Managers decided that the MDB file should not be locked in any way. We were requested to train the users what they can do and what they shouldn't do. This gave no Guarantee though. We had several programs that required that several tables in different databases (IE MDB's for different years) be identical in every way. The procedures in question copied information of processed information by Column Index (Column position) or by using For Each (which also relied on the Column Position). Recently I needed this technique to do some debugging on an application I wrote for Tier Technology Training. So I dug this program up. Converted it to a Class and converted all DAO code to ADO code (Just to see if I could do this). Also this allowed this class to easily be converted for use with other databases (Other than MS Access). Author: Joel Isenstadt(iteachvb@aol.com). I am a Microsoft Certified Trainer for Visual Basic and am Currently Employed by Tier Technology Training (www.tiertraining.com)

Languages
Top Categories
Global Discovery