Results for "Volume: ASP_Volume3"
This is a project I was working on over a year ago, and never quite got finished. I'm uploading the best version I have, because it's a shame to let the work go to waste. The cars indicate, change lanes and start/stop at the traffic lights. Occasionally they will crash/overlap though, I could never quite fix that problem. I'll be honest, I'm in over my head with it now. Maybe someone else can finish it off. Good luck!
This code playes fasttracker 2.0 files (XM = Extended Module).FastTracker 2 was one of the first music composition tools for PC and it still delivers a great sound experience, due to the ability of using 8-16 bit samples. it was the first tracker to implement instruments thus enabling the user to automate volume and panning. Caution this code sample does not yet support 16-bit samples but it does support 8-bit samples. the .zip file contains test music.
Source code editor ActiveX Control with syntax hilighter for every programming language, more than 70 until now like PYTHON, CPP, HTML, xml, PERL, SQL, VB, Properties, ERRORLIST, MAKEFILE, BATCH, XCODE, LATEX, LUA, DIFF, CONF, PASCAL, AVE, ADA, LISP, RUBY, EIFFEL, EIFFELKW, TCL, NNCRONTAB, BULLANT, VBSCRIPT, ASP, PHP, BAAN, MATLAB, SCRIPTOL, ASM, CPPNOCASE, FORTRAN, F77, CSS, POV, LOUT, ESCRIPT, PS, NSIS, MMIXAL, CLW, CLWNOCASE, LOT, YAML, TEX, METAPOST, POWERBASIC, FORTH, ERLANG, OCTAVE, MSSQL, VERILOG, KIX, GUI4CLI, SPECMAN, AU3, APDL, BASH, ASN1, VHDL, CAML, BLITZBASIC, PUREBASIC, HASKELL, PHPSCRIPT, TADS3, REBOL, SMALLTALK, FLAGSHIP, CSOUND. This is scintilla ActiveX Wrapper. To download the full packge with SciLexer.dll and the .ocx, download from our site http://www.mewsoft.com/download/Editawy.zip. Please check our website for the latest updates, required DLL, and free support.
This is a bit of my "REAL 3D BACKGAMMON" project that I will publish soon. I believe that this is the ultimate procedure to make Games that uses Dice. Requires Windows XP
This is an example I did for another PSC member. Others might find it useful. Simple application to demonstrate a method of inter-application communication with the use of the Winsock control. Project is in two parts. Part one is the receive or “Host” application. The Host listens in it’s IP address on a port that is set from the Host Form (default is port 8000). Part two is the transmit or “Client” application. When the “send” button is pressed, the Client connects to the Host, then sends data contained in the text box controls to the Host. The Host receives data one “control” at a time in a Ping-Pong fashion. First the control ID is sent, then acknowledged to the Client (“ACK”), then the Client sends the controls data and the Host sends a acknowledgement. This is repeated until all control data is sent to the Host. The Client then disconnects from the host. The “Change” event for the controls on the Host can then be used to process the newly arrived data. Both applications can be on the same computer (use the loopback address 127.0.0.1), On different computers on your network, or even used over the public internet (not withstanding router, firewall and NAT translation settings). No API’s, no custom controls, just the tools that came with VB6 I hope you fine this useful. ** 21-FEB-2006 Update ** New zip with some error trap fixes
Just like MS-Agent, Living Actor is a revolutionary embodied Agent technology that makes it possible for companies to add an animated and interactive character to their applications without making any change to their application's window, or webpages. But it’s more advanced than MS Agent because the characters are rendered on screen using OpenGL 3D techniques, not using bitmaps like in MS Agent. Making it in 3D also has its own advantages like characters size is small (jus few KBs) unlike MS Agent’s few MBs. Since it’s using 3D technology it easy to manipulate the characters in real-time.
Opens a registry key and selects a value in RegEdit.exe (Windows Registry Editor), even if RegEdit is already running. Please vote!
This is the final (FINISHED) version of my Intelligent Hospital Management Project, which is an application that manages hospital records for patients and assists the doctor in diagnosing patient diseases based on symptoms supplied as input to the program. New patients can be REGISTERED, existing patients can be ADMITTED or DISCHARGED, based on their current status, a hospital history of each patient is maintained, showing the kinds of illnesses they've been admitted for in the hospital. Your comments are very welcome. (and votes, Please )
This is a standard component based in TreeView of Microsoft Common Controls. It show true icons for all folders, have options to show/hide standard roots (like My Documents, Network, etc...) Is very faster using the LockWindowApi and another APIs. Exist a little bug in the background color propertie for users of Common Controls 2.0, in the future i fix this bug.
This code once compiled to an ocx, can be added as a user control to any VB6 form. It allows you the user to send an mail via an smtp server, but where this code shines is the ability to add an attachment to your Email.
Two little MSFlexGrid enhancers. A single class adds simple Edit functionality. The principle is to make it quick and easy to update existing code and/or create new code in a consistent and resuseable way. The Subtotal Control allows a simple subtotal row for any combination of the columns. Please feel to modify as you need. As always feedback is welcome....
This code lets you make an entire ORPG (limited by the max of Winsock, which can be replaced by Sox, to increase online user capacity) or even an ORPG engine. It has all the features a decent MMORPG needs, guilds, melee, magic and ranged combat, basic AI, easy to use map-editor, etcetera.
This application allows you to quickly build an industrial strength database program, and adds many safeguards and features that you would otherwise have to code for yourself. The app accepts database schema definitions in the form of an XML file and generates all of the code necessary to access SQL databases in the form of a VB module that you insert into your application. Operations that are performed for you include the following: * Handles all of the issues related to initialization strings and opening the database(s). * Generates correctly formatted SQL statements for both queries and updates (errors are caught at generation time rather than when the code is run). You can rerun the generator at any time when the schema changes, and the code will then always be correct. * Handles SQL error recovery, display, and logging of errors automatically. * Deals with many SQL gotchas, such as escaping string field values containing single quote chatacters, handling maximum text field lengths, date field formatting for queries and inserts, verifying numeric field values, recovery from null field errors, etc. * Resolves many of the subtle issues related to differences between various SQL systems (MySQL, Oracle, Access, Postgres, etc.) * Provides a very easy-to-use programming interface to the SQL system. The logic handles many database programming situations such as multiple database connections, multiple table buffers, using SQL DML v.s. recordset operations, defining the system to generate only the desired type of access for each table, etc. The generated code can also be used for VBA applications. This system has been in operation for a number of years, and therefore is very solid and well-tested. Full documentation and a sample is also included.
This code simply binds a ListView control to *ANY* kind of database you want(Access, MSSQL, MySQL etc...) It also includes auto column resizing that resizes column headers relative to their content.
With the ever increasing use of user id's and passwords it gets harder for a user to remember these all. So why not just allow your applications to use a users PC Login Username and Password. I have attached a module that I found on Microsofts webpage while surfing the net for exactly that. I have placed a piece of code that shows how to use this module. I have used it in a Network Tools application I have written to verifiy the administrators or users username and password. It saves having different usernames and passwords for each application. A handy addition to any login screen.
This is a Net time counter. When run, it logs relevant details about the connection (such as start time, time elapsed...) in a log in a folder you choose (Default: My Documents) when an established internet connection is severed. Includes an auto-disconnect feature whose time can be configured. When program is sent to tray, right-clicking on it's icon will display the elapsed time as well as offer options such as disconnect, maximize... Log generated can be exported to Excel spreadsheet for calculations and analysis.
Some time ago I found at PSC a great code made by Alain van Hanegem of a Speedo Meter and a VU Meter class control. The code was great, very useful and one of the best codes I've found here at PSC, but it takes lots of time to configure and customize, and also it is a little difficult for begginers. Thinking on that, I've made the ActiveX UserControls for these meters, and I tried to put on it all the potential of the original class control. It has tons of properties and is much easier and faster to configure. If you are a begginner, I really suggest you at least take a look on my code, but if you didn't have any problems using the original class control, I suggest you to continue using it, because it is lighter, faster (I guess) and uses less PC Resorces. Once again thanks Alain van Hanegem for the incredible original code and allowing me to post these UserControls. Please post any comments and suggestions!
A textCrypt application to encrypt/decrypt text messages. This application can also create a shared key, and can encrypt/decrypt messages encrypted with the key. The key is protected with a private password. The application use the Rijndael AES algorithm. This is the Final BETA release of the software. AES is the Advanced Encryption Standard, which is the result of a three-year competition sponsored by the U.S. Government's National Institute of Standards (NIST). This encryption method, also known as Rijndael, has been adopted by NIST as a Federal Information Processing Standard. Please send me your feedback and comments, your effort in this direction is highly appreciated.
The following code is a demonstration of how to remove duplicates from a string array as quickly as possible. The program first uses the very fast TriQuickSort algorithm to sort the array after it has been dimensioned and populated. Then it uses the remdups sub to remove any possible duplicates from the array. remdups assumes that you don't want any vbNullString in your array, if you would, then just replace vbNullString in the remdups sub with any other character, like Chr$(1), or whatever that floats your boat. This code can be used to remove duplicates from arrays that contains hundreds of thousands of entries, even millions. And it's very fast.
Sick of those ugly VB 6 scroll bars that don't support XP themes? Don't feel like messing with a manifest? Here is the code for you. This scrollbar control acts just like the XP scroll bar on a multi-line text box because it is. The control just uses an API call and a timer to expose the scroll event of the textbox and then hides the textbox. This means you get allot of functionality with very little code. There is room for improvement and additions, but I wanted to keep the code as simple as I could.