Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #165071
Chip8086XT

If you ever think what happened if your number is bigger than your data type provided by any languages (c/c++/Delphi/Java/VB ..) well we can't able to do any mathematical/logical operations (we will get an overflow error msg.!!). I was working on this topic since a long time and finally I found a logic to overcome this problem(but still a lot has to be done to improve the logic and techniques). Here you can find an Object, I called is Chip8086XT. Chip8086XT is nothing but an ActiveX DLL, written in VB6.0.(New version of my 'MathOperator.dll', better in performance.). Right now chip8086XT can able to handle basic mathematical operations (i.e. +, - , * , / ) only, and I have test the object successfully till 200 000 digits. I included a TestChip8086XT program to test Object and also included help for all the properties and methods (for more details please check readme.txt). Sorry to say but it's true, it may not be very useful in normal programming, but I believe it would be very useful in scientific-research work. This is one step ahead into the feature development/enhancement of computer technology. A lot more work left to implement all other mathematical/logical operations and improve the performance. Your valuable comments/suggestion would be helpful to improve Chip8086XT. If some body working on this topic please contact me. -Thanks

4_2005-2006 #152547
API Remove Dupes from ListBox

This is in response to many requests for "removing duplicates in a listbox" in the discussion forum. Using the API is almost always faster than using VB. I'm unaware of any examples here on PSC of using the API for removing dupes - I may be wrong. Either way this is a very efficient way of accomplishing this task. No need to vote - code couldn't be much simpler than this! Feel free to improve upon the code yourself. As usual all bugs come entirely free of charge.

4_2005-2006 #165317
A 0 E - Minder - A Reminder Alerter - Updated with Full HTML help

This update includes the HTML help file. I have made this help with "helpMATIC Pro HTML". This is a very easy to use shareware tool to make html help files. Everything else is same as of the previous version of E - Minder.

4_2005-2006 #164171
IP/Subnet Calculator

calculate information on the class of an ip, and subnetting

4_2005-2006 #165236
[ Perfect Tic Tac Toe ]

Demonstrates the use of variable levels of AI to challenge an opponent at any level. Highest level is unbeatable, lowest level is very easy. This code is HEAVILY documented (see for yourself). Can you beat the "Clever" level???

4_2005-2006 #164898
Basic TCP/IP Multi-Client Echo Server

A basic Echo-Server, which accepts up to 65536 clients. Great as the base for your game, a chat or something similar. Winsock-Controls will be generated at runtime, and disconnected Ports will be re-used. Clear and commented code without special features. Say: A Template. --- Please drop me a line, if you find a bug or have a better algorithm for something. If you use it, it would be nice to vote :)

4_2005-2006 #165205
DeskSlot machine

DeskSlot machine!! The desktop game that everyone must have!! Look the screenshot. A little slot machine hidable with a double click with bonuses and hold mode!! Try it! Scripted veeeeery easy.

4_2005-2006 #164504
_a Mouse Button Swapper

Compiled program will swap the functions of the left and right mouse buttons when ran. To set them back to the original state, you must hold down the Ctrl key while running the program again.

4_2005-2006 #164896
TCP/IP Multiclient XML Queue-Server

Forget the Chat-Only-Servers here on PSC - This is the First Multi-Purpose(!) Multi-Client XML-Queue-Server. How does it work? The client-app sends its "data" as a XML-File over a TCP/IP-Connection to the server. The server grabs this XML-File, and puts/parses all the other Client-XML-Files into one big Server-XML-File. after some seconds, this "complete" file will be sent to the clients - which will parse it back and print the "data" of all the clients. Et Voila. ^^ ---- Key Features: * Works with XML, not strings * expand the data to send what you want, XML can even tranfer large binary data. * Up to 65536 clients at one time. * Less transfer/cpu-time for clients and mainly Server. * Uses MSXML40 Core Services * Its an Queue, not an Echo-Server like the other "chat"-Servers out there on PSC. It sends all the Data with one command. * XML is standard - feed your applications over the Inet with it. * add "Header"-Info to each server-xml. * clear and commented code. ---- Bugs: None (but i'll update if you/I find(s) one.) ---- Votes: If you think, it's a nice piece of work, vote. If you don't think so, you are probably behind the time :>

4_2005-2006 #165199
PC SPEAKER MUSIC KEYBOARD Version 3a

Version 3a: Update in response to reported error. FIXED: Translation of sharps between codes, first note dotted error. NEW:The New Basica Trick called BasicaRealTranspose is misnamed; at present it creates rather interesting changes to a tune but does not Transpose. This is a keyboard in a picture box class. The keyboard now supports almost all of the Basica Play command code (excepting those bits that can't be, or don't need to be, reproduced inside Windows). Basica and Nokia Composer and RTTTL code now allow dotted notes. Many examples in each supported code. There is a player piano mode when playing back code strings. There is a Nokia ringtone safe mode. The keyboard has 4 built-in 'skins' and a safety routine which keeps the colours safe. You can generate random skins and save them to a file for adding new 'skins' to the code. I have incorperated the code necessary to use the class in pre NT systems (thanks to Bob Richards for this code ('Quick Search' for "PC Speaker" to see original) but you will need to download the free .Dll file WIN95IO.DLL which is available from http://www.softcircuits.com (For Win9xMe systems ONLY, the file WIN95IO.DLL may be copied to the Windows/System folder or just drop it in folder with my code) The PC Speaker is not a multimedia add-on it is part of most computers' bootup system, the thing that goes beep (just once if all is well). If you don't hear it, check that you have not disabled it from SetUp or disconnected it while tinkering inside your machine. One day you will want to hear it as it signals that something fundemental has gone wrong (over the years; hard drive cables disconnected, unplugged keyboard and loose memory chips in my case). Also includes a work in progress clsVirtualScoreSheet. View code as traditional score. As you will see this is not fully developed and assumes 4/4 time for all pieces but does not quite achieive it. Useful for inputting from score sheets as you can check that you got the right note and duration. It does not scroll (yet) but it is resizable (just maximize the form). Hope to develop it to allow direct mouse editing of score as another input system. Comments, suggestions and votes welcome.

4_2005-2006 #164476
XCell Update 2 - SpreadSheet program without external ocx or dlls

THis program is an attempt at making a spreadsheet program written in visual basic without any external ocx or dll. This version has two new updates: *It is arranged more orderly in classes *It is now supporting formulas inputted into cells

4_2005-2006 #162415
Large Math (Demo with Pi calculator and Mersenne Prime finder etc)

The code demontrates a library of math functions designed to work on very very large numbers. To name a few: IsArrayPrime IsArrayPrime2 IsArrayStrongProbablePrime IsMersennePrimeExp StringToArray ArrayToString ArrayToBin(ary) ArrayToHexStr ArrayCmp AddArray AddArray2 SubArray SubArray2 ArrayMultiply ArrayDivide Sqrt (square root, yes) PowerOf2 ArrayPower PrimeFactorsOfArray This is for all those Math Freaks, who would know its application. For those who don't, its applications include finding large Prime numbers for use in encryption and variety of other uses. Calculation of Pi (3.14159..) etc. The demo demonstrates Prime number and Pi calculation primarily. The code has been optimized to a very large extent, but if you find scope of improvement, please tell me. Also, foolproof testing of this code was very difficult for me, so if you find any bugs, please do tell me. Thanks for your votes and comments.

4_2005-2006 #156966
Hack Da Win

Unlock and show windows,buttons and menus (vb),hidden password by drag and drop the key.. PLease vote for me

4_2005-2006 #151788
API Password Box

All API-driven masked user input function. Works similiar to the "InputBox" function. The form and all controls are generated by API, so there is no need to include special forms when you want to have a user put text into a masked edit control. Enjoy!

4_2005-2006 #164897
Winsock Multiplayer Flash Game (Gimp Roulette)

Flash, Winsock TCP/IP, Chat, Server and Client - all in one application - and it's a multiplayer Internet/Network-Game. If you want you can call it: Russian Roulette. How does it work: Sends your local action FIRST to the Winsock-Control and execute it directly from the Winsock-Control, eg. Jump to the right flash-Frame. ---- Key-Features: * Animations in Flash * Control Flash-Frames trough VB * Push variables into a Flash-File * TCP/IP Server and client in one application * Chat- Server/Client * shows, if opponent gone offline * Learn how to use Winsock to control another app * Handshakes at winsock-load and -unload * Background-Sound * Statistics (Percent-Bar) * Ini-File - Support * clean and comented Code. * Includes the .fla-File, to show how it works. ---- Bugs: None (If you find one, i'll update the file) ---- Votes & comments: Yeah, would be cool - just try it and love it - i always wanted to win the contest :> If you don't vote, please drop me a line, that i know, what you think about it. And now: Enjoy and vote :>

4_2005-2006 #163935
Digital Memory Book

This is a digital version of the well-known children's memory books. Here the parents can write their thoughts from pregnancy through the Childs childhood, insert pictures, sounds and video. There is a possibility to get a print of the various parts of life as well as a complete memory book included pictures. This version is a scaled down version of my commercial sold program, using VB6 components only (the commercial is using 3. parties components), and the source code is free for you to use as you want. Please observe I have used a VB5-component: DBGrid32.ocx, which you have to install if you haven't got it already (included in the zip-file). I have used some other programmers program snippet in my code and due credit is given in the frmAbout. Please do not waste time voting for this program, but feedback is very appreciated. Have a nice day

4_2005-2006 #153638
Controls Autoresizer

This control automatically resize any controls on the form. You can set some properties to customize its behaviour, like resizing fonts or keeping aspect ratio. If you want to exclude some controls from resizing, just set TAG property to NO. You can import the control in your projects or compile it as a standalone OCX control. If you want to compile the control as a standalone OCX control, you have to set the Public property of the ActiveX project to TRUE)If you have questions, feel free to e-mail me. Now works with SSTAB control.

4_2005-2006 #164895
Get your external xDSL IP

Just a little module, which gets the true internet-ip. Works great with xDSL. And its not "winsock.localip" ^^ - Just test it and tell me, if it works for you too.

4_2005-2006 #165443
Fantasy Tales Online v.1.0.5

This is an early version of a MMORPG I am writing. It lacks any advanced coding but shows basically how to get the basics laid out for a game. It shows stuff such as creating surfaces, loading data from a file, text output and more with DirectX 7 and DirectDraw. DirectSound is also incorporated but not used often. Animations may be added in later versions.

4_2005-2006 #152803
Wallpaper Cycle 1.3

Changes your wallpaper automatically at intervals such as minutes, hours, days, weeks. Displays all images in directories as plain icons or thumbnails. This version has been completeted but no fully tested so bugs can be expected. Here is a list of the features added from version 1.1 1. Now fully tested and working on 98/ME/XP Should work on NT and 2000 but I haven't tested it on those operating systems. 2. Items in the listview can be sorted. 3. The tray icon can be hidden if desired. 4. image files from explorer can be dragged and dropped into the wallpaper list. 5. The wallpaper can be changed at minute intervals. 6. the controls don't move into the wrong position when the form is resized. 7. The windowpane between the directory listbox and file list box can be resized. 8. the wallpaper can be changed at a daily/weekly interval at specific times (example, every 4 days at 3:00PM) Please report any bugs to [email protected] I cannot find all the bugs myself and I would like to eliminate as many as possible before I submit the new verison on Download.com

Languages
Top Categories
Global Discovery