Run App Windows Store with VB.Net

Mayumi YAMANAKA 0 Reputation points
2024-07-20T14:32:38.48+00:00

Hello,

Is it possible to launch a Windows Store application with VB.net?

The app is called Rummi. I would like to launch it from a Desktop program with VB.Net.

Thanks

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
474 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 15,946 Reputation points
    2024-07-22T06:59:10.6333333+00:00

    Hi,

    The correct way to launch Windows Store apps is to use the IApplicationActivationManager interface. This is also what Visual Studio itself uses for launching the application. All methods on the interface have a DWORD out parameter which gets you the PID of the newly launched process.

    0 comments No comments