VB6 system 32 bits win 7 reading
aa = "\Software\Microsoft\Windows\CurrentVersion\App Paths\Wlmail.exe"
RetVal = RegOpenKeyEx(HKEY_LOCAL_MACHINE, aa, 0&, KEY_ALL_ACCESS, hKey)
working RetVal=0
now doing system 64 win 7
not working RetVal=2
aa does excits on both systems 32/64
Why is this not working?
Best regards,
Johan
aa = "\Software\Microsoft\Windows\CurrentVersion\App Paths\Wlmail.exe"
RetVal = RegOpenKeyEx(HKEY_LOCAL_MACHINE, aa, 0&, KEY_ALL_ACCESS, hKey)
working RetVal=0
now doing system 64 win 7
not working RetVal=2
aa does excits on both systems 32/64
Why is this not working?
Best regards,
Johan