To restore an application from "minimize to system tray" mode to "Normal" mode (visible) from another application, I am using "Showwindow " method of "user32.dll ". The API is working as expected i.e. displaying the application on Normal mode.
Moreover, I want to remove that application's System tray icon as soon as its mode changes from "minimize to system tray" to "Normal".
...