FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Adding a register key to the Windows register - SOLVED
Posts: 137
Joined: Mon Oct 22, 2012 04:43 PM
Re: Adding a register key to the Windows register
Posted: Fri Jul 14, 2023 04:05 AM
Code (fw): Select all Collapse
win_regdelete("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Word\Security\DisableWarningOnIncludeFieldsUpdate")
Regards



Ing. Anton Lerchster
Posts: 990
Joined: Wed Oct 19, 2005 02:17 PM
Re: Adding a register key to the Windows register
Posted: Fri Jul 14, 2023 05:28 AM
Dear Michel,

from Harbour Changelog file:
Code (fw): Select all Collapse
2012-05-18 18:15 UTC+0300 Pavel Tsarenko (tpe2 at mail.ru)
  * contrib/hbwin/win_reg.prg
  * contrib/hbwin/tests/test_reg.prg
    * added nRegSam (access mask) parameter into functions: win_regRead,
      win_regWrite, win_regGet, win_regDelete, win_regQuery, win_regSet.
      This parameter can be used in win32 applications, running under
      win64 systems for access to 32-bit or 64-bit registry.
I hope this help you.

Best regards,
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Adding a register key to the Windows register
Posted: Fri Jul 14, 2023 07:50 AM

Hi Guys,

Thank you all so much for your help.

All my questions have been answered. Everything is running just fine now.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion