- Nguồn internet. Custom
- Cấu hình messageBox lại
- Build dll
- Gọi lại dll mới sử dụng
ví dụ về cách gọi :
DialogResult result = MsgBox.Show("Bạn có muốn mở lên xem trước tập tin vừa upload", "Information", MsgBox.Buttons.YesNo, MsgBox.Icon.Info, MsgBox.AnimateStyle.FadeIn);
if (result == DialogResult.Yes) MsgBox.Show("Vui lòng chọn đường dẫn muốn lưu !", "Information", MsgBox.Buttons.OK, MsgBox.Icon.Info, MsgBox.AnimateStyle.FadeIn);
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
Visual studio 2010 trở lên