在 Windows Forms 和 WPF 应用中使用 FontAwesome 图标

2017-01-20
阅读 2 分钟
3.8k
FontAwesome 大家都不陌生,精美的图标,出现在各式各样的网页中。最近在做 Windows Forms 应用程序,要求美观,就想能不能把 FontAwesome 图标用上,于是就有了本文。

Visual Studio问题集锦:coloader80.dll未正确安装

2016-05-31
阅读 2 分钟
4.3k
有一个 Visual Studio 的 DLL 文件(coloader80.dll)未正确安装。请通过“控制面板”中的“添加或删除程序”修复您的 Visual Studio 安装。可以尝试在命令窗口使用 regsvr32 "%CommonProgramFiles%Microsoft SharedVS7Debugcoloader80.dll" 注册dll问件

[WinForm]WinForm跨线程UI操作常用控件类大全

2016-05-24
阅读 19 分钟
3.3k
在C#开发的WinForm窗体程序开发的时候,经常会使用多线程处理一些比较耗时之类的操作。不过会有一个问题:就是涉及到跨线程操作UI元素。相信才开始接触的人一定会遇上这个问题。

.NET Core R2安装教程及Hello示例

2016-05-19
阅读 5 分钟
2.6k
前几天.NET Core发布了.NET Core 1.0.1 R2 预览版,之前想着有时间尝试下.NET Core。由于各种原因,就没有初试。刚好,前几天看到.NET Core发布新版本了,决定要去一探究竟。于是乎,就立马去官网查找相关的信息,为初探做准备。

[vs2008]Visual Studio 2008 SP1添加或删除功能提示查找SQLSysClrTypes.msi文件

2016-05-17
阅读 3 分钟
4.7k
前言 今天接到领导布置的一个任务,是之前同事负责的项目。离职了,现在客户有些地方需要修改,由于我之前参与过,就落在我的头上了。 然后我就把代码弄了过来,打开发现其中需要用到水晶报表。(我觉得不好用,不想占用多余的磁盘空间,就没有安装) 想想算了,大不了重新添加一下就完事了呗。 一开始都还好,没有什么...

Missing Microsoft.CompactFramework.CSharp.targets

2016-04-12
阅读 1 分钟
4.4k
无法读取项目文件“App.csproj”。...\App.csproj(209,11): The imported project "C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

批量文件重命名工具

2016-04-02
阅读 1 分钟
3k
最近在网上下载了一些资料,所有的文件名被加上网站相关信息,导致文件名非常长.再者,我也不喜欢这样的做法.那么,就要重新修改文件名,文件还不少,手动修改确实不便.于是就自己写了个小工具,基本满足需要了.

NuGet Support for Visual Studio 2008

2016-03-11
阅读 3 分钟
2.7k
Well, not really. A better title would be "How to Cobble Together NuGet Support for Visual Studio 2008 with External Tools and a Prayer." The point is, there are lots of folks using Visual Studio 2008 who would like NuGet support. I'm exploring this area and there's a half-dozen ways to make it h...

Using Nuget in Visual Studio 2005 & 2008

2016-03-11
阅读 5 分钟
6.9k
NuGet is a Visual Studio extension that makes it easy to install and update third-party libraries and tools in Visual Studio. NuGet is not mandatory for using the PayPal SDKs but makes managing dependencies in your application a lot simpler.