« Home « Chủ đề chương trình lập trình

Chủ đề : chương trình lập trình


Có 150+ tài liệu thuộc chủ đề "chương trình lập trình"

Nghiên cứu Windows API

tailieu.vn

(ByVal lpFileName As String) As Long. (ByVal S As Integer, ByVal D As Integer) As Long. (lpRect As RECT, ByVal dwStyle As Long, ByVal bMenu As Long) As Long. (ByVal nNumWindows As Long) As Long. (ByVal hWinPosInfo As Long, ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal...

Đồ án môn học phân tích thiết kế phần mềm hướng đối tượng: Hệ thống trợ giúp khắc phục sự cố

tailieu.vn

Phân tích hệ thống. Giao diện hệ thống theo chức năng ...67. Giao diện hệ thống theo chức năng...68. Phân tích hệ thống 2.1. 2 Nhân viên gặp sự cố Chi tiết. 3 Thêm sự cố mới. 4 Cập nhật thông tin sự cố. Actor Nhân viên gặp sự cố. Nhân viên: đăng nhập để sử dụng hệ thống.. Hệ...

Lập trình Windows - Kỹ thuật lập trình Visual C++

tailieu.vn

Các loại ứng dụng trong Visual C++ 6.0. Các loại ứng dụng trong windows. được sử dụng để xây dựng các ứng dụng trên Windows. Trong một ứng dụng MFC, ta sẽ không gọi trực tiếp các hàm Windows API mà sẽ tạo các object từ những lớp của MFC, sau đó gọi các hàm của object này. MFC tạo...

Lập trình windows - Toolbar Menubar Dialogbar

tailieu.vn

Tạo và xử lý Toolbar. Giới thiệu về Tool bar và Dialog bar. Thêm combo box vào Tool bar. Tạo và xử lý tool bar. Check Box buttons trên tool bar. Tool bar – Dialog bar. Tool bar. Tool bar Tree. Tool bar (Docked to Top). Tool bar (Floated). Tool bar (Docked to Left) Tool bar (Docked to bottom). Tool...

Cách tạo RSS trong ASP.NET

tailieu.vn

XmlElement channelElement = xmlDocument.CreateElement("channel");. XmlNode rssElement = xmlDocument.SelectSingleNode("rss");. rssElement.AppendChild(channelElement);. XmlElement titleElement = xmlDocument.CreateElement("title");. titleElement.InnerText = channel.Title;. channelElement.AppendChild(titleElement);. XmlElement linkElement = xmlDocument.CreateElement("link");. linkElement.InnerText = channel.Link;. channelElement.AppendChild(linkElement);. XmlElement descriptionElement = xmlDocument.CreateElement("description");. descriptionElement.InnerText = channel.Description;. channelElement.AppendChild(descriptionElement);. XmlElement generatorElement = xmlDocument.CreateElement("generator");. channelElement.AppendChild(generatorElement);. XmlElement itemElement = xmlDocument.CreateElement("item");. XmlNode channelElement = xmlDocument.SelectSingleNode("rss/channel");. titleElement.InnerText = item.Title;. itemElement.AppendChild(titleElement);. linkElement.InnerText = item.Link;. itemElement.AppendChild(linkElement);. descriptionElement.InnerText = item.Description;. itemElement.AppendChild(descriptionElement);. channelElement.AppendChild(itemElement);. XmlDeclaration...

Code đăng nhập ASP.NET bằng VB.net

tailieu.vn

Imports System.Data. Imports System.Data.SqlClient. Inherits System.Web.UI.Page. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load. Protected Sub Login1_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate. If ValidateUser(Login1.UserName, Login1.Password) Then. Login1.UserName. Imports System.Data.SqlClient Partial Class Dangnhap Inherits System.Web.UI.Page. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Session.Item("Email") <>. System.Web.UI.WebControls.AuthenticateEventArgs) Handles Login1.Authenticate...

Giáo trình Lập trình nâng cao - Trần Uyên Trang

tailieu.vn

Ch ươ ng 2. Toán t ử xu ấ t: cout <<. bt <<...<<. setw(3) <<. “AB” <<. BÀI T Ậ P CH ƯƠ NG 2. Ch ươ ng 3: CÁC L Ớ P (Classes). Đị nh ngh ĩ a ph ươ ng th ứ c trong l ớ p:. Đị nh ngh ĩ a ph ươ ng th ứ...

GIÁO TRÌNH MÔN ASP. NET

tailieu.vn

<asp:TextBox ID="TextBox1". <asp:Button ID="Button1". <asp:Label ID="Label1". Text="Label"></asp:Label>. Text gt;</asp:Label>. <asp:Label ID="lblhello". <asp:Label ID="lblHello". <asp:Label ID="lblcong". <asp:Label ID="lbltru". <asp:Label ID="Label2". <asp:Label ID="lblSearch". <asp:TextBox ID="txtSearch". <asp:Button ID="btnSearch". <asp:Label ID="lblHoten". <asp:TextBox ID="txtHoten". <asp:Button ID="btnXacnhan". <asp:Button ID="btnBoqua". <asp:Label ID="lblThongbao". <asp:Label ID="lblComandEvent". <asp:Button ID="btna". <asp:Button ID="btnb". <asp:Button ID="btnc". </asp:ImageMap>. <asp:Label ID="lblResult". </asp:Panel>. </asp:BulletedList>. <asp:Button ID="btnAccept". ([-.]\w+)*"></asp:RegularExpressionValidator>. <asp:TextBox ID="txtNgaysinh". <asp:Label ID="Label2". "></asp:Label>. <asp:TextBox ID="txtPass". <asp:Label ID="Label3"....

Đồ án: Tìm hiểu ngôn ngữ C# và viết một ứng dụng minh họa

tailieu.vn

2.1 Lớp, đối tượng và kiểu...6. Chương 4 Lớp và đối tượng...24. 4.2 Tạo đối tượng ...25. 4.4 Hủy đối tượng ...29. 11.2 Đối tượng Exception ...80. 14.4 Mô hình đối tượng ADO.NET ...146. 23.2 Phân tích hướng đối tượng...258. 23.3 Thiết kế hướng đối tượng...262. Trọng tâm của ngôn ngữ hướng đối tượng là lớp. sử dụng đối tượng...