I have question about shell command
well lets say i have this
Shell("\bin\game.exe", AppWinStyle.NormalNoFocus)
Well as you know the command will come up an say File Not Found
FileNotFoundException
So how can i put this command and when the file is not found turn up with this method
MessageBox.Show("File not found.Please place the program into the program folder")'
Without showing the filenotfound exception
Hope you understand
MarkGia