Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我在记事本中添加/附加异常日志,现在日志太大了,所以为了方便用户,我决定将光标位置设置在日志文件文本的末尾,这样当用户从应用程序单击“查看日志”按钮时/他可以显示最近的日志。所以为了避免滚动我想最后设置光标。
目前我只是使用 :Process.Start("notepad.exe",Path)打开日志文件。
Process.Start("notepad.exe",Path)
user32.dll.FindWindow
SendMessage
SB_BOTTOM