PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 28 → Allowing Other Apps to Start Your Activity (How to allow Open my app from another app)
Allowing Other Apps to Start Your Activity (How to allow Open my app from another app)
Started by EDGI, Jul., 05 2019 9:58 PM - No answer
Posted on July, 05 2019 - 9:58 PM
I'm trying to create two applications A and B.

I want application A to be able to open application B and send it a parameter.

I have already been able to do this with the application A to WhatsApp and send text as part of the parameter. For this I use ShellExecute (Function)

Now I want to do the same, but I want to open an application created in windev mobile "In this case application B" and not Whatsapp. It seems that I'm missing something in the manifest or I do not know if I really should use ShellExecute (Function).

Can someone give me a hand with this please?