VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Creating Aboutbox in UserControl

by vViktor (7 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This article show how you can do custom AboutBox in custom control (usercontrol).

Rate Creating Aboutbox in UserControl

First, add new form to you control and name it "frmAbout". Project the form and in UserControl code add this procedure:


Sub ShowAboutBox()

   frmAbout.Show vbModal

End Sub



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.

Download this snippet    Add to My Saved Code

Creating Aboutbox in UserControl Comments

No comments have been posted about Creating Aboutbox in UserControl. Why not be the first to post a comment about Creating Aboutbox in UserControl.

Post your comment

Subject:
Message:
0/1000 characters