[Gambas-user] Toggle overwrite mode in textbox programmatically

T Lee Davidson t.lee.davidson at gmail.com
Tue Sep 5 02:33:49 CEST 2023


On 9/4/23 18:12, Brian G wrote:
> I am trying to toggle the input mode to overwrite in my program.
> 
> to allow to edit a line of hex numbers without del and inserting new
> 
> Is there a way to do this in gambas code?
> 
> I have not been able to find it so far! except to actually press the insert key

You might try Desktop.SendKeys("[Insert]").
https://gambaswiki.org/wiki/comp/gb.desktop/desktop/sendkeys


-- 
Lee



More information about the User mailing list