Question on creating controls for the toolbox

Capt_Ron

Active member
Joined
Apr 29, 2005
Messages
39
Programming Experience
1-3
I've been tasked with creating a login control for the toolbox so that the rest of the developers can use the same control for apps that require logins.

I've never creted a control that would be put into the toolbox nor have I ever created a control that would store a response.

I need to create a simple demo that contains 2 textboxes and a button and then be able to store some info when the button is clicked. I also need to add custom properties.

Any direction would be helpful.
Thank you
Ron
 
You may be able to save yourself a little work.
Are you aware that if you select Project | New Item, from the menu in VS, there is a Login Form Template available?

If it is not suitable for your needs, it still might be easier to modify it and save it as a new Item Template for everybody to use. (Use File | Export Template... and follow the Wizard)
 
Back
Top