How to simulate "Enter" key

Post your Gambas programming questions here.
Post Reply
sony
Posts: 32
Joined: Wednesday 14th June 2017 12:28am

How to simulate "Enter" key

Post by sony »

Hello,
Is there a way to simulate the "ENTER" key with gambas?

regards

Sony
User avatar
stevedee
Posts: 518
Joined: Monday 20th March 2017 6:06pm

Re: How to simulate "Enter" key

Post by stevedee »

You can use Desktop.Sendkeys("[Return]") if that is what you mean.

See: http://gambaswiki.org/wiki/comp/gb.desk ... p/sendkeys
sony
Posts: 32
Joined: Wednesday 14th June 2017 12:28am

Re: How to simulate "Enter" key

Post by sony »

Thank Steve
Post Reply