PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → 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)
Débuté par EDGI, 05 juil. 2019 21:58 - Aucune réponse
Posté le 05 juillet 2019 - 21:58
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?