↧
CMutexEx Class for Safer & Cooperative Mutex Handling
CMutex: A cooperative, cancellable, cross-process mutex for VB6 TL;DR — A small VB6 class that wraps the Windows mutex APIs correctly, adds a responsive (message-pumped) wait option with cooperative...
View ArticleVB6 How to get *.ink real path by windows api or read by byte,Type LNKHEAD
without IShellLink Code: Private Type FILETIME dwLowDateTime As Long dwHighDateTime As Long End Type Private Type LNKHEAD dwID As Long dwGUID(3) As Long dwFlags As Long...
View Article