andycharger
Well-known member
- Joined
- Apr 2, 2003
- Messages
- 152
im trying to launch a text file document from vb.net using the code below:
However, when I press the button, I get the following message during debugging.
An unhandled exception of type System.ComponentModel.Win32Exception occurred in system.dll
Additional information: The system cannot find the file specified
However, the file is there.
Anyone got any ideas?
Code:
An unhandled exception of type System.ComponentModel.Win32Exception occurred in system.dll
Additional information: The system cannot find the file specified
However, the file is there.
Anyone got any ideas?