Force keyboard numberpad "INS"

In this category you can exchange your programming questions and solutions.
Post Reply
Darren
Posts: 63
Joined: Wed May 11, 2011 11:55 am

Force keyboard numberpad "INS"

Post: # 1012Post Darren
Wed Dec 05, 2012 8:26 pm

Does anybody know how I can program FnxBasic to force a keyboard numberpad "INS"?

I have a RichEditBox that contains a load of text. I want to be able to overwrite existing text. At present I have to press the numberpad "INS" key firstly.

Is there a way with FnxBasic?

Thanks in advance!!!!

Darren

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

Force keyboard numberpad "INS"

Post: # 1013Post fred
Tue Dec 11, 2012 8:10 pm

Not the best way i think but does this work?
Sendkeys "{INS}"

Post Reply