Results for "Volume: 6_2008-2009"
Program uses VBA Micros to take data and enter it on Microsoft Word for a quick and easy way to create a Curriculum Vitae. This program was inspired when a stranger I met in internet cafe could apply for a post cause his floppy disk got damaged. Internet Cafes should have a program that helps their clients easly create a CV when their storage device get faulty unexpectedly.
Just playing around. A usercontrol textbox that has XP look. Got scrollbars and align working.Not the best solution but seems to work okay.
It is a customized Accounts Management System with Editable grid. It is working only on 2 forms for Input. Editable Grid is working in Transactions Form. Use CTRL + SPACE in Transaction form grid's first column to open Accounts Lists
To draw an outline for designing software using Ms Access. "Hotel Management Software Using Ms Access - Best User friendly Design Approach"
Creates and uses a thread (safely)
Reservation of railway tickets online.
FAEL is a template to buil a sales manager and inventary system
Flip page with perspective and sine wave -> Page Curve
Drag and stretch perspective in x, y direction as you wish!
displays a value on a graphical rotating VU meter
This code shows how to use ADO with Visual Basic 6 to generate a nice user friendly application. The backend database used is in MS Access.
use this sample to read and write complete ID3v1 and the most important parts of ID3v2 tags from/to mp3 files. Just add the sample source code files to your project and call some few interface functions.
this project (zipped) contains a module you can add to any VB 5 or VB 6 project. The module provides some functions that will make your application see ANY keypress done ANYWHERE within Windows (also Win7). Use to implement hotkeys or to build a keylogger.
this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program restart with one function call (uses Registry)! Easy to use!
Here you get 3 types of compression functions: 1) a run length encoding ("hellohellohello"->3*"hello") 2) a Huffman compression (with Huffman tree, where more frequent chars get a shorter bit string in output file) and 3) a VB interface to the ZLib compression (ZLib.dll was written by someone else). You can also compress and pack several files into one compressed file (CompressionPack) and unpack them again. Please note that my self made compression (1) and 2)) is not that fast and efficient, but good for learning purposes. If you have questions understanding the code or the basing ideas go to www.louis-coder.com and mail me!
Shows a 1D wave pool made of single incident and single reflected sea wave (linear theory). Shows surface elevation of sea surface and animate the motion of particles from surface indept.Surface elevetion is recorded at red dots positions (level gauges).
This program simulates RAID 1 at the drive or any folder level. Updated to work far better than previously and command line driven operation now works. Next update, a small help file. RAID 1 is designed to mirror files from one drive to another. This goes it one better by allowing one to sync starting at any depth in a folder hierarchy. It can do any of the three sync operations separately or can do all three sequentially in one operation. Your choice. The three operations are: 1. Copy missing files from Master path to Slave path 2. Copy newer files (per modified date) from Master to Slave 3. Delete Orphaned files on the Slave drive. This three step process fulfills the basic tenants of RAID 1. This program runs fast. It was written because SyncToy (version 1 and 2) takes over 24 hours (never let it finish) just to find all of the files in a directory I have of about 900,000 files and leaves orphans (one drive had 5,000 of them). This program will survey the same directories in about 20 minutes. That's a significant improvement. Try it and let me know what you think. It will go through some more testing and I am sure I will find things I want to tidy up and will reupload when I am completely happy with it. One thing added this time is a progress bar for overall progress. Nice would be a progress bar on large individual file copies. That brings along a bunch of other things that have to be done. Just takes time... This was built on a nice program I found here but I have lost the reference to who wrote it. About 99% of the code has been replaced including all but one reference to FSO (because of speed issues) and that call is only to delete directories. The original code used recursion but now, it Does Not Use Recursion to find the files so you need not worry about running low on memory on that account. Between SyncToy taking over 24 hours to run and recursion running me out of memory, I had to write this to live! Enjoy and comment. It is a simple program for the most part and I would appreciate thoughts of what it could do or do better. There is a command line interface. A little work might need to be done there. Will be testing it. Note: Since this code can overwrite and delete files, please be careful until you trust it. Wish list: Dual Threads if paths on separate physical disks but VB6 seems to hate threading. Enjoy! Mike Morrow
MULTIPASS BILATERAL FILTER. (V3.3) This application applies Multipass Bilateral Filter to color Images. Bilateral filtering is an Edge-preserving smoothing filter. This technique extends the concept of Gaussian smoothing by weighting the filter coefficients with their corresponding relative pixel intensities. Pixels that are very different in intensity from the central pixel are weighted less even though they may be in close proximity to the central pixel. This is effectively a convolution with a non-linear Gaussian filter, with weights based on pixel intensities. This is applied as two Gaussian filters at a localized pixel neighborhood , one in the spatial domain, and one in the intensity domain. Some Parameters make result image with a cartoon-like appearance. V3.2 UPDATE: Added 4 "Intensity Modes (Curves)" plus "Preview Mode". V3.3 UPDATE: Removed Black Borders + Movable/Hidable Panel + ProgrssBar. [ can someone speed up EFF_BilateralFilter Sub? ]
Simple code how to input photo in Picture Box with Photo Browser.ocx. .. Please Vote me for .Ocx
This is the 8085 Simulator. It is the best on the planet for now. Download and run. 8085 programs are also included. It is nearly matching the Industrial (Commercial) standards.