Advertisement

Results for "Volume: 2002VB"

2002VB #18655
Truth Table Generator

This program creates truth tables from boolean expressions. I believe that it's very useful for Computer science students who learning Boolean algebra and predicate logic (like my self). If you like it and you found something useful, please vote for my effort.

2002VB #19988
VersionInfo (Upgrade)

This posting is an update on that made earlier this month. Mark Duhaime (thanks Mark) came up with some useful additions (notably selection and delete functionality) to give this VersionInfo some power. Also a couple of bugfixes to cope with NT and Win2000 features.

2002VB #22388
CBX Icon Browser

VB does not have an icon browser to browse through all the build in office icons. So I made one. Simply scroll through the list then select the icon you wish to use. The icons index will apear as well as a 16x16 and a 32x32 preview of the selected icon. The source is not commented very good.

2002VB #19197
RPG game, Version 2

Okay, this is the second and probably final source code for my online RPG game (original code at http://www.planet-source-code.com/xq/ASP/txtCodeId.14023/lngWId.1/qx/vb/scripts/ShowCode.htm) Aeon Nexus. It's got a lot new features, including: -Loading from GIF files -Transparency in both 16 and 32 bit colour -All new graphics (Thanks to Kraken) -Easy character and GUI editing You can now make your own skins for the game by editing TOP.GIF, GUI.GIF and GUI.map. Please remember to comment and vote for this code. The more good feedback I get, the faster the game will get made. And check out the website at http://www.aeonlegend.com

2002VB #22056
Web Messenger

Web Messenger is a simple TCP/IP messenger application just like MSN Messenger.

2002VB #21844
Snake

wwwwwwhhhhhhheeeeeee just a funny game i dont have any discrtion for this code sorry. accept it dont usses directx - and its not fineshed (tcp\ip suport)

2002VB #22048
Enumerator Plus

This is an update to my post of a week ago. It now saves to file, shows if password caching is on or off, and displays proxy on/off status and ip of proxy. Removed gradient affect for faster loading. Next version will have ability to toggle password caching on/off, change computer name, change registered owner and backup the registry. Hope you all enjoy this. Use very carefully. I cannot be responsible for any misuse of this program.

2002VB #21468
Create Your Own Audio Visualizer

Using MS Agent's Direct Speech Recognition (DSR), you can easily create visualizer software without having to worry about the ''waveout meter'' seen in another submission. The idea is simple, the code is simple, and creating your own visualization is even easier. Well commented. Requires Direct Speech Recognition from Microsoft, which you can get at http://msdn.microsoft.com/msagent/default.asp. Please Vote.

2002VB #21477
Xenopolis (Updated!)

Update of the Xenopolis game originally posted by Ivan. I've changed a few things. Below is a list of changes... 1) Lowered House cost when under 500 acers. 2) Raised House cost when over 500 acers 3) Changed Soldiers to androids 4) Research now affects income 5) Research cost lowered 6) You can now attack the pirates 7) Added moral to limit attacks 8) Added a networth feature 9) Added a ranking feature 10) Raised the cost of androids 11) Other little tweaks throughout the game. The orginal game can be found at the following linkhttp://www.planet-source-code.com/xq/ASP/txtCodeId.5469/lngWId.1/qx/vb/scripts/ShowCode.htm I Take no credit for the game other than the additions i've made. Original description:A strategy game where you have to manage your planet and make it prosper, you also have to defend it from pirates. You can also activate multiplayer mode and play with a friend across a local area network. Sounds have also been implemented. (They're horrible!) This game need a lot of improvement. =) I hope you will learn something from this code. Enjoy! =)

2002VB #22377
clsFile / colFiles (File search and File properties API classes) FAST!!!

I use these two classes to encapsulate a whole host of file oriented API calls... allowing me treat files as objects in my code and with the speed that is gained by going through the API. The clsFile class wraps around a single file, and exposes a whole host of properties of a file (and the volume it is on) including: 16 bit equivalent path, parsed filename, size, attributes (readonly, system, archive, etc), dates (created, accessed, and modified) and volume properties: label, serial no., is a cdrom, fixed disk, remote, network path, unc info, etc. (see the screen shot for the full list). Besides being a read only property class, I have modified the .Attributes enum and the .DateLastModified properties to allow changes... so that when you change the properties on the class, the corresponding properties on the file are modified. Eventually, this class could also be modified to extend functions such as Rename, Delete, Copy and Move that would work through the Windows Shell. I have the code to do this, but never bothered patching it in since in my coding, I never ran into the situation where I needed to do these actions with the file object by itself. The colFiles class acts as a collection for the clsFile class. In addition to the methods you would expect from a collection, this class also encapsulates the API functions for file searching (including recursive directory searches). If you EVER intend to use a file search in your applications, going through the API is the ONLY way to achieve this in my opinion. You'll find many examples that try to use directory list boxes to perform file scans, but these examples will be painfully slow. The API, on the other hand, is extremely fast. As fast as the built in Find/Search screen in Windows Explorer. Plus... you are able to search through paths other than your mapped drives. This covers the entire Windows Explorer directory tree (network drives, namespace extensions, etc). Don't judge this class by the screen shots before knowing that in the screen shot example, I was searching across my network which consists of a slow 10Mb hub. You'll have to try it for yourself on your set up to see why I swear by these two classes when performing seek and file property operations. For updates to this or other cool vb code or controls, check my web page:                                                                                                          http://members.tripod.com/thefrogprince/                                                                                                          If you are not currently involved in the coding contest, I WOULD REALLY APPRECIATE YOU VOTING FOR MY CODE. Will only take a minute or two to make an account, and while it won't make me any money... =) it will encourage me to keep posting good quality code and controls like this one. (check out my other posts too). =)

2002VB #21222
System Info

This will show some system information in a cool interface.

2002VB #18380
Image Viewer

A program to view and edit images gif,jpg,jpeg etc. I cant take credit for all the source many people contributed code to make this possible..And dont forget to VOTE!!!!!!!!!!

2002VB #21702
MSFlexgrid to HTML

This is an update of GraphAmort, a previous offering of mine. This time, you can export the contents of the loan amortisation schedule to a HTML file, for universal display, e-mailing etc. You can now also copy the graph to the clipboard for pasting into a graphics package (I should've added this the first time!).

2002VB #20443
ScrollBox OCX (Updated)

Synchronizes a ScrollBar with a TextBox, so that you don't have to. You can have either a Verticle ScrollBar, or a Horizontal ScrollBar, and you can set the Min, Max, SmallChange, LargeChange properties too. This is also a good way to find out how to make ActiveX controls too!

2002VB #19721
Make Wave

Listen to your exes! Write your own wav-files. This program turns any file to a wav.*-file. Learn the wav-header. Feedback please!

2002VB #20444
Comuputer Locker

This program will lock your computer so that your data cannot be messed with. This program shows you how to do the foloowing: (1)Disable Ctrl-Alt-Del (Non-NT Windows), (2)Keep a form on top, (3)Basic File Input/Output, (4)Shutdown Windows (NT supported), (5)Use the TaskTray. There are other things as well, but this is the jist of it. Anyway, BEFORE YOU RUN THIS - MAKE SURE YOU LOOK AT THE CODE AND SEE HOW TO TURN IT OFF (Password, etc.)!!!

2002VB #21490
Test Your Internet Connection Speed!

This cool program finds the speed of your modem. It pretty basic. It loads an animated GIF into a browser control and, using the time it took, it calculates the speed! The javascript version is at: http://www.planet-source-code.com/xq/ASP/txtCodeId.2097/lngWId.2/qx/vb/scripts/ShowCode.htm

2002VB #22365
Tapi Monitor

Tapi Monitor's all outgoing call's from your modem. It was Tested using Dial-Up-Connection so I dont no yet if it will work with any other type of Telephony dialing program. It monitor's only data and in some cases Voice connections.

2002VB #21180
_*CyberCrypt7.0 - BUG FIXED*_

--------Whats New with CyberCrypt Professional 7.0?--------- New advances: |Whats a Swap archive? A Swap archive acts the same as a normal non-compression archive. But what happens is when adding a file, this type of archive splits the file up into smallier pieces and uses less memory. |The Packed and Size properties: If making an non-compression archive the Size and packed propertie value should be the same. When having a compression archive the Size and Packed properties are usually different, this varies because files are compressed into the archive. The Size propertie shows what the original size of the file is outside of the archive. The Packed propertie shows the size of the file while in the archive. |Converting archives? All the converting archive option does is change an archive which has been made in an older version of CyberCrypt and converts into the correct format for the newer versions of CyberCrypt. |Coding Utility? The Coding Utility CODE is created by James Gohl, Copyright 1999-2001 All other design by Mark Withers, Copyright 1999-2001 |Whats new about this version of CyberCrypt? |*********Version 7.0********** |**Advances!** |New swap archive |New coding utility |New (In the archive properties dialog) how much space is requried to extract all files from the archive |New (In the archive properties dialog) how much space archive data is taking up of the archive size |Moved and better positioned file/archive/other properties |New Saved Space propertie |New Frequenly asked questions lay-out |New Ratio propertie |New lights to tell if you have lost or saved disk space |New ProgressBars |2.89% faster than before |Better checking if archive is still active |Tool tip text errors fixed |Error logger problems fixed |Lots of bug fixes |Register bug fix (Now can load file type names longer than 88 characters (Now 4696 Characters)) |Archive types using less memory |More Tip of the Day tips |New Packed propertie in file information |New File Created propertie in file information |Lights in status bar |Now easier to add more information data |Big bug fix on checking file extension |Bug fix in Tip module |Countless bug fixes |Neater displayed dialogs |Faster opening archives |More error debugging |Now new Converting archive option & Three dialogs |More frequently asked questions |Checks if file has extension easier |More source safe |New featured status bar in the main window |New splash screen |Faster resizing main window ------------------Please vote for this code. And thanks for all those greate votes in earlier versions of CyberCrypt.---------------PLEASE READ IMPORTANT.TXT IN THE ZIP-------------------

2002VB #19416
Show all Domains and Computers in LAN

After searching for this without results for about a year, I put all little bits of code I have found together and created these two Class Modules. One Class Module handles the enumeration of the Domains / Workgroups in your LAN, the other handles the enumeration of the Computers available in a specific domain. Included is a small demonstration program (as shown in the screenshot). Because of the Class Modules, you can easily add this functionality to any other program. This has only been tested on Win98 SE (so it does work on Win98, not like most other examples I have found, they only worked on WinNT). If anyone has problems with the enumeration on certain systems, please let me know so I can work it out. As usual, please leave comments, and vote if you like.

Languages
Top Categories
Global Discovery