Hi,

I'm in the process of writing a Function Library for common/everyday routines. I find it annoying when I have to write the same routine each time for a different project so I have decided to place them in a DLL.

Basically it has things like...
  • Number Conversions (Bin2Dec, Hex2Bin etc. and vise versa)
  • String Manipulation (Find, InStrRev etc.)
  • Working with Hwnds (Many API's made easy)
  • Full Registry access
  • Extentions to current VB functions (IsNumberic = IsNumberEx)


Anyhow, I would still like to add a lot more to that. So my questions is: What kind of functions/routines would you guys like to be added to this?