Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #171177
Dataset Vs DataReader (ADO.net)

difference between dataset and datareader.

4_2005-2006 #166328
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.

4_2005-2006 #165949
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.

4_2005-2006 #150125
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.

4_2005-2006 #165813
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

4_2005-2006 #165924
SEND SMS TO CELL PHONE THROUGH SMTP MAIL

the purpose of this code is show how to send sms to a cell phone through smtp mail. It works on visual studio 2005 not 2003 its a visual basic 8 project.

4_2005-2006 #171131
Templates

For those of you that only have Visual Basic .NET Express - I'm sorry... No, but seriously. This one is for you guys. This is not so much as code to learn from but templates to enhance your IDE. The download consists of two zip files (packaged into one). One of the zips is a template to allow you to create a Windows Service - This template is lacking in the Express version. The other templated is to allow you to create a Windows Control - I believe the Express version is lacking this as well. Both will install as templates that will be usable from the Create New Project menu - under 'Other Templates' (or whatever it is called) Enjoy..

4_2005-2006 #170375
An Application Framework for Editing Objects at Run Time

This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.

4_2005-2006 #170367
Simple Bind Datagridview to Database

This code make a simple procedure to bind datagridview to database SQL Server

4_2005-2006 #151346
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.

4_2005-2006 #171039
POPULATING NODES OF A TREEVIEW ON DEMAND

This code allows to avoid the problem of a large amount of data to display in a TreeView. Infact, using the population on demand property of this control you can choose to fill only parts of it (fill a node only when the user expands it).

4_2005-2006 #171083
a 1Line code #1 - change the language in language bar

hi this is my first post . this 1line code can be used by programers that want to switch between 2 or more languages in MSwindows by code. thank to all of my friends in www.atropatgan.com/bforum/ leave a comment 4 me and help me do better in future ;)

4_2005-2006 #156134
Take a full-screen screenshot (capture screen) and save it to disk

Takes a screenshot (like PrintScreen keayboard key) and saves it to a diskfile (you can also manipulate it like any other bitmap/graphic)

4_2005-2006 #151168
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.

4_2005-2006 #151440
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.

4_2005-2006 #151286
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([email protected]). I am a Microsoft Certified Trainer for Visual Basic and am Currently Employed by Tier Technology Training (www.tiertraining.com)

4_2005-2006 #166420
Queue Application

to simulate a queue electronic board.. uses networking capabilities of java, classes, multi-threading..

4_2005-2006 #155741
Text Based Rpg

This is a basic text based Rpg. In this Rpg you can gamble (game includes a guess the number game) and you can fight at a few different locations forest swamp etc (Just different difficulty of monsters really) Anyway this is my first project i have ever written in c++, and i had a few problems which are listed in a included readme, please help if you can thanks.(Game does run)

4_2005-2006 #161437
^Word Generator^

This program can generate words of all possible combinations of a string by jumbling up the characters. For expample, see the screen shot. Coded in Turbo C/C++.

4_2005-2006 #151292
Create A Database Application-V1-SQL

Last code of mine was about quering tables and i used a little bit SQL In this small code i will try to explain SQLText string. How is it created and working? This series will continue under this name !Lets Create Database Applications-V?

Languages
Top Categories
Global Discovery