Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #191654
CV Creator

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.

5_2007-2008 #186620
ucTextbox

Just playing around. A usercontrol textbox that has XP look. Got scrollbars and align working.Not the best solution but seems to work okay.

5_2007-2008 #189142
Customized Accounts Management System

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

5_2007-2008 #194448
Hotel Management Software Using Ms Access - Best User friendly Design Approach

To draw an outline for designing software using Ms Access. "Hotel Management Software Using Ms Access - Best User friendly Design Approach"

5_2007-2008 #193936
Creating Thread in VB6 Successfully With an Example

Creates and uses a thread (safely)

5_2007-2008 #194555
Railway Reservation System

Reservation of railway tickets online.

5_2007-2008 #194560
FAEL

FAEL is a template to buil a sales manager and inventary system

5_2007-2008 #192402
FlipPage

Flip page with perspective and sine wave -> Page Curve

5_2007-2008 #192403
Drag to stretch!

Drag and stretch perspective in x, y direction as you wish!

5_2007-2008 #192586
Rotating VU meter

displays a value on a graphical rotating VU meter

5_2007-2008 #193848
Students Information Management

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.

5_2007-2008 #189636
read and write MP3 ID3 tags

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.

5_2007-2008 #189637
global key hook (easy to use!)

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.

5_2007-2008 #189638
sticky VB windows that stick to each other (like seen in Winamp)

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!

5_2007-2008 #189639
compression functions (run length, Huffman and ZLib)

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!

5_2007-2008 #187191
Sea waves animation

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).

5_2007-2008 #182893
Manual RAID 1 v2.0.11

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

5_2007-2008 #194468
Multipass BILATERAL FILTER. (V3.3)

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? ]

5_2007-2008 #194527
Photo Browser

Simple code how to input photo in Picture Box with Photo Browser.ocx. .. Please Vote me for .Ocx

5_2007-2008 #190877
A 8085 Simulator

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.

Languages
Top Categories
Global Discovery