我正在vb.net中创建应用程序,当运行时检测到任何编辑器中的键盘击键。现在我可以获得击键,这很容易,但我想知道应用程序名称,如果用户在记事本中写,那么我想要那个名字。 任何人都可以提出任何想法。 感谢
答案 0 :(得分:0)
您需要使用windows api:
<asp:ScriptManager ID="ScriptManager2" runat="server" EnablePageMethods="true"/>
<script type="text/jscript">
setTimeout(function () {
function CallingServerSideFunction() {
PageMethods.GetLabelText();
}
}, 3000);
</script>