Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #118816
Linked List

The linked list component is a component designed to use with objects that you want to have in a list. Any component class implementing the Item class in the LinkedList component can be added to the list. Using the Link class in the LinkedList component you can add, count and remove items from the list. There is also a SendMessage method with which you can send messages to the items in the list. It is up to the listed class what you want to do with the message. The demonstration project comes with a implementation of animated circles. The LinkedList component could be used as a sprite list of sprites in a game or a tile map for scrolling backgrounds.

2_2002-2004 #118817
Read / Load contents of a textfile into a listbox

Reads / Loads contents of a textfile into a listbox

2_2002-2004 #118818
Form or control any shape and transparent

This code is version 1. It has been replaced by version 2, which you can find under the title: Form, CommandButton, CheckBox, OptionButton, PictureBox any shape and transparent (version 2). The newer version supports more objects and is faster.

2_2002-2004 #118819
Save / Write contents of a listbox to a textfile

Save /Write contents of a listbox to a textfile

2_2002-2004 #118820
Create a file association for your application (Works in Windows 95/98/NT/2000/ME)

Create a file association so files with a give extension will be automatically opened by your application

2_2002-2004 #118821
Aa Network Communicator (Updated!!)

Install on some/all computers on a network and run this program and all on it can easily send/receive messages! Private messages can now be sent to individual users as well! Setup is nice too, I think. If you use my code/like it, please tell me! [email protected]! : ) (Note: I first uploaded with bug: Fixed!)

2_2002-2004 #118822
Fake Viri (Update)

This is an update to my not so liked Fake viri. This version fixes what all the complainers out there, were complaining about... disables control alt delete(not in win2k), hides the taskbar, and desktop icons. this time it restarts a computers, this means it no longer limited to only win98. it has been tested on win98, and win2k. (control alt delete still works in win2k) windows me is still untested. Again the only way out is the % sign. now, hopefully, this will stop all the complainers out there, and it's people that, that really bring this planet down...

2_2002-2004 #118823
DXTUT4 - Introduction to Direct3D!

This tutorial WILL teach you how to get started with using Direct3D Immediate Mode from Visual Basic. It includes background knowledge, definitions, explanations, a sample program to download, and exercises for you to practice on. I have spent hours, wrong, days planning, writing, testing and re-reading this so that it's almost a work of art. Seriously though, you will learn alot. I recommend a very basic knowledge of DirectDraw, but this is not required, and a fairly good general programming ability, since only DirectX terms will be explained in detail. If you think that this has helped you, interested you, or changed your whole life (OK maybe not), please vote and/or give feedback because I value your opinions. Especially if you think this was a bad tutorial, please tell me why and I will try to fix it.

2_2002-2004 #118824
Enhanced Collection (Updated)

Adds functionality to the existing container object. Adds an Exists function and a Key function to obtain the key for a data item. Now you can use the 'for each xx in xx' to obtain the data from the collection.

2_2002-2004 #118825
An AWESOME chat program (called NEO) with over 30 functions. This is a MUST SEE!!!!!!!!!! (c sshot)

This is an AWESOME chat program (controls remote computer too, technically a trojen but I haven't supplied its server) that has over 30 functions and counting. It isnt quite finished yet but has many features from fun to more advanced ones like email sender,spellchecker, complete custom message box maker to scare the other side and an execute files remotely. All this and more. The source is commented on very well and it is easy to learn how to make your own program just like this. I have made it easy to use, the source is very readable and those of you who want to make one of these ( i can see the attraction as they are so cool) can learn. PLEASE VOTE for this one guys!!!!!!!!. It is my biggest submission to PSC ever and has taken hard work. You can contact me (details in code) if you so wish. Thank you PS:You ned the agents installed for this version. If this is going to be hard for you then dld my other version that doesn't use them, cos I'm sooo nice!! ENJOY!!

2_2002-2004 #118826
An AWESOME chat program NEO (normal version) with over 30 functions. This is a MUST SEE!!!!!!!!!!

This is an AWESOME chat program (controls remote computer too, technically a trojen but I haven't supplied its server) that has over 30 functions and counting. It isnt quite finished yet but has many features from fun to more advanced ones like email sender,spellchecker, complete custom message box maker to scare the other side and an execute files remotely. All this and more. The source is commented on very well and it is easy to learn how to make your own program just like this. I have made it easy to use, the source is very readable and those of you who want to make one of these ( i can see the attraction as they are so cool) can learn. PLEASE VOTE for this one guys!!!!!!!!. It is my biggest submission to PSC ever and has taken hard work. You can contact me (details in code) if you so wish. Thank you PS:You ned the agents installed for this version. If this is going to be hard for you then dld my other version that doesn't use them, cos I'm sooo nice!! ENJOY!!

2_2002-2004 #118827
Six Popular Encryption Methods

6 popular methods of encryption including: Backwards, Binary, Caesar, Pig Latin, Random, and Transposition. The beauty of this program is you can encrypt/decrypt from one type of encryption to another (you don't always have to start out with ascii). For example, you can enter binary code and translate that into pig latin with one click!

2_2002-2004 #118828
Copy files in directory - Extremely simple!!

With this code you can copy all files within a directory with a particular extension to another directory. Actually it will give you a progressive listing of a file with a wildcard and then you can do whatever you want with the file. Extremely simple and straightforward. I dont understand why the other codes are so huge. If you find an error or if you would like to comment please leave a messge.

2_2002-2004 #118829
IniEditor[TreeNode Update]

This is my update to the IniEditor[TreeNode Style]. Please check it out and let me know what you think. It looks a little different than the original version of it did. Added a status bar and an edit button. Please vote if you think it is worth it. Thanks.

2_2002-2004 #118830
A DynDNS Manager 2.7

NEW VERSION! Added a few more things (HostType information and test-update button), and expanded the database to include Wildcard, BackupMX, and HostType information. No longer has second results window. DynDNS Manager now allows you to store information for multiple DynDNS hosts. It automatically grabs the local IP and any stored settings: username, password, ip, dyndns account name (on local computer) and sends the line to the DynDNS server. It then pops up a results window displaying the result of the update. It is compatible with the new NIC 2.0 guidelines. Any other questions, let me know. This is by no means finished. I have some error catching to do yet and commenting of the code. Even without the comments, though, it is fairly easy code to understand. Comments are appreciated, and wanted. Votes not necessary

2_2002-2004 #118831
Random name creator (For creating nicknames and RPGs names)

The code generates a random name. I am giving basically two simple functions with which you can create a loop that will make many thousands of nicknames or names for roleplay games. Check it out.

2_2002-2004 #118832
Load Data To a Listview From Sequantial File

Load Data to a listview from a sequantial file

2_2002-2004 #118833
Shut Down the Computer

This just show how Simple it is to shut down the a Windows Computer.. Simple.. People have asked for this now here it is. Please Rate this code it will help me alot.. Thank you

2_2002-2004 #118834
C2VB

C2VB parses through C style declarations of functions, structures etc and creates the VB equivalent. I decided to create this little program to make my life easier when working with APIs. Instead of having to "translate" an API declaration from the Platform SDK help file, I wanted a way to do that automatically. This is the result. All you have to do, is copy paste the declaration from the help file. Apart from being a handy app. it demonstrates how to parse instructions, how to implement a rudimentary splitter and above all, it explains what do all those wierd things mean in C! It can process either user inputted instructions or it can read from a file. Optionally, a filename can be passed on the command line. If you have any comments or disagree with the way I converted the datatypes, let me know.

2_2002-2004 #118835
IE Webpage Loader

Type in a URL, and this example will open Internet Explorer, with the given URL.

Languages
Top Categories
Global Discovery