Hi,
I have a MFC app without main window. When users start it, it displays the splash screen for 1~2 seconds, then splash screen fades out to system tray. Users start to access the menu by clicking the icon in the tray.
The app can also auto start when users login to Windows (adding entry in Start Up folder). The same process described above repeats. I think the splash screen is kind of bothering during auto starts. I like to hide the splash screen when it auto starts, but keep splash screen shown if users manually run the app. I wonder what is the best way to do this?
Thanks a lot!