Creating Aboutbox in UserControl
This article show how you can do custom AboutBox in custom control (usercontrol).
AI
AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
소스 코드
First, add new form to you control and name it "frmAbout". Project the form and in UserControl code add this procedure:<br> <br><b>Sub ShowAboutBox()<br> frmAbout.Show vbModal<br> End Sub</b><br><br> Then click in upper VB menu Tools -> Procedure Attributes.... Select "ShowAboutBox" in name combo and click "Advanced >>" button. Next you must select AboutBox in ProcedureID and click OK. It's all.
원본 댓글 (3)
Wayback Machine에서 복구됨