Hi folks, new to winform development. I am trying to add a 'login form' to my project in vs2008 but the template is missing. When i do 'add new item', i don't see 'login form'. However i do see mainform, aboutbox form templates.
TIA
Hi folks, new to winform development. I am trying to add a 'login form' to my project in vs2008 but the template is missing. When i do 'add new item', i don't see 'login form'. However i do see mainform, aboutbox form templates.
TIA
Winforms apps assume you're using Windows authentication. If you need to provide a login, you'll have to code it yourself. Here's an example.
There is no template for 'Login Form' under C# unlike in VB.NET. So i created them manually in my C# project.