I have coded several Windows Applications using .Net for the bank for the past years and one of the ussual task is to create the Login Form. I have posted previously one of the solution I use in doing it ( Use Membership API in winForms) . Browsing for new things to do I found this link on MSDN which...
Posted to
Humprey Evangelista Cogay
by
Comgen
on
12-10-2008
Filed under:
Filed under: .Net, Windows Forms, User Controls, .Net 2.0, Membership, windows apllication, user, authentication, security, authorization, login
I was playing with user controls this week end and I noticed that the Constructor of my control is called everytime I try to drag one of my user controls into my form. So i tried googling around to find if there's a way to by pass some codes on the constructor and I found this System.ComponentModel.UsageMode...