FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mouse and keyboard lock
Posts: 113
Joined: Wed Feb 08, 2006 10:32 PM
mouse and keyboard lock
Posted: Mon Dec 01, 2025 01:57 AM

Hello everyone, is there a way to quickly and temporarily lock/unlock mouse and keyboard input for the current application? I need to lock the user to prevent clicks or other keyboard commands while the program is processing critical data or Browse:Eval()

Roberto

Roberto Chiaiese
R&C Informatica S.n.c.
https://www.recinformatica.it
info@recinformatica.it

Harbour 3.2 - FW2512

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mouse and keyboard lock
Posted: Mon Dec 01, 2025 03:16 AM

Dear Roberto,

You may try with:

oBrowse:oWnd:Disable() oBrowse:Eval() oBrowse:oWnd:Enable()

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion