.net Components ... a Custom Form
Posted
by carlos
on Stack Overflow
See other posts from Stack Overflow
or by carlos
Published on 2010-06-04T01:32:38Z
Indexed on
2010/06/10
3:23 UTC
Read the original article
Hit count: 318
Hi, I've been working in the creation of some custom components adding functionalites to the basic components such as a Datagridview.
Now I want to create a custom Form ... I mean, when I choose add new item in the VS menu, there is a Windows form and some varians of it like an about box, or Dialog, that are simple Forms with a custom controls already on it.
I want to have a login form for my set of applications, so this login is avialable for all the development team to use it in the different modules.
How can I develop the form and then add it to the "Add New Item" screen?
Thanks !!!
© Stack Overflow or respective owner