如何使用C#和Visual Studio 2008为Windows 7桌面编写小工具?我正在寻找有关该主题的教程和资源.
我正在编写Windows窗体应用程序,我需要以编程方式返回到桌面.
我尝试了这段代码,但它没有用:
using System;
using System.Windows.Forms;
private void ToggleDesktop() {
SendKeys.Send("^({ESC}D)"); //<-- Semantic error, Should simulate: WIN+D
}
Run Code Online (Sandbox Code Playgroud)
有可能这样做吗?
在我的Asp.Net 4.0 C#应用程序中,我想使用图表控件.是否有任何图表控件设计用于asp.net 4.0,我的应用程序将与Azure框架一起部署.建议我提供任何信息链接以向前推进