Skip to content

robinhood1995/Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class Tool Library

Robinhood1995 Robinhood1995

These are classes that have multiple functions that I use/used in multi projects.

v4.8 .NET Framework Required

  • v4.8 .NET Framework

See the changelog for changes.

Information

  • Add the reference of the DLL to any project

Installers

Versions

Featuring

  1. clsAppConfigFileSettings: This class is used to Change the AppConfigs Parameters at runtime through User Interface
  2. clsAutoCombo: Auto Complete Combo on Key Down (depricated)
  3. clsAutoCompleteCombo: Auto complete Combo control (depricated)
  4. clsCode128: Create 128 barcode encryptions
  5. clsCode39: Create 3 of 9 barcodes
  6. clsCommonAppFolder: Use of the common applications folder to store files for a project
  7. clsCOMMS: A Kiwiplan Inteface file class for .NET to create the 512 byte records to submit an order
  8. clsCrypto: To encrypt text
  9. clsDatabase: A Database connection for .NET (depricated) but still in use
  10. clsEAN13: To create a EAN13 barcode
  11. clsFileInfo: (depricated)
  12. clsFTP: FTP Class
  13. clsFTPNotUsed: A wrapper class for .NET 2.0 FTP (depricated)
  14. clsFunctions: Multiple short functions
    1. Retrieves a connection string by name
    2. Retrieve a connection string by specifying the providerName
    3. Check for any MsSQL
    4. Check MsSQL Express Service Exists
    5. Check MsSQL Server Service Exists
    6. Check MySQL Database Exists
    7. Check for MsSQL Database Exists
    8. Get Parameter out of a infparameter table (custom)
    9. Export DataGridView to CSV
    10. Get Age by DOB
    11. Scale and Imaage to a certain size
    12. Run SQLSMD command
    13. Get the numbers only from a string
    14. CSV file to Datatable
    15. Datatable to CSV file
    16. Converts BindingSource to Datatable
    17. Export (DGV) data gridview to CSV file
    18. Create Data Tables
    19. Validate Controls
    20. Faxing Out (depricated)
    21. Test Fax Server (depricated)
    22. Convert From 16ths to inches
    23. Convert inches to 16ths
    24. Encrypt and Decrypt String
    25. Check if data is Numberic Only
    26. Check if data is Alpha Only
    27. Convert Julian to Date
    28. Convert Column Numbers to Letter
    29. Convert Multi-Letters to Numbers
    30. Convert Column to Letter
    31. Create Directory
    32. Email
    33. Email using NET mail
    34. Check Text in Combo
    35. Loop throught rows column to get each data column
    36. Get Rows in Data Grid
    37. Get a Row in (DGV) data gridview to Datatable
    38. Get Selected Rows in DGV data gridview to Datatable
    39. Display a dataset table and values
    40. Count Occurences in a string
    41. Get/set text file contents
    42. Ping Server
    43. Image Resize and Center
    44. Check Email Addresses
    45. Generate Random Codes String
    46. Convert String to Zero
    47. Convert String to Decimal
    48. Convert Letters to Numbers
    49. Unicode to String
    50. Convert Numbers to Words
    51. Check Sting if it is Currency
    52. Smtp Mail (depricated)
    53. Convert Image to Bytes
    54. Convert bytes back to an Image
    55. Split string and keep seprators
    56. Cancelled input box cancel
    57. Check for Textbox changes on a winform
    58. Convert List to Datatable but very slow
    59. Check Remote File Exists
    60. Get Mac Address
    61. Validate US Date
    62. Get Datatable from Objects
    63. Set the combobox to the correct item
    64. Simple FTP Upload File
    65. Simple FTP Downlad File
  15. clsINI: Read a INI file
  16. clsJulianDates: Worki/Convert with Julian dates
  17. clsMailHelper: Sends an email messages
  18. clsOutput: Output to console class
  19. clsParseSQLtxtParam: This Class will parse the SQL text to replace parameter labels with obj code
  20. clsProgressBarThreading: This will update progress bar on current form on seprate thread
  21. 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
  22. clsSqlDataProvider: This class provides a fast and universal method for accessing SQL Server database.This class cannot be inherited

Table of contents

.NET 8 Core Required

Implementing

Bugs and feature requests

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.

Documentation

No more documentation required for now.

License

Code released under The MIT License

Contributing

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

Project Status

  • This project is still in use today in multiple of my projects

About

A Class of Tool functions that I used

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published