Vb.net "About page" template

R

Rob W

Greetings,

I'm using visual studio 2008 and remembered a tutorial in a book about
creating an "about page" (About pages displaying program name, version and
copyright and found under help menus) from a template.

Now I'm not sure if it was referring to an installer component or not, I've
looked for new file/project types in visual studio 2008 and searched the
Internet for tutorials and temples for about pages without success.

I could easily just make a simple "about page" form myself without problems,
just wondering if there is a template for an "about page"?

Thanks
Rob
 
C

Clive Lumb

Rob W said:
Greetings,

I'm using visual studio 2008 and remembered a tutorial in a book about
creating an "about page" (About pages displaying program name, version and
copyright and found under help menus) from a template.

Now I'm not sure if it was referring to an installer component or not,
I've looked for new file/project types in visual studio 2008 and searched
the Internet for tutorials and temples for about pages without success.

I could easily just make a simple "about page" form myself without
problems, just wondering if there is a template for an "about page"?

On my install it's there...
Right click on the project ins the solution explorer.
Select Add.... Windows Form
Its the top one in the list of common templates
 
T

Teemu

Rob W said:
Greetings,

I'm using visual studio 2008 and remembered a tutorial in a book about
creating an "about page" (About pages displaying program name, version and
copyright and found under help menus) from a template.

Now I'm not sure if it was referring to an installer component or not,
I've looked for new file/project types in visual studio 2008 and searched
the Internet for tutorials and temples for about pages without success.

It is called About Box in VB2008. Here is how you can add it to your
project:

(0. Create new Windows Forms Project)
1. Select Project menu
2. Select Add New Item
3. Select About Box

-Teemu
 
R

Rob W

Thanks to both answers. About box added now :)

Teemu said:
It is called About Box in VB2008. Here is how you can add it to your
project:

(0. Create new Windows Forms Project)
1. Select Project menu
2. Select Add New Item
3. Select About Box

-Teemu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top