Advertisement

Results for "Author: morgan haueisen"

2002ASP #4833
Multi-Level Security Access (ADO version Updated):

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (ADO). You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002ASP #4834
Work with Dates

If your application uses dates then this is the class for you. 18 different functions for working with dates, weeks, and julian date. Also included is a calendar form, not an ocx or dll (see screen shot).

2002ASP #4835
A Project’s Source Code Printer

UPDATED…fixed a problem printing “Property” functions. Have you ever needed to print out a copy of your source code to put into a validation record or you just want a hard copy? This application will give you a well-formatted printout that includes a cover page, a table of contents and a brief summary. You can select which printer to print to and some of the printer settings without using any OCX. It will also will show you how to print centered, print right justified, print from right, print in color, center a form (task bar aware), and display a progress bar (progress bar class was modified by me but I am not the originator). It will not print a picture of the form itself (I do not know how print a form that is not part of the running application, if anyone does please let me know). It will do good job of printing your source code. Check out version 2 at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37077&lngWId=1

2002ASP #4836
Savings and Loan Analysis

This code shows how to calculate loan payments and build an amortization table. It allows the user to include an additional payment, and calculates how much money is saved with the extra payment added. It will show you the total amount you will pay in interest over the life of the loan. The amortization table can be saved, modified, and printed. You can select a range of cells and copy them to the clipboard to be pasted into a different document. You can find what your monthly payment will be entering the loan amount, interest rate, and length of the loan or you can entering the a monthly payment, interest rate, and length of the loan and the application will tell you the total amount you can borrow. If you don't want to borrow but want to know how much you need to save each month to reach a goal, then this application will help you do that as well. It will even factor in cost of living increases. This application does require one custom ocx (vb5 & vb6 versions), which is included and needs to be registered before it can be used. Other FREE ocx's by the same author may be found at http://www.devpower.com ---CODING EXAMPLES---: MSFlexGrid, multiple instances of a form, IsNumber (Allow Dec Point), API Open, Save and directory Dialogs, return only the file name from a string, return only the path from a string, Arrange MDI child forms, Select a printer, print right-justified, print center, print a double line, print a footer, check for end of page, random access files, simple graph using just code, center a form, fit a form to the screen, vertically fit a form to the screen (all task bar aware), center an object within an object, make a form always on top, copy to information to the clipboard - Just to mention a few.

2002ASP #4837
Menu Copier (Updated!)

You can copy any object from one Form to another except the Menu; that is until now. This application will copy the menu properties and source code (under the Click event) from one Form to another. If the Destination Form already has a menu, it will be replaced with the menu from the Source Form or you can merge the Source and destination menus. There are few times you need to copy menus, but I wrote this app just to see if I could. Included are two form to try it with.

2002ASP #4838
Multi-Level Security Access (Updated)

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (DAO); I have also written an ADO version, which I will post later. You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002C #13437
Multi-Level Security Access (ADO version Updated):

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (ADO). You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002C #13438
Work with Dates

If your application uses dates then this is the class for you. 18 different functions for working with dates, weeks, and julian date. Also included is a calendar form, not an ocx or dll (see screen shot).

2002C #13439
A Project’s Source Code Printer

UPDATED…fixed a problem printing “Property” functions. Have you ever needed to print out a copy of your source code to put into a validation record or you just want a hard copy? This application will give you a well-formatted printout that includes a cover page, a table of contents and a brief summary. You can select which printer to print to and some of the printer settings without using any OCX. It will also will show you how to print centered, print right justified, print from right, print in color, center a form (task bar aware), and display a progress bar (progress bar class was modified by me but I am not the originator). It will not print a picture of the form itself (I do not know how print a form that is not part of the running application, if anyone does please let me know). It will do good job of printing your source code. Check out version 2 at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37077&lngWId=1

2002C #13440
Savings and Loan Analysis

This code shows how to calculate loan payments and build an amortization table. It allows the user to include an additional payment, and calculates how much money is saved with the extra payment added. It will show you the total amount you will pay in interest over the life of the loan. The amortization table can be saved, modified, and printed. You can select a range of cells and copy them to the clipboard to be pasted into a different document. You can find what your monthly payment will be entering the loan amount, interest rate, and length of the loan or you can entering the a monthly payment, interest rate, and length of the loan and the application will tell you the total amount you can borrow. If you don't want to borrow but want to know how much you need to save each month to reach a goal, then this application will help you do that as well. It will even factor in cost of living increases. This application does require one custom ocx (vb5 & vb6 versions), which is included and needs to be registered before it can be used. Other FREE ocx's by the same author may be found at http://www.devpower.com ---CODING EXAMPLES---: MSFlexGrid, multiple instances of a form, IsNumber (Allow Dec Point), API Open, Save and directory Dialogs, return only the file name from a string, return only the path from a string, Arrange MDI child forms, Select a printer, print right-justified, print center, print a double line, print a footer, check for end of page, random access files, simple graph using just code, center a form, fit a form to the screen, vertically fit a form to the screen (all task bar aware), center an object within an object, make a form always on top, copy to information to the clipboard - Just to mention a few.

2002C #13441
Menu Copier (Updated!)

You can copy any object from one Form to another except the Menu; that is until now. This application will copy the menu properties and source code (under the Click event) from one Form to another. If the Destination Form already has a menu, it will be replaced with the menu from the Source Form or you can merge the Source and destination menus. There are few times you need to copy menus, but I wrote this app just to see if I could. Included are two form to try it with.

2002C #13442
Multi-Level Security Access (Updated)

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (DAO); I have also written an ADO version, which I will post later. You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002VB #22041
Multi-Level Security Access (ADO version Updated):

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (ADO). You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

2002VB #22042
Work with Dates

If your application uses dates then this is the class for you. 18 different functions for working with dates, weeks, and julian date. Also included is a calendar form, not an ocx or dll (see screen shot).

2002VB #22043
A Project’s Source Code Printer

UPDATED…fixed a problem printing “Property” functions. Have you ever needed to print out a copy of your source code to put into a validation record or you just want a hard copy? This application will give you a well-formatted printout that includes a cover page, a table of contents and a brief summary. You can select which printer to print to and some of the printer settings without using any OCX. It will also will show you how to print centered, print right justified, print from right, print in color, center a form (task bar aware), and display a progress bar (progress bar class was modified by me but I am not the originator). It will not print a picture of the form itself (I do not know how print a form that is not part of the running application, if anyone does please let me know). It will do good job of printing your source code. Check out version 2 at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37077&lngWId=1

2002VB #22044
Savings and Loan Analysis

This code shows how to calculate loan payments and build an amortization table. It allows the user to include an additional payment, and calculates how much money is saved with the extra payment added. It will show you the total amount you will pay in interest over the life of the loan. The amortization table can be saved, modified, and printed. You can select a range of cells and copy them to the clipboard to be pasted into a different document. You can find what your monthly payment will be entering the loan amount, interest rate, and length of the loan or you can entering the a monthly payment, interest rate, and length of the loan and the application will tell you the total amount you can borrow. If you don't want to borrow but want to know how much you need to save each month to reach a goal, then this application will help you do that as well. It will even factor in cost of living increases. This application does require one custom ocx (vb5 & vb6 versions), which is included and needs to be registered before it can be used. Other FREE ocx's by the same author may be found at http://www.devpower.com ---CODING EXAMPLES---: MSFlexGrid, multiple instances of a form, IsNumber (Allow Dec Point), API Open, Save and directory Dialogs, return only the file name from a string, return only the path from a string, Arrange MDI child forms, Select a printer, print right-justified, print center, print a double line, print a footer, check for end of page, random access files, simple graph using just code, center a form, fit a form to the screen, vertically fit a form to the screen (all task bar aware), center an object within an object, make a form always on top, copy to information to the clipboard - Just to mention a few.

2002VB #22045
Menu Copier (Updated!)

You can copy any object from one Form to another except the Menu; that is until now. This application will copy the menu properties and source code (under the Click event) from one Form to another. If the Destination Form already has a menu, it will be replaced with the menu from the Source Form or you can merge the Source and destination menus. There are few times you need to copy menus, but I wrote this app just to see if I could. Included are two form to try it with.

2002VB #22046
Multi-Level Security Access (Updated)

Need Part 11 compliance then you will need multi-level password security with passwords that expire. This sample application will show you how to this to your applications. All you need to do is copy 2 forms, a class module and a module to your application (see below) and you are ready to go. It was written to use an Access database (DAO); I have also written an ADO version, which I will post later. You set up the access rights, add users, and assign these rights to the users. New users, by default, are assigned the password of password, which they must change the first time they try to log-in. A user can change their password anytime they choose as long as they know what their assigned password is. The security file (security.pwd) can be renamed to anything you like and is password protected. You can assign a unique application ID to insure that the security file can only be used with that application. If you are connected to a network, the application will display your network log-in ID automatically in the Log-in ID text box. The passwords can be set to expire after a user-defined number of days.

ASP_Volume2 #25993
Address Book v4

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.

ASP_Volume2 #26065
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. Thanks! (And don't forget to vote).

Languages
Top Categories
Global Discovery