Skip to main content

Form MDI - hiển thị form lồng trong form

Thay vì sử dụng 2 form và show dưới dạng như bình thường thì để muốn 2 form lồng nhau chúng ta sử dụng kỹ thuật form MDI.
Kết quả như sau: 


Hướng dẫn: 
+ Chỉnh thuộc tính của form chính trong propertion
IsMdiContainer = True

+ Khi code gọi show form ta chinh như sau:
frmDangNhap f = new frmDangNhap(this);
            f.MdiParent = this;
            f.Show();
==> Kết quả sẽ được form frmDangNhap nằm trong form1
Link down toàn bộ project: Tại đây

Comments

Popular posts from this blog

Socket Android Client to PC Server C#

Using AsynCallback C# Android Client connect Server C# Source code:  http://ow.ly/OlXj309O1mj c# socket multi client, socket c# example, socket server c#, socket c# tutorial, asynchronous socket in c#, c# socket multiple clients, c# socket server multiple clients, Download source code:  Click Here

Bài tập thuật toán C/C++ Và Tuyển tập đề thi olympic

Gồm: +  Các thuật toán của Lê Minh Hoàng + Tuyển tập các đề thi olympic tin học sinh viên Link down: Tại đây

Cross Platform Mobile App: Demo shop with flutter

Cross Platform Mobile App: Demo shop with flutter So cool framework from google <3  Demo:  Demo Code console.print("hello")