This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一些在表单加载时执行的代码,一个是 me.hide:
FILE_NAME = Replace$(GetCommonFolder() & "\abc", "\\", "\")
Dim objWriter As New System.IO.StreamWriter(FILE_NAME)
objWriter.Write("")
objWriter.Close()
Me.hide