These are classes that have multiple functions that I use/used in multi projects.
- v4.8 .NET Framework
See the changelog for changes.
- Add the reference of the DLL to any project
- clsAppConfigFileSettings: This class is used to Change the AppConfigs Parameters at runtime through User Interface
- clsAutoCombo: Auto Complete Combo on Key Down (depricated)
- clsAutoCompleteCombo: Auto complete Combo control (depricated)
- clsCode128: Create 128 barcode encryptions
- clsCode39: Create 3 of 9 barcodes
- clsCommonAppFolder: Use of the common applications folder to store files for a project
- clsCOMMS: A Kiwiplan Inteface file class for .NET to create the 512 byte records to submit an order
- clsCrypto: To encrypt text
- clsDatabase: A Database connection for .NET (depricated) but still in use
- clsEAN13: To create a EAN13 barcode
- clsFileInfo: (depricated)
- clsFTP: FTP Class
- clsFTPNotUsed: A wrapper class for .NET 2.0 FTP (depricated)
- clsFunctions: Multiple short functions
- Retrieves a connection string by name
- Retrieve a connection string by specifying the providerName
- Check for any MsSQL
- Check MsSQL Express Service Exists
- Check MsSQL Server Service Exists
- Check MySQL Database Exists
- Check for MsSQL Database Exists
- Get Parameter out of a infparameter table (custom)
- Export DataGridView to CSV
- Get Age by DOB
- Scale and Imaage to a certain size
- Run SQLSMD command
- Get the numbers only from a string
- CSV file to Datatable
- Datatable to CSV file
- Converts BindingSource to Datatable
- Export (DGV) data gridview to CSV file
- Create Data Tables
- Validate Controls
- Faxing Out (depricated)
- Test Fax Server (depricated)
- Convert From 16ths to inches
- Convert inches to 16ths
- Encrypt and Decrypt String
- Check if data is Numberic Only
- Check if data is Alpha Only
- Convert Julian to Date
- Convert Column Numbers to Letter
- Convert Multi-Letters to Numbers
- Convert Column to Letter
- Create Directory
- Email using NET mail
- Check Text in Combo
- Loop throught rows column to get each data column
- Get Rows in Data Grid
- Get a Row in (DGV) data gridview to Datatable
- Get Selected Rows in DGV data gridview to Datatable
- Display a dataset table and values
- Count Occurences in a string
- Get/set text file contents
- Ping Server
- Image Resize and Center
- Check Email Addresses
- Generate Random Codes String
- Convert String to Zero
- Convert String to Decimal
- Convert Letters to Numbers
- Unicode to String
- Convert Numbers to Words
- Check Sting if it is Currency
- Smtp Mail (depricated)
- Convert Image to Bytes
- Convert bytes back to an Image
- Split string and keep seprators
- Cancelled input box cancel
- Check for Textbox changes on a winform
- Convert List to Datatable but very slow
- Check Remote File Exists
- Get Mac Address
- Validate US Date
- Get Datatable from Objects
- Set the combobox to the correct item
- Simple FTP Upload File
- Simple FTP Downlad File
- clsINI: Read a INI file
- clsJulianDates: Worki/Convert with Julian dates
- clsMailHelper: Sends an email messages
- clsOutput: Output to console class
- clsParseSQLtxtParam: This Class will parse the SQL text to replace parameter labels with obj code
- clsProgressBarThreading: This will update progress bar on current form on seprate thread
- clsSettings: Replacement Class for VB GetSetting and SaveSetting. Designed to replace the saving of application Settings in the registry with saving in an xml file in the installation directory
- clsSqlDataProvider: This class provides a fast and universal method for accessing SQL Server database.This class cannot be inherited
- Information
- Installers
- Versions
- Featuring
- Table of contents
- Implementing
- Bugs and feature requests
- Documentation
- License
- Contributing
- [Project Status](#Project Status)
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
No more documentation required for now.
Code released under The MIT License
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
-
Please make sure to update tests as appropriate.
- This project is still in use today in multiple of my projects