Results for "Volume: ASP_Volume3"
Class and exhaustive test rig for FFT and IFFT. See screenshot. Updated for substantial speed improvemnt. Download is 8 kB
This is a 'Finite State Machine' Class to control batch type sequential client programs which fetch records from one or more sequential (normally keyed) data streams and optionally merge them into one stream, and/or exchanges data between matching records. This is done by invoking the discrete procedural steps in a logical sequence (eg FetchNextRecord, GroupHeader, ProcessRecord, GroupFooter etc) which the client program is arranged into. Also supported and invoked are control breaks for outputting subtotals, totals or grand totals; the control breaks are further subdivided into group header and group footer. The class supports a great variety of properties which may come in handy during program execution. Examples for this kind of programs are manifold: Invoicing, batch account-updating from transactions, grouped statistics, budgets and ballances, or report writers with subtotals and totals to name just a few. A comprehensive documentation is included. Compile WinPS 1st, register it if necessary using RegSvr32, and then add a reference to it to TestNewPS (or to any other project that might be using it). Download is 85 kB.
This is a class wrapper and a modified version of the ZLib DLL (http://www.zlib.net). ZLib is used for compressing/uncompressing data using the famous Deflate algorithm. It will also read/write the zlib and gzip headers from/to the data when compressing/uncompressing. I modified the standard zlib compress/uncompress function calls to allow you to pass a parameter to specify the header type of the data. Either zlib, gzip, auto or deflate with no header. You can download "vbzlib1.dll" from the following URL. http://www.techknowpro.com/vb/vbzlib/vbzlib1.dll I needed this because I couldn't find any other sample code to uncompress a string containing gzip data. Specifically when downloading gzip Content-Encoded data from a web server. With this you can both compress and uncompress string data easily specifying what ever header you like. I hope this helps others. I did alot of searching and didn't find anything like it for VB. If you like or use this please vote for me. :)
Super Worm - particles, springs, mass, force, velocity. Each piece moves, not just the ends. Each Piece has mass and is connected to others by springs. Very powerful and interesting maths.
This is Very Good Piano using midi You Can control pitch , Volume , Channel You Can use Keyboard and mouse for music You can Record and play your music and in this update , you can Save and Load your music.
Full Mathematic Expression Evaluator for VB 6 Support all Operaotrs, + - * / \ ^ % and Parms, Relational operators <> <= >= <> ==, Variable Support, Bitwise Operaotrs, Or, And, Xor, !=, &&, ||, MOD, DIV, SHL, SHR, >> << Increment/Decrement operators -- ++, Hex support, Functions and more. Please Vote.
A little utility to facilitate the inclusion of assembled .bin files into VB projects. Download is 2.3 kB only.
Dictionary refference by KAMUS DWIBAHASA Oxford Fajar. User can add,update, delete and search a record.
MorphOptionCheck is a subclassed, ownerdrawn usercontrol that combines the functionality of VB's OptionButton and CheckBox controls. Uses version 2.1 of Paul Caton's self-sub usercontrol code. Unicode supported. Background and border of control may be rendered transparent. A much-improved version of a control I had posted on PSC for a short time about a year ago. As always, constructive comments welcome, votes appreciated. ----------------------11 April 2006 - Added icon display capability, you can now use icons in place of standard checkboxes. Rearranged and tightened up code, added property to allow you to not display focus rectangle, and added code to allow you to see changes as you are making them in design mode. Added property descriptions in IDE property window.
A COOL eBay Seller's tool... eBay Selling is fun. But when eBay sellers want to be informed when people have made bids on their items, this is a neat Alert program. Every 30 seconds the application checks eBay to see if somebody has made a bid. If so, it rings a cash register sound and pops an Alert onto the screen. If you like it, please do vote. (I will remember you in my will :-)
A way to EASILY Distribute you App over the internet in a single EXE. This program makes it easy to create BAS modules with embedded files such as: COMDLG32.OCX, TABCTL32.OCX, MSCOMCTL.OCX This means that your SPLASH SCREEN can automatically install components that are used by your other forms if DIR(Whatever)="". In a nutshell, this means that you can distribute your entire application as an EXE and if executed from a ZIP file over the Internet, you do not need a separate SETUP program at all! There is already code on PSC to handle the REGISTRATION of OCX files... so, this means that nobody needs to explain how to install an application to a user. Just Zip the final EXE and upload to your favourite download URL. The user just downloads the ZIP, runs it and executes your program on-the-fly with self-installing components. BTW, I have tested it with the above OCX's and it works GREAT!
This is document very useful with the program VB. Good lucky!!!!!!!!!PLEASE VOTE FOR THIS DOCUMENT
This code will allow you to take a program running and put the program in your form.
This views the a rotatable earth, if you connect a GPS it will show you the rough position on the globe with a pink square, but when you get on the other side of the planet the accurancy goes down by a dozen miles :( . You can load in a CSV file to inform you if your near a Long/Lat point..... It can record your movents and saves it in another csv file, so you view it on another program attached. I was planning to view the satellites it locks onto and make the earth more detailed when you zoom in on particular points. If I do - I'll upload it another time. This is a bit like a google earth clone.
This Class puts files and string into a bigger file. Like an array. But when it inserts (or extracts) a file it doesnt use large amounts of memory and CPU. It grabs small chunks of the file in opposition to loading the entire file into memory. Loading many files that are large in size will use up memory and CPU. It doesnt use encryption or compression, but you could add those. Feel free to use this code in any manner, and I hope you have a good day.
Candy Button - is a nice button that can look like XP button, XP Toolbar button, Cristal (OSX) and IceBlock (Based on Cristal) all buttons can have Checked/Unchecked state. Use it if you like, I have seen some buttons here that are forbidden for commercial use and I think it's absurd!! This is a small gift to this community. Features *Small api usage (only 4 apis) *4 different styles Some votes wouldn't be bad! ;) -------------------------------------------------- Updates: Now is Subclassed!!!!(No Timer) *Code was sorted and reduced *Drawing now is faster!!! *Font propertys (thank's Kenneth Foster!) *No more green background, no flickering problem or Click event outside the button Thank's to all for your opinions, suggestions and solutions!!!(and of course for the votes!) (now around 10 apis are used). Tell me what you think, it was tested only for xp. ------------------------------------------ *Some bugs in design mode fixed (Special thank's to Heriberto and Ken Foster) *Subclass method now sorted (Thank's to Paul Caton for his advise)*Introduced a new button style: Plastic. I hope you like it ;) -------------------------------------------------- News: Some bugs were fixed, speed was really improved (and I mean a lot!), and new properties were added (thanks to Steppenwolfe) Enjoy it! And don't forget to leave a feedback ;) -------------------------------------------------- Small bugs fixed and speed was improved again, know it should be fast for almost any purpose. Check it out!!! :o 1 Last revision for those who could not load the style.
SimpleXMLParser is very simple and easy to use xml parser/generator. Demo project is included. Have fun and vote if you find this code useful.
Two classic 8-bit platform games :-) See Readme!.txt for more information. Have fun! (~250 KB). Keywords: classic 8-bit game clone 'Manic Miner' 'Jet Set Willy' First release: 4/15/2006 (MM), 7/13/2006 (JSW). Last update: 01/16/2012
This complete application serves as an interface for a MS Access table to help manage various aspects of personal accounting (ie: checkings/savings/bills/ect). Several unique capabilities which include syncing with MS Outlook calendar (for reminders), spending trend/history graphs, budget tracker, payment tracker, and more. See the help section if you have questions.
It is a complete library system, add, edit, delete patrons, administrator and books, it is a complete package and 100% working