I have a application which runs on background and monitors iTunes running.Now the background application is in minimized state and there is a notify icon to show that the background application.
Every time some exception occurs in background application I want to display it to user.
I uses Messagebox.Show but the popped-up message is not displayed on top of the windows and is in minimized state.I can only see that in the task bar.
Any suggestion on this?
MessageBox.Show( Resources .FrmPreferences_SetSongFromCloud_iTunes_is_taking_long_to_connect_to_cloud_Unable_to_set_last_media_from_cloud_, ClsUtils.Finally, MessageBoxButtons.OK, MessageBoxIcon.Information); – Pankaj Aug 21 '13 at 12:49