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.
每当我将收音机缩小时,我的收音机就无法工作,但只要我全屏显示,它就可以流畅地工作。谁能告诉我为什么当窗口较小时我不能选择单选按钮?
从全屏到桌面,Windows 处理事件的方式有很大不同。例如,当最小化的 Windows 操作系统必须处理其他窗口时,如果窗口位于窗口之上,如果您的操作导致没有线程的循环,通常您希望在后台工作人员中执行此操作,您将锁定应用程序。如果不查看代码,就无法知道您的特定问题是什么。