kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
115 stars 28 forks source link

Add Int64 support to RegistryKey.SetValue. #42

Closed kellyethridge closed 4 years ago

kellyethridge commented 4 years ago

The RegistryKey.SetValue uses the Currency type for 64-bit support. Int64 should also be used for setting 64-bit values, keeping Currency support intact.