Merged
Conversation
Collaborator
|
这种用户取消的东西还要弹窗提示吗,我觉得 Hint 一下就够了吧 Try
Process.Start(Info)
Catch ex As ComponentModel.Win32Exception When ex.NativeErrorCode = 1223 'ERROR_CANCELLED
Hint(ex.Message)
End Try而且自定义事件打开文件是在 ModEvent.vb 里的逻辑啊( 直接改 ModBase.vb 的逻辑也不妥吧,例如在 FormMain#EndProgramForce 中调用 ShellOnly 时就没有进行任何向用户发提示的条件,应该在外部调 ShellOnly 的时候包裹 Try 。 |
Collaborator
Author
现在怎么样? |
Collaborator
Author
|
ModEvent 不会出现崩启动器的情况,应该没有必要改,问题只是出现在拉起日志时在 UAC 授权确认窗口点击取消才会出现,具体可以看 Issue 的示例 Issue 提到的崩溃显示的是 Windows 自带的弹窗.... |
Collaborator
|
哦哦,我还以为 issue 反馈的情况就是指的自定义主页事件,那没事了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #5910