Home

Search form

Recent posts

  • Update Center for Microsoft SQL Server
  • Font and Icons too small when RDP from Windows 10 into Windows 7
  • One problem, one weekend, eight languages
  • How to retrive Outlook default signature
  • How to completely uninstall VFP 9.0
  • Retrieving VFP runtime DLL name required by EXE or DLL
  • Send email via MSN email account
  • Send email via Yahoo mail account
  • Remove Structural CDX or Memo flag from a table
  • Deleting pages from PDF file through Acrobat automation
More

Generate GUID

Submitted by Sergey on February 28, 2008 - 12:59 UTC
topic: 
code
vfp
winapi
wsh
guid
foxpro

UDF below generates 128-bit GUID and returns it as a string in the format 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'.

MSDN:
  • CoCreateGuid
  • StringFromGUID2

  • Read more about Generate GUID
  • Sergey's blog
  • 1 comments
  • 9576 reads