I have a custom application, which has 3 individual .EXE files.
Application A (A.exe)
Application B (B.exe)
Application C (C.exe)
I would like each application to share the same application ID so they group on the same taskbar button (similar to two instances of chrome, explorer, etc.) . Is this feasible in LabVIEW or would they require to spawn from the same .exe application?
In a winform application using TaskbarManager.Instance.SetApplicationIdForSpecificWindow
allows for setting a specific ApplicationId which groups the icons on a taskbar.