BlogHide Resteemscolinzhang (25)in windows • 7 years agoWindows下鼠标键盘的禁用与解禁有时候需要通过软件来禁用PC的鼠标键盘,等时机成熟了的时候呢再解禁这种限制。实现方法应该有很多种,这个时候最方便的方法就是调用Windows系统API函数User32.dll来实现。 简单配置系统函数如下图。DLL所在的目录默认如下,在C:\Windows\System32\user32.dll,其中的函数BlockInput就可以同时禁用鼠标键盘灯输入设备。配置如下,很简单。…colinzhang (25)in pdf • 7 years agoHow to Generate the PDF Report through LabVIEWThere has been a previous sister article (reply the key word "WORD" to get this sister article - editor's note: This article is reproduced from the WeChat public number "LabVIEW-Jobs", so you need…