Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #57192
Bff (BrowseForFolder)

This example showes the use of BrowseForFolder Dialog Box using its hook procedure to create a new Button. By typing in the Edit field a name and then clicking on the "Create" Button, you will be asked to create a new folder. You can easily add Bff.cpp in your projects and change the code according to your needs.

ASP_Volume3 #57201
League Fixture Generator

This short code is for generating a League fixture on home and away bases, for example if their are 10 teams each team had to play other 9 in 9 different match days. i program this for my Soccer Management game but can be use for any game base on League..

ASP_Volume3 #60949
A Basic Linked List I

This is an introduction to Linked Lists. This is the first of a set of tutorials that will build on the preceding tutorial. The end result is a Car Parts application that uses a Linked List and random access to create and maintain persistent data. This verson has the following functions/methods: 1- Add() - adds a node, at the head, to the linked list 2- Remove() - deletes a node from the linked list 3- DisplayLL - displays the entries in the linked list to the screen

ASP_Volume3 #46056
Easy method of Writing And Reading Small Text File

Easy method of Writing And Reading Small Text Files

ASP_Volume3 #54833
Have your Exe Delete Itself

Whether your making a setup application, an uninstaller, or for whatever reason, your probably going to be faced with the problem of self deletion. How can you delete your own EXE thus leaving no traces of your program on the computer? You can't use another program that you've written, ..then how do you delete that EXE? It turns out that we can rely on good ol' windows to help us commit Hari Kari, but the technique is different on NT based machines. First I'll show you the code for 9x/ME machines. For those systems you need to add an entry into wininit.ini, this is a initialization file that windows will use on boot. This file resides in your windows directory but might not be present on your computer since it gets renamed to WININIT.BAK after each use. This doesn't concern us since the WritePrivateProfileString function will create whatever is missing, that is the function used to write data to ini files. What you add is the string: NUL=yourexe.exe With the path of course, into the [RENAME] section . After this is called the file will be deleted next time you reboot your machine. Here is the code:

ASP_Volume3 #46091
sql connect

since i couldn't find any code that let me connect to an sql data source i got to work and wrote one i think it's real easy and it lets you connect to the sql server while still using a data control

ASP_Volume3 #64598
Othello Reversi

This is a great of a two player Othello. It outputs the players turn and how many pieces the of each color are out. When their are nomore availible moves, it declares the winner. Their is also a new game Menu Item and a help Menu Item that displays short directions. Plese Vote!

ASP_Volume3 #59936
updated scientific calculater

This is an updated version of my previous code. Ive made some changes and have tried to make the look even better.plzzzzzzz rate my code

ASP_Volume3 #65849
Mike's Text Twist! - Simple Word Puzzle Game!

This Little Game is a Cool Simple Yet Fun Word Puzzle Game in the Style of Scrable or something like that... This Game Was Created Using ® SharpDevelop Express! (www.develop.web1000.com) This Example shows you how to: - Use Timers, - Implement a Splash Screen, - Display an About Dialog (Form), - Add Buttons and Images, - Display Images in the menu, - Enable Visual Themes for you Windows Interface, - and Etc... The Source Code is Freeware, Modify, Distribute and Hack It all you want... This Game was Made in 30 Minutes Using SharpDevelop Express (Comes with Windows Forms Designer!)

ASP_Volume3 #46067
a simple DataBase Search project for Newbies

This sample project will show you how to easily structure a query to a DataBase. The sample uses the NWND.MDB that ship by default with VB5 and 6 and demonstrates on a searchform how to search on a text from a textBox and use the different comparison operators like =,>,LIKE, etc. NOTE: This is for total newbies that have a hard time figuring this out. I myself had a hardtime in the doc to get an easy explanation on this. Cheers, and hope you enjoy.

ASP_Volume3 #46095
FTP Server using the Winsock control

This is a simple FTP server I developed using the Winsock control. Its got a few bugs in it that need to be solved as well as some missing features. But I think you will find this useful. It is more complete than any other FTP servers posted here. Its got plenty of comments so I hope it is easy to follow. If you make any additions or improvments please let me know. Would be neet if we could make this sort of a collaborative effort towards a decent FTP server. Updated: *FIXED sending files to the client. (FINALLY!)

ASP_Volume3 #46068
a Better way of testing if connected to the NET

Ok i had previously posted the Improper way of doin a test for fun :) I just ran across this code on MVPS.ORG This code uses the wininet.dll VIA API calls, and it will tell you if you are connected and wether you are connected via LAN, modem, or proxy ! I had to post this up since it seems many ppl are lookin for somethin like this.

ASP_Volume3 #65276
Online School Registration

Generate reports, automatically send activation, security equipt etc

ASP_Volume3 #59735
State Capital Guessing Game

My code is a state capital guessing game. The game can be played with one or two players. The object of the game is to guess all fifty capitals. The game keeps track of how many answers are correct and incorrect. I also added a flag using bool for correct answers. This way it will not ask the same question over.

ASP_Volume3 #58646
Click Me

Just For Users Enjoyment.

ASP_Volume3 #46098
A GOOD WAY TO: Save&Load a Rich Text Box contents!

This code is VERY usefull! It can load a files contents into a Rich Text Box and also save the contents!

ASP_Volume3 #59734
Inheritance

Three good examples of inheritance using public, protected, and private access specifiers.

ASP_Volume3 #57585
TicTacTix

This is a windows tic tac toe simulator. You can either play against the program or watch a simulated game. The AI is great. Enjoy. (Pls. don't forget to vote.... :)

ASP_Volume3 #65724
Unicode OCR

This code recognizes typed latin optical characters and outputs the corresponding Unicode value and character. It is implemented using Artificial Neural Network methods and can be trained for any available font type.

ASP_Volume3 #46083
A Code Designer

Ever had a look on someones other well designed source code and wondered how they did this ? With this little Application u can do the same with one click

Languages
Top Categories
Global Discovery