Tools Links Login

Creating Aboutbox in UserControl

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

Original Author: MasterBlaster_PL

Code

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.

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 104 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.