ZhaoChaoHui
ZhaoChaoHui
[CrashDumpHelper.zip](https://github.com/microsoft/Detours/files/9454561/CrashDumpHelper.zip) I hook strcmp function success, and it take effect in app(.exe) code. But it doesn't work if hook strcmp function in dll while inject the dll to app(.exe) attachment...
### 联系方式 [email protected] ### 发生了什么? 截图后工具栏上的“关闭按钮”和“贴图按钮”挨的太近了,导致我经常点到“关闭按钮”。建议将“关闭按钮”放到工具栏最右边,且与其他按钮保持一定距离,起码加一个分隔符 After the screenshot, the "Quit Button" and the "Pin Button" on the toolbar are too too close. I often click the "close button" by...
### Describe the bug 我通过xaml的方式增加托盘图标,但是每次通过mstsc远程连接运行这个软件的电脑后就会创建一个新的托盘图标,mstsc远程连接N次,那么托盘图标就会有N+1个,但是使用C#代码在窗口Load的时候创建托盘图标就没问题。 ` ` `private void InitTray() { HandyControl.Controls.NotifyIcon notifyIcon = new HandyControl.Controls.NotifyIcon(); notifyIcon.Token = "SimulatorNotifyIconToken"; notifyIcon.Text = "模拟器"; var contextMenu = new ContextMenu(); var menuItem =...
### Describe the bug hc:Window在全屏显示时,占据面积超出了整个显示器,在双屏时可复现。 如下图,左边是HandyControlDemo全屏显示且激活在前方;右侧窗口是Everything最大化窗口未激活。 比较明显的看到HandyControlDemo的关闭按钮右侧还有东西,挡住了Everything窗口  ### Steps to reproduce the bug 打开基于hc:Windows的窗口,最大化在左侧显示器,观察右侧显示 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.4.0...
### Describe the bug iNKORE.UI.WPF.Modern.Gallery.exe window sometimes is whole black on startup ### Reproduction debug iNKORE.UI.WPF.Modern.Gallery project, watch window on startup ### Suggested Solution don't call SetWindowPlacement or WindowPlacement.SetPlacement it...
### Describe the bug use multi ikw:SimpleStackPanel and ui:ItemsRepeater together doesn't work fine. the auto displayed height is not enough. use single ikw:SimpleStackPanel and ui:ItemsRepeater together work fine. Use StackPanel...
### Describe the bug In the Gallery demo, MessageBox is only support Light mode, not theme aware ### Reproduction In the Gallery demo, change theme ### Suggested Solution _No response_...
### Description In the file StylusLogic.cs , Line 74 : `private const string WispRootKey = @"Software\Microsoft\Wisp\";` In the file StylusLogic.cs , Line 79 : `private const string WispPenSystemEventParametersKey = WispRootKey...