Results for "Volume: ASP_Volume2"
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 :>
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.
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
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.
Unlock and show windows,buttons and menus (vb),hidden password by drag and drop the key.. PLease vote for me
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!
Just a small application demonstrating how one can write a custom interface for MS Visual Source safe, suiting ones needs. Ofcourse VSS should be installed on your machine. Hope it would be of some use to other programmers.
Based on a previous submission on PSC, (probably named My Network Places), I have built a useful application on the top of it. Called Lansearcher, as the name suggests, is used to find any file on a lan. It demostrates host of features, including self written logic for matching filters, multiple filter matching for searches, saving of searches, copying the files directly from the application, saving settings to registry, preserving last ten searches in reg, also has exclude filter for PCs, demostrates how to use Tips Template in VB etc etc. Try it out yourself. Thanks for your votes and comments.
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 :>
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
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.
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.
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.
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
The first of its kind on psc. Explorer Add-on. ActiveX thumbnail viewer. add thumbnail veiws to explorer of your file types, just like the bitmaps images on the left side of explorer. View AutoCAD drawings thru Explorer. It doen't have to be just AutoCad files, it can be anything you want. Also, ActiveX Desktop. Please vote. see preview.
The only one of its kind...,My program changes the icon of any compiled exe file in windows OS!!
This code allow you to create a type writer effect. Ideal for displaying user friendly status of your software.
It can parser simple XML like file and read/write data in it. Gives simple access like any Database.
ALang is an easy to learn and use Assembly Language for beginners. ALang is very close to Assembly language in its syntax and execution. It is an interpreted language. This means that programs written in ALang are not compiled directly into machine codes rather they are executed one by one. It is a very sophisticated language which can execute variety of programs. You can implement loops, conditionals, variables, etc. in this language. As this is its first release it may be having several limitations and bugs. Any comments, improvements, VOTES and feedback will be appreciated.
HTML Chat is a program that you can chat with other people and have it show up in HTML instead of regular text or richtext. If you have used AIM (AOL Instant Messenger) you will know what I am talking about. AIM uses HTML for chatting. Use this program however you want, you can use it as an example or you can use it in one of your programs as it is. I really do not mind, all that I ask is for your comments. I put a bit of time into this and I thought it would be a great help to people wanting to make their own chat program. I may upload a new version that has emoticons, it is not hard at all to add those. Thank you for taking the time to download my software.