Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. idotech

    problem Reading Registry on XP

    I had also detected this problem and found a work around. Use GetUserNameA instead of RegQueryValueExString. Private Declare Function GetUserNameA Lib "advapi32.dll" (ByVal lpBuffer As String, ByRef nSize As Long) As Long and do something like this: InfoSize = 128 'set...

Part and Inventory Search

Back
Top