Thứ Ba, 24 tháng 3, 2015

[C#.net] chuyển 1 project thành tập tin .dll

You need to make a class library and not a Console Application. The console application is translated into an .exe whereas the class library will then be compiled into a dll which you can reference in your windows project.
  • Right click on your Console Application -> Properties -> Change the Output type to Class Library.

Thứ Ba, 24 tháng 2, 2015

VMWare: "Failed to lock the file"


Khởi động máy ảo trên VMWare xuất hiện hộp thoại sau:


Khắc phục: Đầu tiên thoát VMWare > Vào thư mục chứa máy ảo > xóa các thư mục *.lck và tập tin *.log > khởi động VMWare > khởi động máy ảo và kiểm tra.

Chủ Nhật, 4 tháng 1, 2015

[C#] gán TextEdit khi nhập luôn luôn là chữ hoa

Đơn giản là vàoTextEdit > Properties > CharacterCasing thay đổi thuộc tính CharacterCasing là Upper.