How to display the text file while clicking the button

前端 未结 4 1592
日久生厌
日久生厌 2020-12-22 12:50

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

4条回答
  •  臣服心动
    2020-12-22 13:17

    To just open a file using the current default file handler try using the ShellExecute API function.

    Here's an example.

提交回复
热议问题