... using System .Windows. Forms; using System.Threading; using System.Globalization; public class MultiLingualForm : System .Windows. Forms.Form { private System .Windows. Forms.Label label1; ... Icon("moon 04. ico"); images [4] = new Icon("moon05.ico"); images[5] = new Icon("moon06.ico"); images[6] = new Icon("moon 07. ico"); images [7] = new Icon("moon08.ico"); ... (dragging) { Point pointMoveTo; // Tìm vị trí hiện tại của chuột trong tọa độ màn hình. pointMoveTo = this.PointToScreen(new Point(e.X, e.Y)); pointMoveTo.Offset(-pointClicked.X, -pointClicked.Y);...
Ngày tải lên: 23/12/2013, 20:15
Tài liệu C# and .NET Framework Lassion 4 doc
... nh nâng cao trong C# - - Editor Editor : : Đo Đo à à n Quang Minh n Quang Minh 1 1 C# and .NET Framework C# and .NET Framework B B à à i 4: i 4: .NET .NET v v à à c c á á c c l l ớ ớ p p cơ cơ b b ả ả n n Đo Đo à à n ... Minh minhdqtt@gmail.com minhdqtt@gmail.com http http ://www.VTPortal .net ://www.VTPortal .net Last update: Last update: 28. December 2006 28. December 2006 L L ậ ậ p tr p tr ì ì nh nâng cao trong C# nh nâng cao trong C# - - Editor Editor : : Đo Đo à à n ... L L ậ ậ p tr p tr ì ì nh nâng cao trong C# nh nâng cao trong C# - - Editor Editor : : Đo Đo à à n Quang Minh n Quang Minh 14 14 Group of Objects Group of Objects Group of Objects Group of Objects...
Ngày tải lên: 22/12/2013, 19:17
Tài liệu Windows Form Microsoft .NET Framework phần 1 doc
... int topPosition = 10; foreach (string food in foods) { // Tạo một CheckBox mới. CheckBox checkBox = new CheckBox(); checkBox.Left = 10; checkBox.Top = topPosition; topPosition ... Lấy tất cả các file trong thư mục gốc ổ đĩa C. DirectoryInfo directory = new DirectoryInfo("C:\\"); FileInfo[] files = directory.GetFiles(); // Hiển thị tất cả các file trong ... System .Windows. Forms.Control đều cung cấp thuộc tính Tag và bạn có thể sử dụng nó để lưu trữ một tham chiếu đến bất kỳ kiểu đối tượng nào. Thuộc tính Tag không được điều kiểm hay Microsoft .NET Framework...
Ngày tải lên: 23/12/2013, 20:15
Tài liệu Windows Form Microsoft .NET Framework phần 2 pdf
... System .Windows. Forms.Form { private System .Windows. Forms.Button cmdShowAllWindows; private System .Windows. Forms.Label label; // (Bỏ qua phần mã designer.) public string LabelText ... (int)key.GetValue("Left", form.Left); form.Top = (int)key.GetValue("Top", form.Top); } } Để sử dụng lớp FormSettingStore, bạn chỉ cần thêm đoạn mã thụ lý sự kiện dưới đây ... (gồm một ListBox và mộ t Button) sẽ thêm 20 item vào danh sách rồi cuộn đến trang cuối cùng bằng thuộc tính TopIndex (xem hình 6 .4) : using System; using System .Windows. Forms; public class...
Ngày tải lên: 23/12/2013, 20:15
Tài liệu Windows Form Microsoft .NET Framework phần 3 docx
... if (e.Button == MouseButtons.Right) { xếp; và Numeric là một cờ Boolean, được thiết lập là true nếu muốn thực hiện việc so sánh theo thứ tự số thay vì so sánh theo thứ tự alphabet. using ... not fo und in the file. Dưới đây là phần mã cho lớp AutoCompleteComboBox: using System; using System .Windows. Forms; public class AutoCompleteComboBox : ComboBox { // Biến cờ dùng khi ... thụ lý sự kiện hoàn to n được dùng chung. Nó chỉ ép kiểu sender thành Control, kiểm tra menu ngữ cảnh, và hiển thị nó. private void Control_MouseDown(object sender, System .Windows. Forms.MouseEventArgs...
Ngày tải lên: 23/12/2013, 20:15
Tài liệu Windows Form Microsoft .NET Framework phần cuối docx
... type="win32" name="Microsoft .Windows. Common-Controls" version= "6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b 641 44ccf1df" language="*" ... Studio .NET hiển thị theo phong cách Windows XP bằng cách thêm file devenv.exe.manifest vào thư mục \Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE. Hình 6. 14 Phong cách Windows ... này. Trong .NET Framework phiên bản 1.0, bạn phải tạo một file manifest. Còn trong .NET Framework phiên bản 1.1, bạn chỉ cần gọi phương thức Application.EnableVisualStyles. Phong cách Windows...
Ngày tải lên: 23/12/2013, 20:15
basketball needs to be fixed
... teams take years to develop their young players, and in the meantime their record and fan attendance and support go down the tubes. This also hurts the TV networks because no one wants to see mediocre professional ... would benefit everyone in the future. Of course there would be a transitional period, but the losses would be short and the effects of the change would be evident very quickly. Let the game be ... to absurd limits. No one noticed the problem while it was happening, but now that it is a problem there is no real way to fix it. In 1996, a rookie salary cap was put into effect by the NBA to...
Ngày tải lên: 02/04/2014, 18:00