Well, hello, i've a doubt. The question is how i can open whatsapp desktop from a button
in VB6
in a specific number with a message. For example in C#
i can do that with the property Process
:
var process = $"whatsapp://send?phone=54123456789&text=hello!!";
Process.Start(process);
But in vb6
i don't have idea how i can do it 'cause the method can be:
Shell "C://path_to_whatsapp_installed/whatsapp.exe"
But with that i can't open in a specific chat