Search found 4 matches
- Monday 09th May 2022 12:37pm
- Forum: Beginners
- Topic: switch to previous instance
- Replies: 4
- Views: 206
Re: switch to previous instance
"Instance" means, when starting an app three times then there are three "instances" of the app. I think I can get process-IDs of all "instances" of my app with sth. like Shell "pgrep -f \"" & Application.Path &/ Application.Args[0] & "\"" To res Is there a way to activate another "instance" by its p...
- Sunday 08th May 2022 9:39pm
- Forum: Beginners
- Topic: switch to previous instance
- Replies: 4
- Views: 206
switch to previous instance
Hi,
when starting the app I would like to switch to a previous instance, if existing.
Is there in Gambas something like VB's PrevInstance?
Thanks
when starting the app I would like to switch to a previous instance, if existing.
Is there in Gambas something like VB's PrevInstance?
Thanks
- Thursday 14th April 2022 6:51am
- Forum: General
- Topic: Missing Desktop.SendKeys() in 3.17.1
- Replies: 2
- Views: 294
Re: Missing Desktop.SendKeys() in 3.17.1
... forgotten, sorry. Thanks!
- Wednesday 13th April 2022 8:27am
- Forum: General
- Topic: Missing Desktop.SendKeys() in 3.17.1
- Replies: 2
- Views: 294
Missing Desktop.SendKeys() in 3.17.1
Hi, where can I find the method? Thanks