VB Develop Tools
Main Functions:
Function Set:
A series of registry operating function , can operate any region of the registry ;
Delay handle , it can get the some information such as the driver name from the file path to form the function -- Create directory function(the MkDir Command provide by VB can only create a new directory on a exist directory , GEMkDir Function has no this limit );
Can produce fix length and formatted strings functions , function of getting characters from the character string according to the begin and end mark .
Can produce random numbers and random characters string , function of convert the character string between HEX form and Unicode form .
Functions of characters string encrypted and decrypted including the handling of character can be display and Unicode half character ,support the cryptographic key.
Functions of converting HTML mark ;
The solution of error tracing:
Providing a solution that, in your producing environment , you can record the modular name ,the function(procedure) name ,interface function description ,the step number of the running program ,the line number of the error code ,the error code ,the error description ,the error description data attached and so on .
Provide a code builder of error handling ,help you to form the standard error handling program .
The solution of initial information :
A tools set which can almost take place of all the public variables . Initial information are all recorded into the registry ,supporting the types including text , encrypt text ,date ,encrypt date , Boolean ,number and so on . |