How to display the file(*.txt) while clicking the command button
How to display the content of the file while clicking the button
Data\'s are stored in the t
To just open a file using the current default file handler try using the ShellExecute API function.
Here's an example.