Results for "Author: morgan haueisen"
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.
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.
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)
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).