Friendz...
i want to run a windows form login application at the startup in such way that no one can by pass through it and access other programs.
can any one give me an efficient way of doing that. I used the top most property. But i dnt think its the most appropriate way.
thanks in advance.
Loading
Lalit MPosted Dec 8, 2009, 12:45 AM
Amit ChoudharyPosted Dec 8, 2009, 12:25 AM
try this code in your application set the login form as startup form..
Here the Winform1 is namespace of the LoginForm...