Advertisement

Results for "Author: morgan haueisen"

6_2008-2009 #202087
ADO Label Printer

Update 6/21/05: This is an address label printer. It was originally created for church use and mass mailings. You can have multiple files to help organize your address; the program will remember the last 4 you have opened. You can search for a specific address in a variety of ways. It allows you to move address from one file to another (one at a time or a selected group) by opening a selected paste file. You can Import/Export address from/to text files; you pick the field delimiter (Tab, Semicolon, Comma, or Carriage Return). You can print a single address label, selected address labels, all address labels of selected zip codes, or all address labels in a file at a selected starting row and column. You can print a single page of labels beginning with the first address you select. You can use it to print nametags by selecting the print option "Print Names Only". You can create and save different printing schemes which contain label size/layouts as well as what font will be used to print. You can view/edit one address at a time or view all the address in a spreadsheet format. In the spreadsheet, you can filter the information displayed to show only the address you want. The data in the spreadsheet can be sorted by column heading in either ascending or descending order. PLEASE READ THE README FILE.

6_2008-2009 #202088
Print-Preview and More

Bug Fix: 4-19-04 This code gives you the ability to add print previewing to you application and the tools to allow you to make nice looking printed reports. You can fix the printing options such as paper orientation and preview/screen or allow the user to change them when running the report. Use it to design reports without wasting all that paper. I have tried to make this as simple as possible so you can add it to your existing projects and with only a little effort to change your reports. I have never before asked for votes, but I have put a lot of time into this and would appreciate your feedback (please be kind).

6_2008-2009 #202089
LynxGrid 2.17.3 (A professional grid in a single CTL)

No voting please. The original author (Richard Mewett) has abandoned this Grid and is now using another; but this grid is too good to let die. This is a Major update (the number of changes made in this version are significant), so please read the HistoryLog before using. The HistoryLog also contains a list of all public subs, functions, and properties. Notes: Not all properties are illustrated in the demo. Oblivious omissions: Cell merging (got to complicated); Datacontrol support (which you should avoid anyway).---------------------------------------------------- (Update: Added RowUnselect)

6_2008-2009 #202090
Password Generator and Quality Tester

Picking and remembering strong passwords is a pain. It's easier to convert an easy to remember one. Easily create passwords to your specifications with this password-generation tool. Enter a master password, a URL or keyword, and a user name. Select the password length and click a few options to get a unique password. What this program does is use an algorithm to make a password based on the seed data. Enter your master password, the URL or keyword, and user name anytime you need to see the password for that site and user. The app takes an extra step by storing URLs when requested. It's more secure than apps that simply store passwords. The app also has an encryption key that can be changed before compiling so that no two compiled apps return the same password. (Update: Added Printing, updated button control, and Pass Phrase.)

6_2008-2009 #202091
Simple Array Class

An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB’s ListBox functionality without the user interface). Don’t use a ListBox or a Collection to build an array just because they have built in functions that make them easier to use; both these choices are slow, require a lot of overhead and were designed to meet a specific need. (UPDATED: Added Property Get Text).

6_2008-2009 #202092
Convert_It!

is an easy to use unit conversion program that will convert the most popular units of acceleration, angle, distance, temperature, volume, time, velocity, weight, power, density, pressure, energy, number base and many others, including the ability to create custom conversions. It also remembers the last user input for each group. ----------------------(UPDATE: 6/1/11 - Added special conversion for liter/100km)

6_2008-2009 #202093
Source Code Documenter v3.6

(Updated 11/09/04) This application will give you a well-formatted printout that includes a cover page, a table of contents and a project summary. You can select what will be printed, from the entire project, a single procedure in a module, or just the project summary. You can send the output to the screen (preview) or the printer. You can also export the results to a RTF file, HTML file, or a bitmap file (using the preview). It also has some additional printing options to save paper. Includes a stand-alone version as well a VB add-in. It uses VB6's TreeView control, so it will not work with older version of VB. (Project's name change: was 'A Project's Source Code Printer).

6_2008-2009 #202094
Alert Window

(Update 5/11/04 - added another display type) This is an alert window that rises up from the taskbar or fades in/out. I had no intentions of posting this but after seeing Todd Tanner's MSN style alert window, and having my comments deleted, I decided to post it for education purposes only. NO VOTING PLEASE but comments are welcome. (Update 4/7/04 - Added options for border style, background color, and Close by code only.)

6_2008-2009 #202095
Adding Machine – Calculator

(Bug Fix 1/23/07) Mimics an Adding machine that creates a tape that you can print. Unlike a standard adding machine, you can modify values on the tape (by double clicking on the number to change) to fix any errors without having to reenter the entire list again. It remembers the last number entered so to add several of the same number by pressing the math key again. You can use the keyboard and/or mouse for entrees. (XP users: Compile and run to see the XP look.)

6_2008-2009 #202096
Code Formatter (Simple) v1.4.8

(Update 5/28/08: Bug Fix) ** (Update 3/22/06 - added pag file formating and check for subclassing) Fix poorly formatted code by reformat all tab indenting and removing all double spaces between lines, - Add line continuations (user defined maximum line length, - Change type declaration postfix (exp: Dim x% changed to Dim x As Integer), - Change multi-line declaration to single line, - Insert ‘Option Explicit” where missing, - Alphabetically sort procedures within a module, - Move comments between procedures inside procedures. It supports drag-and-drop and command line (so you can add it to your Send-To list). You can save your code in RTF and HTML formats. All features, except tab indenting, can be turned on or off. This code was originally developed as a teaching tool. It will make backups of any files it changes and is very fast. Because the varieties of program styles are endless, ALWAYS test your modified code before you delete any backups created by this application. The code is simple and easy to follow, even for beginners. This is an update to a previous submission, NO VOITING PLEASE, but suggestions for improvement or enhancements would be appreciated.

6_2008-2009 #202097
Frame3D and Line3D

A replacement for Sheridan's 3D (THREED32.OCX) SSPanel and SSFrame controls. This is not a direct replacement because some of the property names are different. A good alternative when using XP manifest files over VB's Frame control and a picture box (which contains a lot of overhead). This control has 70 different border combinations and 3 text styles that can be positioned one of 15 possible locations. You can change the background, highlight and shadow colors; add gradient fill and/or fill with a pattern. Also included: Line3D control, automatically create a manifest file, link XP themes to the application, and End an application the proper way. Please see the Readme file for a listing of the property definitions.

6_2008-2009 #202098
Work With Dates/Calendar Form

(Update: Added Home and Esc Keys and GetCountOfWeekDayInMonth and Changes to daylight savings time taking place in 2007) 22 functions for working with dates. Included are a Calendar Form (which mimics the one found in mscomct2.ocx) and a Class module; both are independent entities (you can use one without the other). The Calendar Form provides a "popup" calendar using VB code only, no OCXs or DLLs. The Class module provides various date functions.

6_2008-2009 #202099
Error Handling Utility

(Update 2/17/05) You should include error handling in every procedure of your application regardless of its size or purpose. Usually, during an application’s design phase, we naturally include “ON ERROR RESUME NEXT” to handle expected errors while we are writing the code. The problem occurs when the initial design is complete; we don’t always go back and add error trapping for those unexpected errors. This is usually because it takes to much time or we meant to but just miss some when we did. This utility will add error trapping and logging to all the procedures in your code that you didn’t. View the read_me document for more information. I am not interested in trying to winning the monthly contest so please DON’T vote; save your votes for those who are.

6_2008-2009 #202100
BackUp/CleanUp/Organize your VB project

Update:2/15/05 - This application will scan both VBP and VBG project files. It will copy or move all the files referenced in a project file(s) to a project folder of your choosing, either new or current, and update the project file(s) with the new file locations. User Options Include: - Leave your existing project intact by creating a new project folder to copy the files to, - Move all your project files to a new project folder, - Update your current project by copying all referenced files not currently in your project’s folder to your project’s folder, - Organizes your project files by placing them in separate sub-folders, - Copy or Move any sub-folders that are currently in your project’s folder, - Copy or Move any miscellaneous (non VB) files like graphics, databases, and sound files that are in the same folder as the project file(s), - Delete empty folders, - Copy only newer files, - Prompt before overwriting existing files. No more submitting that perfect project to PSC, with high hopes, only to get e-mails back saying that your zipped project is missing files. This project comes as a standard exe or a VB6 add-in. It also supports command line so that you can create a shortcut to this application and place it into your “Send To” folder, giving you the ability to open projects from Windows Explorer. This is a complete project; meaning that error and data entry checks have been included along with warning messages and other user feedback. I have run extensive tests to make it as bug free as possible. Any comments or ideas for additional features would be greatly appreciated. PLEASE VIEW THE READ_ME FILE.

6_2008-2009 #202101
Compressed Backup

7/7/2003-BugFix in Function CheckForRoom. This is not meant to be a replacement for WinZip nor is it WinZip compatible (does not have all the header information). Its sole purpose is to provide your application a way to backup its data files in a compressed format. It is one class; you supply the source path and file name, destination path and file name, and the action (compress or decompress). It only compresses one file, so if you have multiple file to back-up, each will be compressed individually. See the READ_ME file for more information

6_2008-2009 #202102
Address Book v4.2 ADO

Update 11-29-03, Address Book with VCard import/export; save both business and home addresses, phone numbers; send an email using your default email app, dial the phone number, many ways to sort your information. In the DAO version, several people had problems getting the application to open the database. This was due to differences in machine configurations that would normally have been solved during an installation. This was written several years ago. I don’t use it anymore and decided to clean it up, convert it to use ADO and post it on PSC. Hope you find it useful. Please see the ReadMe file.

6_2008-2009 #202103
MsgBox and InputBox Replacement (Release 2.0)

Update 11-24-03 This does everything the standard msgbox does plus more and it is all in one file. It uses all the standard parameters for selecting the buttons, icons and sounds; which means it is a direct replacement for the standard msgbox. It automatically adjusts its size based on the amount of text to display (in the caption or the body of the message). What makes it different are the following: 1. Display it centered or at the current mouse position. 2. Display it with no buttons and close it through code only. 3. Display it so that it automatically closes after a specified number of seconds. 4. Display it as a modal or non-modal form. 5. Display 5 additional system icons. 6. Uses a more modern look, rounded corners and a yellow background to make it easer to read. 7. The special Help button is treated as any other button, returning a value when pressed. 8. The Ok button is not shown by default. You need to add the vbOkButton parameter to make it show. 9. NEW: Added an Inputbox function (frmMsgBox.sInputBox) with the same look and feel as the msgbox.

6_2008-2009 #202104
TextBox (Formatted)

This isn't a standard validation that checks the text after it's entered. Every time a change is made (a key press, pasted text, or code populated), this code checks and modifies, if necessary, the text to meet the established criteria. Please read the included “ReadMe” file for more information. Let me know if you have any comments, suggestions, or bug reports.

6_2008-2009 #202105
Batch File Renamer

A fast and easy way to rename files in bulk. Features include an Explore like interface with the ability to sort files in different ways, preview the changes, and undo your most recent rename. You change the file extension, make all file names lower/upper/proper case. Replace, delete or insert characters, add prefixes and suffixes, or replace the names altogether with a sequential name of your choice. By using the check-box before the file names, you can apply different changes to individual files. Click on the Apply button and all of the files with New File Names column filled will be changed. (Update: Added additional features)

6_2008-2009 #202106
Multi-Page Print and Preview Demo

This code provides the tools to allow you to make nice looking (multi-page) print/preview reports. I have included both the VB and C# versions. (Update: 4/07/10 - Bug Fix).

Languages
Top Categories
Global Discovery